aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
* 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
* Only check versions against downloaded directories, not cached directories.Nick Mathewson2004-10-03
* prefer tor_free to freeRoger Dingledine2004-09-29
* Fix messages for _UNRECOGNIZED tokensNick Mathewson2004-09-28
* the tor clients in cvs can't speak to the current tor authdirservers forRoger Dingledine2004-09-28
* checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine2004-09-27
* cleanup: use strcmpstart() in more placesRoger Dingledine2004-09-23
* Use new split function and strcmpstart correctlyNick Mathewson2004-09-02
* make the compile work (and not complain) on sunos 5.9Roger Dingledine2004-08-25
* Fix some DOCDOCsNick Mathewson2004-08-18
* Functions to test nickname validityNick Mathewson2004-08-18
* Clean up last patch; implement (mostly) proper handling for verified/unverifi...Nick Mathewson2004-08-17
* Parse uptime into routerinfoNick Mathewson2004-08-17
* o clients choose nodes proportional to advertised bandwidthRoger Dingledine2004-08-15
* fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine2004-08-08
* Don't warn about being unverified if you're not in the running-routersRoger Dingledine2004-08-07
* Only warn about version newness onceNick Mathewson2004-08-07
* Remove obsolete link-key keywordNick Mathewson2004-08-07
* router_get_hash_impl would fail when end_str started with \n. Now it works.Nick Mathewson2004-08-07