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