aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
* 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
* Whitespace fixes; comments.Nick Mathewson2005-12-15
* Remove some redundant and obsolete code from routerparseNick Mathewson2005-12-15
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Have dirctory authorites note which servers make good V2 directory caches in ...Nick Mathewson2005-12-12
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Verify that router fingerprint lines match identity keys. (We dont use them, ...Nick Mathewson2005-11-15
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* Fix bug when parsing list of router descriptors containing a truncated entry....Nick Mathewson2005-10-28
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* fix some typosRoger Dingledine2005-10-18
* Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson2005-10-14
* Strip extra trailing newlines when parsing router descriptors.Nick Mathewson2005-10-07
* Try to hunt down a few more leaksNick Mathewson2005-09-30
* Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson2005-09-30
* clean up some doxygen stuffRoger Dingledine2005-09-29
* Only check versions from versioning authdirs.Nick Mathewson2005-09-21
* Implement new version handling code.Nick Mathewson2005-09-21
* clean up a bit more codeRoger Dingledine2005-09-20
* Prevent a "try forever to download an unobtainable descriptor" bug. Still re...Nick Mathewson2005-09-18
* Move to new base64 digest functions. Switch to new router digest calculation...Nick Mathewson2005-09-18
* Remove a bunch of #if0d code that I no longer need to look at.Nick Mathewson2005-09-16
* Resolve/expand some XXXXs and improve a log message or twoNick Mathewson2005-09-16
* Stop downloading directories and download routers instead. This still needs ...Nick Mathewson2005-09-15
* Fix a bunch of log messages. Deprecate some routerlist fields; remove others...Nick Mathewson2005-09-14
* Would you believe that the software_versions field of routerlist_t was never ...Nick Mathewson2005-09-14