aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
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
2009-10-15Parse detached signatures and microdesc networkstatuses correctly.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson
2009-10-14read the "circwindow" parameter from the consensusRoger Dingledine
2009-10-14Code to parse and access network parameters.Nick Mathewson
2009-09-22Be more robust to bad circwindow valuesRoger Dingledine
2009-09-15some cleanups:Sebastian Hahn
2009-09-14Parameter access function, with unit tests.Nick Mathewson
2009-09-14Implement proposal 167: Authorities vote on network parameters.Nick Mathewson
2009-08-06Implement measured bw parsing + unit tests.Mike Perry
2009-07-25Merge commit 'ioerror/DirFetchInfoExtraEarly'Nick Mathewson
2009-07-13Add support for a new option: FetchDirInfoExtraEarlyJacob Appelbaum
2009-07-13fix comments and other typosRoger Dingledine
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-02-20send the newconsensus event if the controller has asked for newconsensusRoger Dingledine
2009-02-16docdoc and changelog for r18556Roger Dingledine
2009-02-16new controller event NEWCONSENSUS that lists the networkstatusRoger Dingledine
2009-01-06Jan 06 13:03:57.309 [info] networkstatus_set_current_consensus(): Loaded an o...Roger Dingledine
2009-01-05If the cached networkstatus consensus is more than five days old,Roger Dingledine
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-26Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson