aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* Don't crash when reading cached*consensus files on startupSebastian Hahn2010-06-10
* stop authority reachability check on startupRoger Dingledine2010-04-21
* immediate reachability check for new relaysRoger Dingledine2010-04-21
* In the glorious future, all relays cache dir info.Roger Dingledine2010-03-16
* Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Call exit_policy_is_general_exit lessSebastian Hahn2010-02-04
* | trivial cleanupsRoger Dingledine2010-01-15
* | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | *_free functions now accept NULLSebastian Hahn2009-12-12
* | only complain when rejecting a descriptor if it has contact infoRoger Dingledine2009-11-17
* | Fix dead code found by Coverity (CID 419).Nick Mathewson2009-10-26
* | Add functions to serve microdescs and flavored consensuses.Nick Mathewson2009-10-18
* | Document the microdescriptor code better.Nick Mathewson2009-10-18
* | Actually remember all the consensus types when we are done generating them.Nick Mathewson2009-10-15
* | Implement signatures for microdesc consensuses right.Nick Mathewson2009-10-15
* | Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson2009-10-15
* | Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson2009-10-15
* | Make signature-generation code handle different key and digest lengths.Nick Mathewson2009-10-15
* | Don't set unreachable from dirvote unless we've been running a while.Nick Mathewson2009-10-10
* | Dir auths reject relays running < Tor 0.1.2.14Roger Dingledine2009-09-30
* | downgrade a log notice at startupRoger Dingledine2009-09-23
* | some cleanups:Sebastian Hahn2009-09-15
* | ConsensusParams config option lists key=value paramsRoger Dingledine2009-09-15
* | Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* | Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson2009-08-14
|\ \
| * | Switch over to tor_strtok_r instead of strtok_r.Mike Perry2009-08-09
| * | Fix issues found by Nick in code review.Mike Perry2009-08-09
| * | Display consensus bandwidth to the control port.Mike Perry2009-08-06
| * | Implement measured bw parsing + unit tests.Mike Perry2009-08-06
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-08-12
|\ \ \ | |/ / |/| / | |/
| * Fix possible segmentation fault on directory authorities.Karsten Loesing2009-08-11
* | remove experimental 'getinfo unregistered-servers-'Roger Dingledine2009-07-13
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-30
|\|
| * the second piece of bug 969 fixingRoger Dingledine2009-06-30
| * the first piece of bug 969 fixingRoger Dingledine2009-06-30
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Remove support for events without the extended format or long names.Nick Mathewson2009-05-25
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* Raise the minimum bandwidth to be a relay from 20000 bytes to 20480Roger Dingledine2009-04-12
* log more verbosely when we accept or decline a router descriptor,Roger Dingledine2009-04-01
* Make dirserv_get_routerdesc_fingerprints() treat extrainfos with send_unencry...Nick Mathewson2009-01-06
* Bridge relays that had DirPort set to 0 would stop fetchingRoger Dingledine2009-01-05
* Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Spec compliance: if weighted MTBF of a router is at least 5 days, always vote...Nick Mathewson2008-12-29
* Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson2008-12-26
* Document most undocumented variables.Nick Mathewson2008-12-23