aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.h
Commit message (Expand)AuthorAge
* Fix leaks in dir voting testsNick Mathewson2014-04-29
* Don't do directory fetches before all PTs have been configured.George Kadianakis2014-03-10
* Remove a bunch of functions that were never called.Nick Mathewson2014-02-15
* Rip out all of the v2 directory code.Nick Mathewson2014-01-29
* Remove some totally unused functionsNick Mathewson2013-02-23
* Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson2013-02-19
* Rename and relocate the bw weight scale param getter.Mike Perry2013-02-01
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Move functions for seeing if we know enough nodes into nodelistNick Mathewson2012-09-14
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Make the get_options() return constNick Mathewson2011-06-14
* Merge branch 'maint-0.2.2'Roger Dingledine2011-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.2'Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
* | Try to make most routerstatus_t interfaces constNick Mathewson2010-10-01
* | Download microdescriptors if you're a cacheNick Mathewson2010-09-27
* | When updating routerdesc downloads, look specifically at the ns consensusNick Mathewson2010-09-27
* | Code to download, parse, and store microdesc consensusesNick Mathewson2010-09-27
|/
* Remove unused function declarationsSebastian Hahn2010-08-17
* Create networkstatus.hSebastian Hahn2010-07-27