aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
2011-01-03Merge remote branch 'origin/maint-0.2.2'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-12-06Fetch missing certs to authenticate microdesc consensuses as neededNick Mathewson
2010-10-20Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-20Fix a logic error in 98aee84. Found by boboperNick Mathewson
2010-10-20Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-20Fix a read of a freed pointer while in set_current_consensusNick Mathewson
2010-10-15Remove "is this too slow?" XXXX comments for code not appearing in profilesNick Mathewson
2010-10-15Remove the unused old fuzzy-time codeNick Mathewson
2010-10-01Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerstatus_t interfaces constNick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-10-01Implement a basic node and nodelist typeNick Mathewson
2010-09-27Clean long-unlisted microdescs from the cacheNick Mathewson
2010-09-27Download microdescriptors if you're a cacheNick Mathewson
2010-09-27When updating routerdesc downloads, look specifically at the ns consensusNick Mathewson
2010-09-27Code to download, parse, and store microdesc consensusesNick 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