aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
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
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-10-10Report bootstrapping progress correctly when downloading microdescsRoger Dingledine
2013-03-28Make PathsNeededToBuildCircuits option work.Karsten Loesing
2013-03-11On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson
2013-02-09use router->addr for log messages and controller eventsRoger Dingledine
2013-02-04Quick fix on 5956 for authoritiesNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-30Use %d, not %02d, for decimal percentagesNick Mathewson
2013-01-30Parameterize FRAC_USABLE_NEEDED for fraction of circuitsNick Mathewson
2013-01-30Compute whether we're ready to build circuits based on fraction of pathsNick Mathewson
2013-01-30Add an optional out-arg to count_usable_descriptorsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-12-06Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson
2012-12-03fix some typosRoger Dingledine
2012-11-16when counting available descs, say whether we're counting exitsRoger Dingledine
2012-11-04Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson