aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2016-10-31Refactor circuit_pick_create_handshaketeor
2016-10-31In circuit_pick_extend_handshake, assume all hops support EXTEND2 and ntorteor
2016-09-13Merge branch 'feature-17178-v7-squashed-v2'Nick Mathewson
2016-09-13Make Tor2web work with ReachableAddresses and CRN_DIRECT_CONNteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-09-05Appease make check-spacesAndrea Shepard
2016-08-31Fix a deref-before-null-check complaintNick Mathewson
2016-08-29Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson
2016-08-24Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-24Fix path selection on firewalled clientsteor
2016-08-24Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntorteor (Tim Wilson-Brown)
2016-08-24Client & HS make sure every hop in every non-HS path supports ntorteor (Tim Wilson-Brown)
2016-07-28Three more -Wshadow fixes.Nick Mathewson
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-15Clients avoid choosing nodes that can't do ntorteor (Tim Wilson-Brown)
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-27Merge remote-tracking branch 'arma/task19035-fixedup'Nick Mathewson
2016-05-27Disable GET /tor/bytes.txt and GETINFO dir-usageRoger Dingledine
2016-05-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-16touchups and refactorings on bug 18616 branchRoger Dingledine
2016-04-25Remove redundant declarations of MINNick Mathewson
2016-03-24Always allow OR connections to bridges on private addressesteor (Tim Wilson-Brown)
2016-03-15Fix whitespace.Nick Mathewson
2016-03-11Merge remote-tracking branch 'teor/bug8976_01_028'Nick Mathewson
2016-03-04Reject multicast rendezvous point addressesteor (Tim Wilson-Brown)
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2016-01-29Return NULL from extend_info_from_node if the node has no allowed addressteor (Tim Wilson-Brown)
2016-01-29Choose OR Entry Guards using IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-29Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc optionsteor (Tim Wilson-Brown)
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-08Don't allow a rendezvous point to have a private addressDavid Goulet
2015-11-25Refuse to make direct connections to private OR addressesteor (Tim Wilson-Brown)
2015-04-22Reachability should check ExtendAllowPrivateAddresses not TestingTorNetworkteor
2015-04-16Merge remote-tracking branch 'arma/ticket8766'Nick Mathewson
2015-02-23Avoid logging natural-language reports that are redundant with bootstrappingNick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-02-11Additional paranoia: do not even build tor2web stuff if not using.Nick Mathewson
2015-02-09Recover better when our clock jumps back many hoursRoger Dingledine
2015-02-02Merge remote-tracking branch 'public/bug9635_warnings_025'Nick Mathewson
2015-02-02tweak based on comments from dgouletNick Mathewson
2015-01-21fix a commentNick Mathewson
2015-01-07When closing circs build through a new guard, only close local onesNick Mathewson
2015-01-07appease "make check-spaces"Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Fix Reachability self-tests in test networksteor
2014-12-30Avoid excluding guards from path building in minimal test networksteor
2014-12-26Fix log messages in channeltls.cteor
2014-12-21Merge branch 'ticket7356_squashed'Nick Mathewson