summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
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
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-18Remove fixed xxx020s; downgrade unfixed ones.Nick Mathewson
2008-12-18fix a minor memory leak if we start up as a relay but don'tRoger Dingledine
2008-12-17Rename a couple of v2-networkstatus-only fields so that it is clear they are ...Nick Mathewson
2008-12-11Change directory_get_from_dirserver to take a set of flags to be passed to pi...Nick Mathewson
2008-12-09Add a new status event for consensus arrivalNick Mathewson
2008-11-07fix up signs in r17208Nick Mathewson
2008-11-07patch from karsten to not use or accept expired certs. fixes bug 851. Nick Mathewson
2008-08-25Fix a memory leak when freeing routerstatuses with exit policy summaries. Pa...Nick Mathewson