aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
AgeCommit message (Expand)Author
2013-04-18Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson
2013-04-18Add a quick-and-dirty-test for generate_v2_networkstatus.Nick Mathewson
2013-04-18Remove some now-needless length definesNick Mathewson
2013-04-18Remove RS_ENTRY_LENNick Mathewson
2013-04-18Refactor routerstatus_format_entry to avoid character-buffersNick Mathewson
2013-04-14Rename all fields which measure bw in kb to end with _kbNick Mathewson
2013-03-18Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson
2013-03-18Add dirserv_has_measured_bw() predicate wrapper for dirserv_query_measured_bw...Andrea Shepard
2013-03-07Add unit test for dirserv measured bandwidth cacheAndrea Shepard
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-19Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson
2013-02-04Include a flag-thresholds line in each vote to describe flag cutoffsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-07Merge remote-tracking branch 'public/bug6887'Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-09-18Remove some deadcode for parsing v1 directoriesNick Mathewson
2012-07-19Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-03-30Exits don't need to fetch certs for unknown authoritiesNick Mathewson
2012-03-29simplify furtherRoger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-03-14Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-12Tweak bug2716 patch a littleNick Mathewson
2011-03-11improve accuracy for when a relay went unreachableRoger Dingledine
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-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-09-14Merge branch 'bug911'Nick Mathewson
2010-08-18Move code for launching tests out of router_add_to_routerlist()Nick Mathewson
2010-08-17Remove unused function declarationsSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn