aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
* r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson2007-02-02
* r9715@catbus: nickm | 2007-01-22 02:51:04 -0500Nick Mathewson2007-01-22
* avoid a crash-all-the-clients segfault if a rogue dirRoger Dingledine2007-01-04
* r11820@Kushana: nickm | 2007-01-03 14:54:05 -0500Nick Mathewson2007-01-03
* r11761@Kushana: nickm | 2006-12-29 15:45:56 -0500Nick Mathewson2006-12-29
* r11737@Kushana: nickm | 2006-12-28 18:32:13 -0500Nick Mathewson2006-12-29
* r11736@Kushana: nickm | 2006-12-28 17:46:23 -0500Nick Mathewson2006-12-29
* r11694@Kushana: nickm | 2006-12-23 23:09:20 -0500Nick Mathewson2006-12-24
* r11693@Kushana: nickm | 2006-12-23 22:42:11 -0500Nick Mathewson2006-12-24
* Infrastructure to test BEGIN_DIR cells.Roger Dingledine2006-12-13
* r9843@Kushana: nickm | 2006-11-30 17:22:25 -0500Nick Mathewson2006-11-30
* r9313@totoro: nickm | 2006-11-13 20:07:41 -0500Nick Mathewson2006-11-14
* r9309@totoro: nickm | 2006-11-13 19:05:41 -0500Nick Mathewson2006-11-14
* r9465@auth3-479: nickm | 2006-11-01 13:16:21 -0500Nick Mathewson2006-11-01
* r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500Nick Mathewson2006-10-31
* r9091@totoro: nickm | 2006-10-19 11:45:28 -0400Nick Mathewson2006-10-19
* r9004@totoro: nickm | 2006-10-11 18:05:24 -0400Nick Mathewson2006-10-11
* r8957@totoro: nickm | 2006-10-08 22:35:17 -0400Nick Mathewson2006-10-09
* r9032@Kushana: nickm | 2006-09-29 18:51:42 -0400Nick Mathewson2006-09-29
* r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson2006-09-29
* r9023@Kushana: nickm | 2006-09-29 17:27:24 -0400Nick Mathewson2006-09-29
* r8776@totoro: nickm | 2006-09-29 00:50:46 -0400Nick Mathewson2006-09-29
* r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400Nick Mathewson2006-09-21
* Stop searching routerlist for routers with the same identity as other routers...Nick Mathewson2006-09-19
* r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400Nick Mathewson2006-09-15
* r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400Nick Mathewson2006-08-31
* remove some more vestiges of cvsRoger Dingledine2006-08-26
* Remove code to special-case "-cvs" ending, since it has not actually mattered...Nick Mathewson2006-07-25
* Fix a bunch of spaces.Nick Mathewson2006-06-22
* Set offset properly when parsing cache.Nick Mathewson2006-06-22
* Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...Nick Mathewson2006-06-22
* Start remembering *where* we are storing routerdescs. This will make us easie...Nick Mathewson2006-04-29
* Remove DER64 functions in trunk: they will never be used again unless the dir...Nick Mathewson2006-04-10
* In fairness to gcc, a char** is often _not_ usable as a const void **.Nick Mathewson2006-04-10
* Oops. _compare_tor_version_str_ptr wants ptr-to-ptr. Ow.Nick Mathewson2006-04-10
* bugfix in sort_version_list() so it doesn't screw up the sorting.Roger Dingledine2006-04-03
* fix some xxxs.Nick Mathewson2006-04-03
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* Allow non-printable characters for exit streams (both forRoger Dingledine2006-03-19
* Finish the transition from the word 'verified' to the wordsRoger Dingledine2006-03-19
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* Allow private:* in routerdescs; not generated yet (because older Tors do not ...Nick Mathewson2006-03-05
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Move "sort list of versions" logic into routerparse.c; make version-checking ...Nick Mathewson2006-02-06
* typos and nitsRoger Dingledine2006-02-05
* Make dirservers generate a separate "guard" flag to mean, "would make a good ...Nick Mathewson2006-01-24
* remove unused codeRoger Dingledine2006-01-20
* Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson2006-01-12
* bugfix: we were failing to parse a tor version that started withRoger Dingledine2006-01-02