aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\
| * use router->addr for log messages and controller eventsRoger Dingledine2013-02-09
| * Stop checking if ri->address is an IPRoger Dingledine2013-02-09
* | Remove a bunch of functions that were never called.Nick Mathewson2014-02-15
* | More fixes to rip out all of the v2 directory code.Karsten Loesing2014-02-03
* | Rip out all of the v2 directory code.Nick Mathewson2014-01-29
* | A Bridge Authority should compute flag thresholdsMatthew Finkel2013-10-21
* | Add TestingDirAuthVoteGuard option for specifying relays to vote Guard on.Linus Nordberg2013-10-07
* | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* | Merge remote-tracking branch 'linus/bug8532'Nick Mathewson2013-06-13
|\ \
| * | Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg2013-06-08
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-13
|\ \ \ | |/ / |/| |
| * | Make all consumers of microdesc_t.body tolerate NULLNick Mathewson2013-06-12
* | | Merge branch 'maint-0.2.4' into masterAndrea Shepard2013-05-07
|\| |
| * | Use a clearer idiom for node identity in router_counts_toward_thresholdsNick Mathewson2013-05-05
| * | Fix 8833: crash bug from using NULL node->ri in dirserv.cNick Mathewson2013-05-05
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-18
|\| |
| * | Add a boolean to flag-thresholds for "we have enough measured bandwidth"Nick Mathewson2013-04-18
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-18
|\| |
| * | 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
| | * | Refactor dirobj signature generationNick Mathewson2013-04-18
| | * | Refactor v2 networkstatus generation to avoid buffer-styleNick Mathewson2013-04-18
| | * | Refactor routerstatus_format_entry to avoid character-buffersNick Mathewson2013-04-18
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-14
|\| | |
| * | | Remove a now-empty if body; invert the sense of its conditionNick Mathewson2013-04-14
| * | | Remvoe total_bandwidth and total_exit_bandwidth as unused.Nick Mathewson2013-04-14
| * | | Rename all fields which measure bw in kb to end with _kbNick Mathewson2013-04-14
| * | | Fix some KB/B confusion in flag threshold minima.Nick Mathewson2013-04-14
| * | | Use credible_bandwidth uniformly in setting/using fast_bandwidthNick Mathewson2013-04-11
| * | | Use correct units for dirserv_get_{credible_bandwidth,bandwidth_for_router}Nick Mathewson2013-04-11
* | | | fix trivial typoRoger Dingledine2013-04-12
|/ / /
* | | Set default minimum bandwidth for exit flag to zero for TestingTorNetworkAndrea Shepard2013-03-20
* | | Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAGNick Mathewson2013-03-20
* | | Merge remote-tracking branch 'public/bug6164' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \
| * | | Clear up a comment about when an assertion could fireNick Mathewson2013-02-19
| |/ /
* | | Improve comment for routers_with_measured_bw static var in dirserv.cAndrea Shepard2013-03-18
* | | Improve comment on router_counts_toward_thresholds()Andrea Shepard2013-03-18
* | | Add dirserv_has_measured_bw() predicate wrapper for dirserv_query_measured_bw...Andrea Shepard2013-03-18
* | | Ignore advertised bandwidths if we have enough measured bandwidths availableAndrea Shepard2013-03-18
* | | Better comment for dirserv_query_measured_bw_cache()Andrea Shepard2013-03-07
* | | Use DIGESTMAP_FOREACH_MODIFY in dirserv_expire_measured_bw_cache() for concisionAndrea Shepard2013-03-07
* | | Add unit test for dirserv measured bandwidth cacheAndrea Shepard2013-03-07
* | | Make sure expiry check in dirserv_expire_measured_bw_cache() works if time_t ...Andrea Shepard2013-03-07
* | | More constness in dirserv.cAndrea Shepard2013-03-07
* | | Make dirserv_cache_measured_bw() use a const measured_bw_line_t *Andrea Shepard2013-03-07
* | | Call dirserv_clear_measured_bw_cache() from dirserv_free_all()Andrea Shepard2013-03-05
* | | Prefer measured bandwidths over advertised when computing things for votes on...Andrea Shepard2013-02-27
|/ /
* | Merge branch 'bug2286_unit_test_squashed'Nick Mathewson2013-02-19
|\ \
| * | Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson2013-02-19
| |/