aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
* whoopsRoger Dingledine2004-12-04
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson2004-12-04
* make circuit building and router parsing less noisyRoger Dingledine2004-12-04
* Spell-check strings and commentsNick Mathewson2004-12-01
* Make version parsing tests passNick Mathewson2004-11-30
* Implement new version format for post 0.1.Nick Mathewson2004-11-29
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* when warning that a version is too new, don't use the confusingRoger Dingledine2004-11-25
* Clarify a bunch of log messagesNick Mathewson2004-11-25
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* Tweak on patch to make authoritative directory servers cacheNick Mathewson2004-11-15
* Authoritative dirservers now also cache the directory, sinceRoger Dingledine2004-11-15
* Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson2004-11-15
* Make running-routers fetch (apparently) workNick Mathewson2004-11-14
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson2004-11-12
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCsNick Mathewson2004-11-09
* only non-authdirservers cache the dir they just fetchedRoger Dingledine2004-11-09
* when rejecting an old-style router descriptor, tell us its nicknameRoger Dingledine2004-11-09
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson2004-10-28
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Avoid strcat; use snprintf or strlcat insteadNick Mathewson2004-10-27
* Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson2004-10-27
* Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson2004-10-19
* start the process of making 0.0.7* obsoleteRoger Dingledine2004-10-17
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Fix unit tests, make it compileNick Mathewson2004-10-16
* Make unit tests pass; refactor most of exit policy parfsing out into new func...Nick Mathewson2004-10-16
* fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson2004-10-16
* Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson2004-10-15
* Improve warnings for old-style directories.Nick Mathewson2004-10-14
* Compile without warnings on windowsNick Mathewson2004-10-14
* and another oneRoger Dingledine2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Make directories get generated properly again; debug key lookup. Also, it is...Nick Mathewson2004-10-13
* Appease overzealous gccNick Mathewson2004-10-12
* Use tor_parse_long in more placesNick Mathewson2004-10-12
* Better bounds checking on parsed intsNick Mathewson2004-10-12
* fix a signed/unsigned comparisonRoger Dingledine2004-10-12
* Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson2004-10-12
* Include a dir-signing-key token in directories to tell the parsing entity whi...Nick Mathewson2004-10-07
* Fix a couple of typos, one of which conceals a bug in parsing opt keywords wi...Nick Mathewson2004-10-06