summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2016-06-11Merge branch 'bug19180_easy_squashed'Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-06-11Enable -Wnull-dereference (GCC >=6.1), and fix the easy casesNick Mathewson
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-09remove some more unused codeRoger Dingledine
2016-04-14Add a BUG macro for usage in if checks.Nick Mathewson
2016-03-28Rename tor_dup_addr to tor_addr_to_str_dup.Nick Mathewson
2016-03-24Merge remote-tracking branch 'teor/bug18351'Nick Mathewson
2016-03-24Clarify ReachableAddress log messagesteor (Tim Wilson-Brown)
2016-03-24Downgrade IP version warnings to avoid filling logsteor (Tim Wilson-Brown)
2016-03-22Merge remote-tracking branch 'public/bug18253'Nick Mathewson
2016-03-14Make unix sockets work with the linux seccomp2 sandbox againNick Mathewson
2016-03-14Don't chmod/chown unix sockets if their permissions are already okNick Mathewson
2016-03-01First RelaxDirModeCheck implementationPeter Palfrader
2016-02-28Merge remote-tracking branch 'teor/bug18123'Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-26Set EXCLUSIVEADDRUSE on Win32 to avoid a local port-stealing attackteor (Tim Wilson-Brown)
2016-02-20If both IPv4 and IPv6 addresses could be used, choose one correctlyteor (Tim Wilson-Brown)
2016-02-11Merge remote-tracking branch 'teor/feature17840-v11-merged-v2'Nick Mathewson
2016-02-11Split a long lineNick Mathewson
2016-02-11Merge remote-tracking branch 'weasel/bug18261'Nick Mathewson
2016-02-07Using router_get_my_routerinfo()Harini Kannan
2016-02-06Fix a segfault during startupPeter Palfrader
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Minor whitespace-only fixteor (Tim Wilson-Brown)
2016-01-29Use fascist firewall and ClientUseIPv4 for bridge clientsteor (Tim Wilson-Brown)
2016-01-29Log when IPv4/IPv6 restrictions or preferences weren't metteor (Tim Wilson-Brown)
2016-01-29Choose directory servers by IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-29Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc optionsteor (Tim Wilson-Brown)
2016-01-27Correct further grammatical errors in tor commentsNick Mathewson
2016-01-26Correct grammatical errors in tor commentsteor (Tim Wilson-Brown)
2015-12-17Add missing parenthesescypherpunks
2015-12-17Remove Windows specific data type usagecypherpunks
2015-12-17Conform to the type signature of setsockopt(2)cypherpunks
2015-12-16More emergency-check code for un-removed pending entry connsNick Mathewson
2015-12-15clean whitespaceNick Mathewson
2015-12-16Prop210: Refactor connection_get_* to produce lists and countsteor (Tim Wilson-Brown)
2015-12-10Whitespace fixNick Mathewson
2015-12-10Defer creation of Unix socket until after setuidJamie Nguyen
2015-12-10Refactor clock skew warning code to avoid duplicationArlo Breault
2015-12-07Comment-only change to connection_get_by_type_addr_port_purposeteor (Tim Wilson-Brown)
2015-12-07Comment-only changes to connection_connectteor (Tim Wilson-Brown)
2015-11-27More fixes/debugging attempts for 17659Nick Mathewson
2015-08-23Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().rl1987
2015-07-30Do not autoflush control connections as their outbufs get bigNick Mathewson
2015-07-16Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'Nick Mathewson
2015-06-28fix a windows unused var warningNick Mathewson
2015-06-25Validate the open file limit when creating a socketDavid Goulet
2015-06-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson