aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2015-01-07Enlarge the buffer for a line in a bw fileSebastian Hahn
2015-01-06Merge remote-tracking branch 'public/feature11791'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-26Fix grammar in comment on running_long_enough_to_decide_unreachableteor
2014-12-24Fix TestingMinExitFlagThreshold 0teor
2014-11-17Use smaller zlib objects when under memory pressureNick Mathewson
2014-11-11Renaming ROUTER_WAS_NOT_NEW to ROUTER_IS_ALREADY_KNOWN.rl1987
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-13Merge remote-tracking branch 'public/bug11243_squashed'Nick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-10-09Remove is_router_version_good_for_possible_guard()Nick Mathewson
2014-10-01Add TestingDirAuthVoteExit option (like TestingDirAuthVoteGuard)teor
2014-09-28Stop spurious clang shallow analysis null pointer errorsteor
2014-09-15Clean up a clangalyzer warning in directory_remove_invalidNick Mathewson
2014-09-09Add unittests for finding the third quartile of a set.George Kadianakis
2014-09-09Merge remote-tracking branch 'asn/bug13064'Nick Mathewson
2014-09-09Remove client-side bad directory logicSebastian Hahn
2014-09-09Remove dirauth support for the BadDirectory flagSebastian Hahn
2014-09-09Remove support for naming directory authoritiesSebastian Hahn
2014-09-06Evaluate TestingDirAuthVoteGuard only after filling all rs elements.George Kadianakis
2014-09-04Fix add_fingerprint_to_dir() doc and signatureSebastian Hahn
2014-09-04Remove the AuthDirRejectUnlisted config optionSebastian Hahn
2014-09-02Don't list relays w/ bw estimate of 0 in the consensusSebastian Hahn
2014-08-21remove meaningless checks for chunks==NULL in dirserv stuffNick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-07-24Merge branch 'maint-0.2.5'Roger Dingledine
2014-07-24Raise guard threshold to top 25% or 2000 kilounitsRoger Dingledine
2014-07-09Only active relays should be given HSDirMatthew Finkel
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