aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
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
2010-02-22Add parsing+verification for bw weight values.Mike Perry
2010-02-22Perform calculation of consensus bandwidth weights.Mike Perry
2010-02-18Move CBT params into consensus.Mike Perry
2009-12-18Merge branch 'ewma'Nick Mathewson
2009-12-15Change interface for configuring cell ewma algorithm.Nick Mathewson
2009-12-14Fix compile warning on Panther.Sebastian Hahn
2009-12-13New controller command "getinfo config-text"Roger Dingledine
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-18Fix various bugs in microdescriptor caching.Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson