summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-05Tor26's IP has changed to 86.59.21.38Peter Palfrader
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-11-04Fix bugs in routerlist_remove_old_cached_routers_with_id()Nick Mathewson
2005-11-04prevent duplicat mark-for-closeNick Mathewson
2005-11-01enable code to remove members of old_routers when it gets big.Nick Mathewson
2005-11-01fix a signed/unsigned warningNick Mathewson
2005-11-01first cut at a changelog for 0.1.1.9-alphaRoger Dingledine
2005-11-01another impossible problem we should solve.Roger Dingledine
2005-11-01fix typoRoger Dingledine
2005-11-01using an unsigned int for something that requires at least 3 bytesRoger Dingledine
2005-11-01answer nick's XXX, and muck with some log domain choicesRoger Dingledine
2005-11-01tor_assert had a misleading commentRoger Dingledine
2005-11-01remove redundant checking for . and .. now thatRoger Dingledine
2005-11-01more doc cleanups and reorganizingRoger Dingledine
2005-11-01cleanups and a smidgen more docsRoger Dingledine
2005-10-30be on the safer side about following the openssl license. i'm not sureRoger Dingledine
2005-10-29make circ->onionskin a pointer, not a static array. moria2 was usingRoger Dingledine
2005-10-29Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine
2005-10-29fix typoRoger Dingledine
2005-10-29Free the v2 directory networkstatus on exit. (Not a leak.)Nick Mathewson
2005-10-28aaand another leak. Oops, I guess I lied to weasel when I told him there was...Nick Mathewson
2005-10-28router_add_to_routerlist() really needs to free not-added routers.Nick Mathewson
2005-10-28Fix bug when parsing list of router descriptors containing a truncated entry....Nick Mathewson
2005-10-27Fix a fun bug that was probably causing unnecessary downloads, and that coupl...Nick Mathewson
2005-10-27Fix an annoying rep violation bugNick Mathewson
2005-10-27fix a url in the sample torrcRoger Dingledine
2005-10-27Start making directory caches retain old routerinfo_t. The code to remove ol...Nick Mathewson
2005-10-26Call ERR_remove_state() on the main thread on shutdown,tooNick Mathewson
2005-10-25Per comments at the bottom of openssl/FAQ, call even more functions toNick Mathewson
2005-10-25remove some commented-out code that may tempt us to do illNick Mathewson
2005-10-25fix a nasty corruption bugNick Mathewson
2005-10-25fix minor memory leak in configNick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25consistency is the hobgoblin of little armasRoger Dingledine
2005-10-25Switch remaining files to new log interface.Nick Mathewson
2005-10-25Also here.Nick Mathewson
2005-10-25Fix log levels notice and warn for new logging stuffPeter Palfrader
2005-10-25fix another segv, this time in circid fix.Nick Mathewson
2005-10-25fix a segvNick Mathewson
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-25Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson
2005-10-25Fix memory leak when retrieving networkstatus or routerdesc by malformed fing...Nick Mathewson
2005-10-25Fix possible free(NULL) in control.cNick Mathewson
2005-10-25Fix possible minor memory leak when parsing helpernode stateNick Mathewson
2005-10-25Add core spec todos from meetingNick Mathewson
2005-10-25add minor todos from meetingNick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-24Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne...Nick Mathewson
2005-10-24add more domainsNick Mathewson