summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-10-24if we expect tor to crash with the bug we can't solve, then at leastRoger Dingledine
2005-10-24prefer thread-friendly dmallocNick Mathewson
2005-10-24Check for even more windows version flags, and note any we do not recognize.Nick Mathewson
2005-10-24Committing the rest of the osx tor+privoxy uninstall applet.Andrew Lewman
2005-10-24Committing the wrapper script for uninstallation.Andrew Lewman
2005-10-24make the hidden wiki link more prominent.Roger Dingledine
2005-10-24When warning about a networkstatus fp, we need to put it in hex.Nick Mathewson
2005-10-24Avoid potential infinite recursion when building a descriptorNick Mathewson
2005-10-20Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping cached-sta...Roger Dingledine
2005-10-19Crank down the frequency for replacing unchanged descriptorsNick Mathewson
2005-10-19Make it compile. appease roger and his thirst for documentation.Nick Mathewson
2005-10-19We need a routerlist_replace as well. This should do something about those an...Nick Mathewson
2005-10-19solve the first half of bug 199: if we don't like the looksRoger Dingledine
2005-10-18Update more files to new log stuff.Nick Mathewson
2005-10-18Migrate a few more files to domained loggingNick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-10-18fix some typosRoger Dingledine
2005-10-18I think nick meant to compare r2->platform the second timePeter Palfrader
2005-10-18Fix tor26's first segfaultPeter Palfrader
2005-10-18Use a digestmap_t to speed up router_get_by_digest, which was previously a bo...Nick Mathewson
2005-10-18Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decodingNick Mathewson
2005-10-18Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...Nick Mathewson