summaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
2017-10-15Clear the address when node_get_prim_orport() returns earlyteor
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
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-03-27Merge branch 'bug7164_diagnose_harder_v2'Nick Mathewson
2014-03-27More logs to try to diagnose bug 7164Nick Mathewson
2014-03-10Merge branch 'bug11156_squashed'Nick Mathewson
2014-03-10Don't do directory fetches before all PTs have been configured.George Kadianakis
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-12Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson
2014-02-07Merge remote-tracking branch 'houqp/hs_control_fix'Nick Mathewson
2014-02-06Merge remote-tracking branch 'public/bug10543_024_v2'Nick Mathewson
2014-02-06Make the handling for usable-exit counting handle ExitNodes betterNick Mathewson
2014-02-06fix longname returned in HS_DESC control eventsQingping Hou