aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-31Don't build circuits till primary guards have descriptorsNick Mathewson
2017-01-13Merge branch 'ipv6-only-client_squashed'Nick Mathewson
2017-01-13When IPv6 addresses have not been downloaded, use hard-coded address infoteor
2016-12-14Clarify a comment in compute_frac_paths_availableteor
2016-12-08whitespace cleanupsNick Mathewson
2016-12-08Merge branch 'feature15056_v1_squashed'Nick Mathewson
2016-12-08helper to test a node for matching an ed25519 ID.Nick Mathewson
2016-12-08Enforce Ed25519 identities (client-side)Nick Mathewson
2016-11-24Refactor circuit_predict_and_launch_newChelsea H. Komlo
2016-11-10Accessor functions to get a node's ID keys.Nick Mathewson
2016-10-26More module-level documentation.Nick Mathewson
2016-08-29Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson
2016-08-24Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntorteor (Tim Wilson-Brown)
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-15Clients avoid choosing nodes that can't do ntorteor (Tim Wilson-Brown)
2016-06-11Add the -Wextra-semi warning from clang, and fix the cases where it triggersNick Mathewson
2016-06-11Merge remote-tracking branch 'public/bug19203_027' into HEADNick Mathewson
2016-05-30Fix a warning on unnamed nodes in node_get_by_nickname().Nick Mathewson
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-02-20If both IPv4 and IPv6 addresses could be used, choose one correctlyteor (Tim Wilson-Brown)
2016-02-03Make bridge clients prefer the configured bridge addressteor (Tim Wilson-Brown)
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Consistently format addresses in node_get_address_stringteor (Tim Wilson-Brown)
2016-01-29Use fascist firewall and ClientUseIPv4 for bridge clientsteor (Tim Wilson-Brown)
2016-01-29Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc optionsteor (Tim Wilson-Brown)
2016-01-29Fix *_get_all_orports to use ipv6_orportteor (Tim Wilson-Brown)
2015-12-18Client should check if dir server has open dir port or handles tunnelled requ...Matthew Finkel
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-07-31Improve log messages for problems about ed25519 keypinningNick Mathewson
2015-02-23Avoid logging natural-language reports that are redundant with bootstrappingNick Mathewson
2015-02-19stop warning each time we check minimum-dir-infoRoger Dingledine
2015-02-19don't update dir_info_status when we have minimum dir infoRoger Dingledine
2015-02-18Fix bootstrap directory information logging.Yawning Angel
2015-02-18Fix compute_frac_paths_available, when ExitNodes is not set.Yawning Angel
2015-02-17Fix some issues with reporting exit-free networksNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Allow tor to build circuits using a consensus with no exitsteor
2014-12-30Check if there are exits in the consensusteor
2014-12-30Refactor count_usable_descriptors to use named enums for exit_onlyteor
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-09Remove client-side bad directory logicSebastian Hahn
2014-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
2014-08-06Build circuits more readily when DisableNetwork goes to 0Roger Dingledine
2014-06-02Merge remote-tracking branch 'public/bug12170_024_v2'Nick Mathewson
2014-06-02Avoid needless router_dir_info_has_changed from router_set_statusNick Mathewson
2014-05-01Fix a misuse of strlcpy() introduced by the #11156 patch.George Kadianakis