summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-06-13Merge remote-tracking branch 'linus/bug8532'Nick Mathewson
2013-06-13Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-12Make all consumers of microdesc_t.body tolerate NULLNick Mathewson
2013-06-08Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg
2013-05-07Merge branch 'maint-0.2.4' into masterAndrea Shepard
2013-05-05Use a clearer idiom for node identity in router_counts_toward_thresholdsNick Mathewson
2013-05-05Fix 8833: crash bug from using NULL node->ri in dirserv.cNick Mathewson
2013-04-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-18Add a boolean to flag-thresholds for "we have enough measured bandwidth"Nick Mathewson
2013-04-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
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-18Refactor dirobj signature generationNick Mathewson
2013-04-18Refactor v2 networkstatus generation to avoid buffer-styleNick Mathewson
2013-04-18Refactor routerstatus_format_entry to avoid character-buffersNick Mathewson
2013-04-14Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-14Remove a now-empty if body; invert the sense of its conditionNick Mathewson
2013-04-14Remvoe total_bandwidth and total_exit_bandwidth as unused.Nick Mathewson
2013-04-14Rename all fields which measure bw in kb to end with _kbNick Mathewson
2013-04-14Fix some KB/B confusion in flag threshold minima.Nick Mathewson
2013-04-12fix trivial typoRoger Dingledine
2013-04-11Use credible_bandwidth uniformly in setting/using fast_bandwidthNick Mathewson
2013-04-11Use correct units for dirserv_get_{credible_bandwidth,bandwidth_for_router}Nick Mathewson
2013-03-20Set default minimum bandwidth for exit flag to zero for TestingTorNetworkAndrea Shepard
2013-03-20Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAGNick Mathewson
2013-03-18Merge remote-tracking branch 'public/bug6164' into maint-0.2.4Nick Mathewson
2013-03-18Improve comment for routers_with_measured_bw static var in dirserv.cAndrea Shepard
2013-03-18Improve comment on router_counts_toward_thresholds()Andrea Shepard
2013-03-18Add dirserv_has_measured_bw() predicate wrapper for dirserv_query_measured_bw...Andrea Shepard
2013-03-18Ignore advertised bandwidths if we have enough measured bandwidths availableAndrea Shepard
2013-03-07Better comment for dirserv_query_measured_bw_cache()Andrea Shepard
2013-03-07Use DIGESTMAP_FOREACH_MODIFY in dirserv_expire_measured_bw_cache() for concisionAndrea Shepard
2013-03-07Add unit test for dirserv measured bandwidth cacheAndrea Shepard
2013-03-07Make sure expiry check in dirserv_expire_measured_bw_cache() works if time_t ...Andrea Shepard
2013-03-07More constness in dirserv.cAndrea Shepard
2013-03-07Make dirserv_cache_measured_bw() use a const measured_bw_line_t *Andrea Shepard
2013-03-05Call dirserv_clear_measured_bw_cache() from dirserv_free_all()Andrea Shepard
2013-02-27Prefer measured bandwidths over advertised when computing things for votes on...Andrea Shepard
2013-02-19Clear up a comment about when an assertion could fireNick Mathewson
2013-02-19Merge branch 'bug2286_unit_test_squashed'Nick Mathewson
2013-02-19Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson
2013-02-11Merge remote-tracking branch 'public/bug8158'Nick Mathewson
2013-02-11Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine
2013-02-08Refactor generating the m lines in a vote into its own functionNick Mathewson
2013-02-04Include a flag-thresholds line in each vote to describe flag cutoffsNick Mathewson
2013-02-04When we mark a node as a sybil, mark it down and reset its uptime to 0Nick Mathewson
2013-02-04Ignore tiny bandwidths entirely when computing thresholdsNick Mathewson
2013-02-04Increase the minimum value for the Fast flag to 4096.Nick Mathewson
2013-02-04Refactor should-count-towards-thresholds test into new functionNick Mathewson