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