aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2015-01-07Enlarge the buffer for a line in a bw fileSebastian Hahn
2014-07-24Raise guard threshold to top 25% or 2000 kilounitsRoger Dingledine
2014-05-11Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch
2014-05-07Always finalize a zlib stream of server descriptors.Nick Mathewson
2014-04-07Fix some harmless/untriggerable memory leaks found by coverityNick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug4645'Nick Mathewson
2014-03-23Be more lenient in our fix for bug 11149Roger Dingledine
2014-03-23Merge remote-tracking branch 'karsten/task-11070'Nick Mathewson
2014-03-18Take out remaining V1 directory code.Karsten Loesing
2014-03-06Stop accepting 0.2.2 relay uploads for the consensus.Nick Mathewson
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2014-02-03Fixes for bug4645 fix.Nick Mathewson
2014-02-03Using proper functions to create tor_addr_t.rl1987
2014-02-03Removing is_internal_IP() function. Resolves ticket 4645.rl1987
2014-02-03More fixes to rip out all of the v2 directory code.Karsten Loesing
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-10-21A Bridge Authority should compute flag thresholdsMatthew Finkel
2013-10-07Add TestingDirAuthVoteGuard option for specifying relays to vote Guard on.Linus Nordberg
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