summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-25when warning that a version is too new, don't use the confusingRoger Dingledine
2004-11-25Clarify a bunch of log messagesNick Mathewson
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-15Tweak on patch to make authoritative directory servers cacheNick Mathewson
2004-11-15Authoritative dirservers now also cache the directory, sinceRoger Dingledine
2004-11-15Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson
2004-11-14Make running-routers fetch (apparently) workNick Mathewson
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09only non-authdirservers cache the dir they just fetchedRoger Dingledine
2004-11-09when rejecting an old-style router descriptor, tell us its nicknameRoger Dingledine
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-10-28Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
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