summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2016-02-27Update the copyright year.Nick Mathewson
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
2015-06-04Set session_group after the port's data structure has been populated.Yawning Angel
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel
2015-03-21Initialize two variablesSebastian Hahn
2015-03-11Allow {World,Group}Writable on AF_UNIX {Socks,Control}Ports.Nick Mathewson
2015-03-03fix typo in commentRoger Dingledine
2015-02-23Fix running with the seccomp2 sandboxNick Mathewson
2015-02-06Fix check-spaces complaintsSebastian Hahn
2015-01-30Correctly handle OutboundBindAddress again.Nick Mathewson
2015-01-29Restrict unix: addresses to control and socks for nowNick Mathewson
2015-01-29Remove SocksSocket; it's now spelled differently thanks to 14451Nick Mathewson
2015-01-28Support connection_exit_connect() to AF_UNIX socketsAndrea Shepard
2015-01-21Merge branch 'better_workqueue_v3_squashed'Nick Mathewson
2015-01-16Merge branch 'bug8546_squashed'Nick Mathewson
2015-01-16Replace field-by-field copy with memcpy for entry_port_cfgNick Mathewson
2015-01-16Move entry_port_cfg_t fields in entry_connection_tNick Mathewson
2015-01-16Combine entry_port_cfg_t fields in listener_connection_tNick Mathewson