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