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