summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
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-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-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
2012-09-20Make option OutboundBindAddress accept IPv6 addresses too.Linus Nordberg
2012-09-09finish backing out 5492de76Roger Dingledine
2012-08-27Fix whitespaceNick Mathewson
2012-08-17Remove needless flush-on-write code.Nick Mathewson
2012-08-02Updated docs for new connections.Matthew Finkel
2012-08-02Merge remote-tracking branch 'sysrqb/bug6518'Nick Mathewson
2012-08-02Constify struct sockaddr *sa parameter for checkMatthew Finkel
2012-08-02Removed redundant check_sockaddr_family_match callMatthew Finkel
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-17Merge remote-tracking branch 'asn/bug3589'Nick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-12Address Nick's comments.George Kadianakis
2012-07-05On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson
2012-06-18Merge remote-tracking branch 'andrea/bug6028'Nick Mathewson
2012-06-15fix the typo on the typo fixRoger Dingledine
2012-06-15Always set *socket_error to something appropriate when returning -1 from conn...Andrea Shepard
2012-06-15fix typos from 783f705dRoger Dingledine
2012-06-15Document that we are unlikely to underflow session group IDs.Nick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-05Downgrade tor_assert(0) to tor_fragile_assert() in windows stub create_unix_s...Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-31Merge remote-tracking branch 'public/bug5374'Nick Mathewson