summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
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
2005-09-21Only check versions from versioning authdirs.Nick Mathewson
2005-09-21Implement new version handling code.Nick Mathewson
2005-09-20clean up a bit more codeRoger Dingledine
2005-09-18Prevent a "try forever to download an unobtainable descriptor" bug. Still re...Nick Mathewson
2005-09-18Move to new base64 digest functions. Switch to new router digest calculation...Nick Mathewson
2005-09-16Remove a bunch of #if0d code that I no longer need to look at.Nick Mathewson
2005-09-16Resolve/expand some XXXXs and improve a log message or twoNick Mathewson
2005-09-15Stop downloading directories and download routers instead. This still needs ...Nick Mathewson
2005-09-14Fix a bunch of log messages. Deprecate some routerlist fields; remove others...Nick Mathewson
2005-09-14Would you believe that the software_versions field of routerlist_t was never ...Nick Mathewson
2005-09-14Big commit: clients start downloading and using network-statuses.Nick Mathewson
2005-09-13add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson
2005-09-12Numerous changes to move towards client-side v2 directories.Nick Mathewson
2005-09-12remove temporary network-status keywordRoger Dingledine
2005-09-11fix comment and return value for check_software_version_against_directory()Roger Dingledine
2005-09-08Resolve some XXXs. Add some others.Nick Mathewson
2005-09-08oops -- that log should have been removedNick Mathewson
2005-09-08Fix network-status parsing.Nick Mathewson
2005-09-08Fix another reversed inet_atonNick Mathewson
2005-09-08Fix some more bugs; add a temporary log.Nick Mathewson
2005-09-08Stop dying when we get a directory from tor26; workaround for change in netwo...Nick Mathewson
2005-09-07clean whitespace.Nick Mathewson
2005-09-07More stuff for new directories.Nick Mathewson
2005-09-04Comment structs, reload a field, start making network status caches workNick Mathewson
2005-09-02Make structs for (v2) network-status and its per-router components. Add funct...Nick Mathewson
2005-08-30Actually set is_hibernating when parsing router descriptors.Nick Mathewson
2005-08-26Add some documentation; move the signature generation logic into routerparse....Nick Mathewson
2005-08-25Start implementing the server side of the new directory protocol.Nick Mathewson
2005-08-24Dirservers now do their own external reachability testing of eachRoger Dingledine
2005-08-16the tor-spec says router->address must be an IP address. so refuseRoger Dingledine
2005-08-09check_software_version_against_directory needs a return value.Nick Mathewson
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-08-08get rid of IgnoreVersion and the forced auto-exit mis-featureRoger Dingledine
2005-06-24It is not the end of the world when a router descriptor has an unrecognized kwdNick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson