aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Fix whitespace issues in patches merged today so farNick Mathewson2011-09-07
* chown() sockets when User option is setJérémy Bobbio2011-09-07
* Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson2011-09-07
|\
| * Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
| * Add a new type entry_connection_t for entry connectionsNick Mathewson2011-07-21
* | Explicitly set bucket_cfg to NULL after we freed itSebastian Hahn2011-09-01
* | Fix compilation on non-bufferevent systems after 3803 fix: oops.Nick Mathewson2011-08-29
* | Split out rephist parts of buckets_decrementNick Mathewson2011-08-29
* | Set write low-watermarks on all bufferevents.Nick Mathewson2011-08-24
* | Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson2011-08-24
* | Appease "make check-spaces"Nick Mathewson2011-08-18
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-17
|\ \
| * | Don't write ControlPorts to disk till after we setuid and make datadirNick Mathewson2011-08-17
* | | Actually pick a random port when "auto" is specifiedSebastian Hahn2011-08-17
* | | Free global_rate_limit in connection_free_all().George Kadianakis2011-08-13
* | | Move connection_free_all() to the bottom of connection.c to enjoy maximum vis...George Kadianakis2011-08-13
* | | Implement protocol-type isolation correctly.Nick Mathewson2011-08-02
| |/ |/|
* | Don't assert for listener connectionsSebastian Hahn2011-07-20
* | Initialize listener connection addr fields properlyNick Mathewson2011-07-20
* | Add a missing break in a switch statementNick Mathewson2011-07-20
* | Merge branch 'optimistic-client'Nick Mathewson2011-07-20
|\ \
| * | Remember optimistically sent data until we have gotten a CONNECTEDNick Mathewson2011-07-18
* | | Use socks username/password information in stream isolationNick Mathewson2011-07-19
* | | Implement sensible isolation for tunneled directory connsNick Mathewson2011-07-19
* | | Implement destaddr-based isolationNick Mathewson2011-07-19
* | | Add a new isolation type and field: "nym epoch"Nick Mathewson2011-07-19
* | | (Unused) backend logic for stream isolationNick Mathewson2011-07-19
* | | Refactor listener_connection_t into its own type.Nick Mathewson2011-07-19
* | | Parse prop171 options; refactor listener/port option codeNick Mathewson2011-07-19
|/ /
* | Merge remote-tracking branch 'public/bug1666'Nick Mathewson2011-07-13
|\ \
| * | Record username/password data in socks_request_tNick Mathewson2011-06-29
* | | Disable recording new broken conns when we have bootstrappedNick Mathewson2011-07-11
* | | Record the states of failing OR connectionsNick Mathewson2011-07-11
* | | Split connection_about_to_close_connection into separate functionsNick Mathewson2011-07-11
* | | Fix compilation from 2841 branchNick Mathewson2011-07-11
* | | Merge remote-tracking branch 'public/bug2841'Nick Mathewson2011-07-11
|\ \ \
| * | | Refactor the interfaces of transport/proxy lookup fnsNick Mathewson2011-07-03
| * | | Small tweaks to 2841 codeNick Mathewson2011-07-02
| * | | Trivial code tweaks and documentation updates.George Kadianakis2011-06-28
| * | | Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis2011-06-22
| * | | Tweaked connection{.c,.h,_or.c} based on nick's comments.George Kadianakis2011-06-21
| * | | Fixes small bugs.George Kadianakis2011-06-14
| * | | This commit is an attempt to beautify the previous commit.George Kadianakis2011-06-14
| * | | Our warning now is much more specific, mentioning proxy type/addr/port.George Kadianakis2011-06-14
| * | | We now warn the user if a proxy server is not up when we try to connect with it.George Kadianakis2011-06-14
* | | | Avoid double-free in bufferevent read/write cbsNick Mathewson2011-07-07
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-01
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-07-01
| |\ \ \
| | * | | Use strlcpy in create_unix_sockaddr()Nick Mathewson2011-07-01
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-22
|\| | | |