aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* set SO_REUSEADDR before we bind, not afterRoger Dingledine2012-01-23
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Use SOCKET_OK macros in even more placesNick Mathewson2012-01-17
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-03
|\
| * Fix spelling in a controlsocket log msgSebastian Hahn2011-12-30
* | Fix a check-spaces violation in compat.cSebastian Hahn2011-12-30
* | Merge remote-tracking branch 'public/bug4697'Nick Mathewson2011-12-22
|\ \
| * | Ignore all bufferevent events on a marked connectionNick Mathewson2011-12-17
* | | Convert a couple of char[256]s into sockaddr_storageNick Mathewson2011-12-21
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-21
|\ \ \ | |/ / |/| / | |/
| * Do not even try to keep going on a socket with socklen==0Nick Mathewson2011-12-21
* | Resolve bug 3448: remove mention of tor-ops (which is not in use)Nick Mathewson2011-12-02
* | Use correct address family where necessary for bridges on IPv6.Linus Nordberg2011-11-30
* | Add some logging and comments.Linus Nordberg2011-11-30
* | Initial hacking for proposal 186.Nick Mathewson2011-11-30
* | Fix some DOCDOCsNick Mathewson2011-11-29
* | New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson2011-11-28
* | Fix compile warnings on windowsSebastian Hahn2011-11-15
* | Fix memory leak in retry_all_listeners: Coverity CID 485Nick Mathewson2011-10-26
* | Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* | Cell types and states for new OR handshakeNick Mathewson2011-10-10
* | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \
| * | Remove connection_uses_transport() since it was unused.George Kadianakis2011-09-11
| * | Reverting the accounting thing introduced in 5492de76 till I think how it sho...George Kadianakis2011-07-14
| * | Put some last missing pieces together.George Kadianakis2011-07-13
* | | Fix issues in 3630 patch noted by KarstenNick Mathewson2011-09-22
* | | Make bufferevents work with TokenBucketRefillIntervalNick Mathewson2011-09-22
* | | Refactor connection_bucket_refill(_helper) to avoid roundoffNick Mathewson2011-09-22
* | | New torrc option to allow bucket refill intervals of less than 1 secFlorian Tschorsch2011-09-22
* | | Log errno on listener socket creation failure.Nick Mathewson2011-09-15
* | | 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