summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.h
AgeCommit message (Expand)Author
2016-05-19Restore and improve download schedule unit teststeor (Tim Wilson-Brown)
2016-05-10get rid of another no-longer-used functionRoger Dingledine
2016-05-09avoid another redundant checkRoger Dingledine
2016-05-09avoid following through on a consensus fetch if we have one already arrivingRoger Dingledine
2016-05-09fix typos/etc before i go nuts on #18809Roger Dingledine
2016-02-27Update the copyright year.Nick Mathewson
2015-12-18Add unit test for router_pick_directory_server_implMatthew Finkel
2015-12-16Prop210: Close excess connections once a consensus is downloadingteor (Tim Wilson-Brown)
2015-12-16Prop210: Add schedules for simultaneous client consensus downloadsteor (Tim Wilson-Brown)
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-13Unit tests for 11243: loading ri, ei, mds from listsNick Mathewson
2014-04-29Fix leaks in dir voting testsNick Mathewson
2014-03-10Don't do directory fetches before all PTs have been configured.George Kadianakis
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-02-23Remove some totally unused functionsNick Mathewson
2013-02-19Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson
2013-02-01Rename and relocate the bw weight scale param getter.Mike Perry
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-09-14Move functions for seeing if we know enough nodes into nodelistNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-01-15Merge branch 'maint-0.2.2'Roger Dingledine
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-15Make get_net_param_from_list() staticSebastian Hahn
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick 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-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-08-17Remove unused function declarationsSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn