summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Avoid strcat; use snprintf or strlcat insteadNick Mathewson
2004-10-27Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson
2004-10-19Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16Fix unit tests, make it compileNick Mathewson
2004-10-16Make unit tests pass; refactor most of exit policy parfsing out into new func...Nick Mathewson
2004-10-16fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson
2004-10-15Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson
2004-10-14Improve warnings for old-style directories.Nick Mathewson
2004-10-14Compile without warnings on windowsNick Mathewson
2004-10-14and another oneRoger Dingledine
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
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