aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
* There is no space after network-status; make router_get_hash_impl more bullet...Nick Mathewson2004-08-06
* Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...Nick Mathewson2004-08-04
* log a warning if you're running an unverified server, to letRoger Dingledine2004-08-04
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* Never use time(NULL) as assumed publication time for a directory.Nick Mathewson2004-07-22
* populate router_get_my_routerinfo()->is_verifiedRoger Dingledine2004-07-22
* authdirservers accept the uploading of unverified descriptors.Roger Dingledine2004-07-21
* a whole swath of fixesRoger Dingledine2004-07-20
* Change rule from "reject non-recommended versions" to "reject obsolete versio...Nick Mathewson2004-07-16
* Remove 1024-router limit in routerparse.c; unify handling of running-routers ...Nick Mathewson2004-07-16
* Resolve all DOCDOCs.Nick Mathewson2004-07-16
* Code to parse tor version numbers so we can do an is-newer-than check.Nick Mathewson2004-07-13
* add 'advertisedbandwidth' to router descriptorRoger Dingledine2004-07-12
* More digest/nickname fixesNick Mathewson2004-07-02
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson2004-06-02
* Check recommended-software string *early*, before actually parsing the direct...Nick Mathewson2004-06-01
* Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson2004-05-20
* Resolve some XXXsNick Mathewson2004-05-18
* Split directory/router parsing functionality into separate file from routerli...Nick Mathewson2004-05-10