aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
2012-01-08when the consensus fails, list which dir auths were in or outRoger Dingledine
2011-06-03Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom
2011-05-11Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-04-28Only authorities should automatically download v2 networkstatus documentsNick Mathewson
2011-03-25Clarify some documentation and comments wrt resetting OR token bucketsNick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-03-25Remove the "fuzzy time" codeNick Mathewson
2011-01-15Provide constant limits for all consensus paramsSebastian Hahn
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-15Make get_net_param_from_list() staticSebastian Hahn
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-15Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-10-20Fix a logic error in 98aee84. Found by boboperNick Mathewson
2010-10-20Fix a read of a freed pointer while in set_current_consensusNick Mathewson
2010-09-20Count unknown authorities as unknown only once, not once per signature.Nick Mathewson
2010-09-14Merge branch 'bug911'Nick Mathewson
2010-09-14Tweak some issues found by arma in bug911 review.Nick Mathewson
2010-09-13Merge remote branch 'public/pretty-signature-log'Nick Mathewson
2010-09-12Make authorities download consensuses if appropriateNick Mathewson
2010-09-02Complicate the rules on WARN vs INFO in consensus verificationNick Mathewson
2010-08-19Make the "2 unknown, 7 missing key..." messages easier to understandNick Mathewson
2010-08-18Move code for launching tests out of router_add_to_routerlist()Nick Mathewson
2010-08-17Merge branch 'maint-0.2.1'Nick Mathewson
2010-08-17Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting intervalNick Mathewson
2010-08-15reinit per-conn token buckets on config or consensus changeRoger Dingledine
2010-08-13fix a memory leak introduced by df1ef2f0f0856afRoger Dingledine
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create dirvote.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-18Fix getinfo_helper_networkstatus to return 0 on question-not-knownNick Mathewson
2010-07-18Make the controller act more usefully when GETINFO failsNick Mathewson
2010-07-14Alter how guard flags are chosen.Mike Perry
2010-04-15simplify a path in networkstatusRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-22Remove misc unnecessary newlines found by new check.Mike Perry