Commit History

Author SHA1 Message Date
  Roger Dingledine 5f051574d5 Happy new year! 18 years ago
  Nick Mathewson e5a574ce2e Move "sort list of versions" logic into routerparse.c; make version-checking code say which versions it would have accepted. (not tested.) 18 years ago
  Roger Dingledine 4c1fa73c7e typos and nits 18 years ago
  Nick Mathewson 9f42c9d650 Make dirservers generate a separate "guard" flag to mean, "would make a good entry guard". Make clients parse it and vote on it. 18 years ago
  Roger Dingledine b9540285af remove unused code 18 years ago
  Nick Mathewson 2dd566d5d5 Indirect access to the signed_descriptor field to make it easier to keep them lazily on disk. 18 years ago
  Roger Dingledine ddf070e204 bugfix: we were failing to parse a tor version that started with 18 years ago
  Nick Mathewson 24e79df0b6 Whitespace fixes; comments. 18 years ago
  Nick Mathewson 5965b3849e Remove some redundant and obsolete code from routerparse 18 years ago
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 18 years ago
  Nick Mathewson 27a201ac80 Have dirctory authorites note which servers make good V2 directory caches in publishe network-status. 18 years ago
  Roger Dingledine 58366ffd24 when we changed from log_fn to debug/info/notice/warn/err, 18 years ago
  Nick Mathewson 9cec3a13f5 remove some functions that are not used; #if0 out some files that are not likely to be used. 18 years ago
  Nick Mathewson 22aea0757e Verify that router fingerprint lines match identity keys. (We dont use them, but others might.) 18 years ago
  Nick Mathewson 75d85c8214 On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. 18 years ago
  Nick Mathewson 76988bafbe Fix bug when parsing list of router descriptors containing a truncated entry. (Found by Lasse) 18 years ago
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 18 years ago
  Nick Mathewson 932106f54c Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. 18 years ago
  Nick Mathewson f9b0be526e Use LD_BUG as appropriate; convert rend* and router* to new logging interface; use new circ_log_path interface 18 years ago
  Roger Dingledine 102df4a982 fix some typos 18 years ago
  Nick Mathewson 998cf8d622 Try to extract as many descriptors as possible from truncated http responses. (when DIR_PURPOSE_FETCH_ROUTERDESC) 18 years ago
  Nick Mathewson 4c7113d26a Strip extra trailing newlines when parsing router descriptors. 18 years ago
  Nick Mathewson 23864ad423 Try to hunt down a few more leaks 18 years ago
  Nick Mathewson fc3c0197f9 Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads when they have more than 16 router descriptors to download, or when 10 minutes have passed since the last download. 18 years ago
  Roger Dingledine 3559f821a1 clean up some doxygen stuff 18 years ago
  Nick Mathewson 72915546cd Only check versions from versioning authdirs. 18 years ago
  Nick Mathewson 20b9111266 Implement new version handling code. 18 years ago
  Roger Dingledine 94ff09af23 clean up a bit more code 18 years ago
  Nick Mathewson d118d5069a Prevent a "try forever to download an unobtainable descriptor" bug. Still remaining: the "give up forever" bug. 19 years ago
  Nick Mathewson e86893e87b Move to new base64 digest functions. Switch to new router digest calculation. Make sure there are no duplicates in router status lists. 19 years ago