summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2004-08-25make the compile work (and not complain) on sunos 5.9Roger Dingledine
2004-08-18Fix some DOCDOCsNick Mathewson
2004-08-18Functions to test nickname validityNick Mathewson
2004-08-17Clean up last patch; implement (mostly) proper handling for verified/unverifi...Nick Mathewson
2004-08-17Parse uptime into routerinfoNick Mathewson
2004-08-15o clients choose nodes proportional to advertised bandwidthRoger Dingledine
2004-08-08fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine
2004-08-07Don't warn about being unverified if you're not in the running-routersRoger Dingledine
2004-08-07Only warn about version newness onceNick Mathewson
2004-08-07Remove obsolete link-key keywordNick Mathewson
2004-08-07router_get_hash_impl would fail when end_str started with \n. Now it works.Nick Mathewson
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-07untwisting the logic, it would seem the pkey is always defined?Roger Dingledine
2004-08-07Comment about n_args<1 is correct, since all directory servers are running po...Nick Mathewson
2004-08-07print the name of the dirserver that told us we were unverifiedRoger Dingledine
2004-08-06There is no space after network-status; make router_get_hash_impl more bullet...Nick Mathewson
2004-08-04Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...Nick Mathewson
2004-08-04log a warning if you're running an unverified server, to letRoger Dingledine
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
2004-07-22Never use time(NULL) as assumed publication time for a directory.Nick Mathewson
2004-07-22populate router_get_my_routerinfo()->is_verifiedRoger Dingledine
2004-07-21authdirservers accept the uploading of unverified descriptors.Roger Dingledine
2004-07-20a whole swath of fixesRoger Dingledine
2004-07-16Change rule from "reject non-recommended versions" to "reject obsolete versio...Nick Mathewson
2004-07-16Remove 1024-router limit in routerparse.c; unify handling of running-routers ...Nick Mathewson
2004-07-16Resolve all DOCDOCs.Nick Mathewson
2004-07-13Code to parse tor version numbers so we can do an is-newer-than check.Nick Mathewson
2004-07-12add 'advertisedbandwidth' to router descriptorRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson
2004-06-25Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson
2004-06-21Implement several 008pre1 items: needs more testingNick Mathewson
2004-06-02Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson
2004-06-01Check recommended-software string *early*, before actually parsing the direct...Nick Mathewson
2004-05-20Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson
2004-05-18Resolve some XXXsNick Mathewson
2004-05-10Split directory/router parsing functionality into separate file from routerli...Nick Mathewson