Commit History

Author SHA1 Message Date
  Peter Palfrader 43c253958e Tor26's IP has changed to 86.59.21.38 20 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. 20 years ago
  Nick Mathewson 757def59b6 Fix bugs in routerlist_remove_old_cached_routers_with_id() 20 years ago
  Nick Mathewson a913cb3536 prevent duplicat mark-for-close 20 years ago
  Nick Mathewson 9e82f0cdb7 enable code to remove members of old_routers when it gets big. 20 years ago
  Nick Mathewson 80758473f8 fix a signed/unsigned warning 20 years ago
  Roger Dingledine 1b009f345b first cut at a changelog for 0.1.1.9-alpha 20 years ago
  Roger Dingledine 74808ab7c2 another impossible problem we should solve. 20 years ago
  Roger Dingledine 38d3082b89 fix typo 20 years ago
  Roger Dingledine 87e8e7b4fa using an unsigned int for something that requires at least 3 bytes 20 years ago
  Roger Dingledine 40ecaf4857 answer nick's XXX, and muck with some log domain choices 20 years ago
  Roger Dingledine c68cadc0c8 tor_assert had a misleading comment 20 years ago
  Roger Dingledine 6dafca62f0 remove redundant checking for . and .. now that 20 years ago
  Roger Dingledine 1991f6cf48 more doc cleanups and reorganizing 20 years ago
  Roger Dingledine a2a4f4ae61 cleanups and a smidgen more docs 20 years ago
  Roger Dingledine 0fcc1a9121 be on the safer side about following the openssl license. i'm not sure 20 years ago
  Roger Dingledine 44b3f3060a make circ->onionskin a pointer, not a static array. moria2 was using 20 years ago
  Roger Dingledine bf2be9abd7 Do round-robin writes of at most 16 kB per write. This might 20 years ago
  Roger Dingledine 862e8a1bd1 fix typo 20 years ago
  Nick Mathewson f2617c6b79 Free the v2 directory networkstatus on exit. (Not a leak.) 20 years ago
  Nick Mathewson 4cb2435388 aaand another leak. Oops, I guess I lied to weasel when I told him there was no leak here. 20 years ago
  Nick Mathewson ed32d85a04 router_add_to_routerlist() really needs to free not-added routers. 20 years ago
  Nick Mathewson 76988bafbe Fix bug when parsing list of router descriptors containing a truncated entry. (Found by Lasse) 20 years ago
  Nick Mathewson 267af9ecf9 Fix a fun bug that was probably causing unnecessary downloads, and that coupld possibly have caused some segfaults: When post-processing a split fingerprint URL, we were trying to base16_decode() entries already in the fingerprint list, failing, and removing them. Ow. 20 years ago
  Nick Mathewson 7643c5254c Fix an annoying rep violation bug 20 years ago
  Roger Dingledine cb785f7b42 fix a url in the sample torrc 20 years ago
  Nick Mathewson e594ce92fe Start making directory caches retain old routerinfo_t. The code to remove old ones is definitely some textbook C problem. 20 years ago
  Nick Mathewson 3c36a14ba6 Call ERR_remove_state() on the main thread on shutdown,too 20 years ago
  Nick Mathewson 9492424d3f Per comments at the bottom of openssl/FAQ, call even more functions to 20 years ago
  Nick Mathewson b39d03116b remove some commented-out code that may tempt us to do ill 20 years ago