summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2004-10-13Make directories get generated properly again; debug key lookup. Also, it is...Nick Mathewson
2004-10-12Appease overzealous gccNick Mathewson
2004-10-12Use tor_parse_long in more placesNick Mathewson
2004-10-12Better bounds checking on parsed intsNick Mathewson
2004-10-12fix a signed/unsigned comparisonRoger Dingledine
2004-10-12Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson
2004-10-07Include a dir-signing-key token in directories to tell the parsing entity whi...Nick Mathewson
2004-10-06Fix a couple of typos, one of which conceals a bug in parsing opt keywords wi...Nick Mathewson
2004-10-03Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2Nick Mathewson
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-28Fix messages for _UNRECOGNIZED tokensNick Mathewson
2004-09-28the tor clients in cvs can't speak to the current tor authdirservers forRoger Dingledine
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-09-02Use new split function and strcmpstart correctlyNick Mathewson
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