summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create microdesc.hSebastian Hahn
2010-07-27Create hibernate.hSebastian Hahn
2010-07-27Create dirvote.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-21whitespace fixRoger Dingledine
2010-07-14Alter how guard flags are chosen.Mike Perry
2010-07-14No dirport should mean no hsdir flag (bug 1693)Roger Dingledine
2010-06-10Don't crash when reading cached*consensus files on startupSebastian Hahn
2010-04-21stop authority reachability check on startupRoger Dingledine
2010-04-21immediate reachability check for new relaysRoger Dingledine
2010-03-16In the glorious future, all relays cache dir info.Roger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-04Call exit_policy_is_general_exit lessSebastian Hahn
2010-01-15trivial cleanupsRoger Dingledine
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-11-17only complain when rejecting a descriptor if it has contact infoRoger Dingledine
2009-10-26Fix dead code found by Coverity (CID 419).Nick Mathewson
2009-10-18Add functions to serve microdescs and flavored consensuses.Nick Mathewson
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson
2009-10-15Implement signatures for microdesc consensuses right.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson
2009-10-15Make signature-generation code handle different key and digest lengths.Nick Mathewson
2009-10-10Don't set unreachable from dirvote unless we've been running a while.Nick Mathewson
2009-09-30Dir auths reject relays running < Tor 0.1.2.14Roger Dingledine
2009-09-23downgrade a log notice at startupRoger Dingledine
2009-09-15some cleanups:Sebastian Hahn
2009-09-15ConsensusParams config option lists key=value paramsRoger Dingledine
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-14Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson
2009-08-12Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-08-11Fix possible segmentation fault on directory authorities.Karsten Loesing
2009-08-09Switch over to tor_strtok_r instead of strtok_r.Mike Perry
2009-08-09Fix issues found by Nick in code review.Mike Perry
2009-08-06Display consensus bandwidth to the control port.Mike Perry
2009-08-06Implement measured bw parsing + unit tests.Mike Perry