summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
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
2006-02-05typos and nitsRoger Dingledine
2006-01-24Make dirservers generate a separate "guard" flag to mean, "would make a good ...Nick Mathewson
2006-01-20remove unused codeRoger Dingledine
2006-01-12Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson
2006-01-02bugfix: we were failing to parse a tor version that started withRoger Dingledine
2005-12-15Whitespace fixes; comments.Nick Mathewson
2005-12-15Remove some redundant and obsolete code from routerparseNick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-12Have dirctory authorites note which servers make good V2 directory caches in ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-15Verify that router fingerprint lines match identity keys. (We dont use them, ...Nick Mathewson
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-10-28Fix bug when parsing list of router descriptors containing a truncated entry....Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-18fix some typosRoger Dingledine
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-07Strip extra trailing newlines when parsing router descriptors.Nick Mathewson
2005-09-30Try to hunt down a few more leaksNick Mathewson
2005-09-30Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson
2005-09-29clean up some doxygen stuffRoger Dingledine