aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Don't apply read/write buckets to cpuworker connectionsNick Mathewson2013-09-13
* Merge remote-tracking branch 'public/bug6026' into maint-0.2.4Nick Mathewson2013-04-24
|\
| * Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners()Nick Mathewson2013-03-11
* | Merge remote-tracking branch 'public/bug5650_squashed' into maint-0.2.4Nick Mathewson2013-04-12
|\ \
| * | Avoid busy-looping on WANTREAD within connection_handle_writeNick Mathewson2013-04-12
* | | Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4Nick Mathewson2013-04-11
|\ \ \
| * | | Per-SOCKSPort configuration for bug 8117 fix.Nick Mathewson2013-03-20
| |/ /
* | | Merge remote-tracking branch 'public/bug8427' into maint-0.2.4Nick Mathewson2013-04-02
|\ \ \
| * | | Don't warn about not sending a socks reply if we get a write errorNick Mathewson2013-03-12
| |/ /
* | / Check return values from fcntl and setsockoptNick Mathewson2013-03-18
| |/ |/|
* | Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\ \
| * | Replace magic constants for wide_circ_ids with inline function callsNick Mathewson2013-02-09
| * | Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | | Fix two more coverity-spotted leaks in master.Nick Mathewson2013-02-11
* | | Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson2013-02-07
|\ \ \
| * | | Use log_fn_ratelim in a few places.Nick Mathewson2012-12-26
* | | | Merge remote-tracking branch 'public/bug7816_023'Nick Mathewson2013-02-07
|\ \ \ \
| * | | | Fix various small leaks on error casesNick Mathewson2012-12-28
| * | | | Avoid leaking headers received from SSL proxyNick Mathewson2012-12-28
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'public/bug7708_023_v3_squashed'Nick Mathewson2013-02-01
|\ \ \ \
| * | | | Clarify documentation of connection_finished_flushingNick Mathewson2013-02-01
| * | | | Fix serious breakage in connection_handle_write_implNick Mathewson2013-02-01
| |/ / /
* | | | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | | | Refactor: Use SOCK_ERRNO to avoid some #ifdef _WIN32sNick Mathewson2013-01-16
* | | | Update the copyright date to 201.Nick Mathewson2013-01-16
* | | | Revert junk accidentally included with "start folding in the changes entries"Nick Mathewson2013-01-14
* | | | start folding in the changes entriesRoger Dingledine2013-01-14
| |/ / |/| |
* | | Per-listener option to prefer IPv6 automaps when possible.Nick Mathewson2012-12-17
* | | Add options to turn DNS cache use on or off per client port.Nick Mathewson2012-12-17
* | | Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\ \ \
| * | | Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson2012-11-02
| | |/ | |/|
* | | Initialize ipv{4,6}_traffic_ok in entry_connection_newNick Mathewson2012-11-18
* | | Set IPv4/IPv6 flags correctly when being a SOCKS clientNick Mathewson2012-11-15
* | | Implement a PreferIPv6 flag for SocksPortsNick Mathewson2012-11-14
* | | Add {No,}IPv{4,6}Traffic options to SOCKSPortNick Mathewson2012-11-14
* | | Merge branch 'check_for_orconn_on_close_squashed' of ssh://git-rw.torproject....Andrea Shepard2012-11-10
|\ \ \
| * | | Make everything in connection.c that uses connection_or_notify_error() also u...Andrea Shepard2012-11-10
| * | | Check for orconns in connection_mark_for_close and connection_mark_and_flush,...Andrea Shepard2012-11-10
| |/ /
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ \ | |/ / |/| / | |/
| * Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\ \
| * | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | | Merge remote-tracking branch 'arma/bug7029'Nick Mathewson2012-10-14
|\ \ \ | |/ / |/| |
| * | Free some more still-in-use memory at exitRoger Dingledine2012-10-03
* | | Merge branch 'bug7011'Nick Mathewson2012-10-10
|\ \ \
| * | | Use fmt_addrport where appropriate.David Fifield2012-10-10
| * | | Decorate addresses given to a HTTP CONNECT proxy.David Fifield2012-10-10
| * | | Use fmt_and_decorate_addr in log messages.David Fifield2012-10-10
| |/ /
* | | Convert relay.c/relay.h to channel_tAndrea Shepard2012-10-08