summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2012-08-09Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-07Merge remote-tracking branch 'arma/bug3886'Nick Mathewson
2012-06-05Merge remote-tracking branch 'public/format_doubles'Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-05-16Use %f, not %lf when formatting doublesNick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug2297'Nick Mathewson
2012-04-24peel off some unnecessary parensRoger Dingledine
2012-04-11Obsolete GiveGuardFlagTo_CVE_2011_2768_VulnerableRelaysNick Mathewson
2012-03-30Exits don't need to fetch certs for unknown authoritiesNick Mathewson
2012-03-30Move router lookup to _after_ we assert that its argument is setNick Mathewson
2012-03-29checking "same addr/port but with nonmatching keys" is obsoleteRoger Dingledine
2012-03-29simplify furtherRoger Dingledine
2012-03-29Refactor dirserv_orconn_tls_done().Linus Nordberg
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson
2012-01-16Provide consensus params to constrain the threshold for FastNick Mathewson
2011-12-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-27Authorities reject insecure Tors.Nick Mathewson
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-27Add the ability to append and clear linelist options from cmdlineNick Mathewson
2011-11-23Fix a compile warning on 64bit OS XSebastian Hahn
2011-11-23Fix a compile warning on 64bit OS Xtor-0.2.3.8-alphaSebastian Hahn
2011-11-21apparently or_options_t likes being a const in masterRoger Dingledine
2011-11-21Merge branch 'maint-0.2.2'Roger Dingledine
2011-11-21parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine
2011-11-16trivial code cleanup in generate_v2_networkstatus_opinion()Roger Dingledine
2011-11-02Fix a check-spaces complaintSebastian Hahn
2011-11-02Resolve a crash when running as dirauthSebastian Hahn
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
2011-10-26Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom
2011-10-26Don't give the Guard flag to relays without the CVE-2011-2768 fixRobert Ransom
2011-10-25Add percentiles to the desc stats reportingSebastian Hahn
2011-10-21Add new stats type: descriptor fetch statsSebastian Hahn
2011-10-21remove code related to tracking descriptor serving timesSebastian Hahn
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-09-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-07Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson
2011-09-01let private tor networks more reliably handle hidden servicesRoger Dingledine
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-01Use strlcpy when copying node IDs into measured_bw_line_tNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-06-03Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom
2011-06-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-02Fix unit test failure in dir/formatsSebastian Hahn
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-13Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson