aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* make circ->onionskin a pointer, not a static array. moria2 was usingRoger Dingledine2005-10-29
* Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine2005-10-29
* fix typoRoger Dingledine2005-10-29
* Free the v2 directory networkstatus on exit. (Not a leak.)Nick Mathewson2005-10-29
* aaand another leak. Oops, I guess I lied to weasel when I told him there was...Nick Mathewson2005-10-28
* router_add_to_routerlist() really needs to free not-added routers.Nick Mathewson2005-10-28
* Fix bug when parsing list of router descriptors containing a truncated entry....Nick Mathewson2005-10-28
* Fix a fun bug that was probably causing unnecessary downloads, and that coupl...Nick Mathewson2005-10-27
* Fix an annoying rep violation bugNick Mathewson2005-10-27
* fix a url in the sample torrcRoger Dingledine2005-10-27
* Start making directory caches retain old routerinfo_t. The code to remove ol...Nick Mathewson2005-10-27
* Call ERR_remove_state() on the main thread on shutdown,tooNick Mathewson2005-10-26
* Per comments at the bottom of openssl/FAQ, call even more functions toNick Mathewson2005-10-25
* remove some commented-out code that may tempt us to do illNick Mathewson2005-10-25
* fix a nasty corruption bugNick Mathewson2005-10-25
* fix minor memory leak in configNick Mathewson2005-10-25
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* consistency is the hobgoblin of little armasRoger Dingledine2005-10-25
* Switch remaining files to new log interface.Nick Mathewson2005-10-25
* Also here.Nick Mathewson2005-10-25
* Fix log levels notice and warn for new logging stuffPeter Palfrader2005-10-25
* fix another segv, this time in circid fix.Nick Mathewson2005-10-25
* fix a segvNick Mathewson2005-10-25
* Change more files to new loggin interface. 3 left.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Fix memory leak when retrieving networkstatus or routerdesc by malformed fing...Nick Mathewson2005-10-25
* Fix possible free(NULL) in control.cNick Mathewson2005-10-25
* Fix possible minor memory leak when parsing helpernode stateNick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne...Nick Mathewson2005-10-24
* add more domainsNick Mathewson2005-10-24
* Check for even more windows version flags, and note any we do not recognize.Nick Mathewson2005-10-24
* When warning about a networkstatus fp, we need to put it in hex.Nick Mathewson2005-10-24
* Avoid potential infinite recursion when building a descriptorNick Mathewson2005-10-24
* Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping cached-sta...Roger Dingledine2005-10-20
* Crank down the frequency for replacing unchanged descriptorsNick Mathewson2005-10-19
* Make it compile. appease roger and his thirst for documentation.Nick Mathewson2005-10-19
* We need a routerlist_replace as well. This should do something about those an...Nick Mathewson2005-10-19
* solve the first half of bug 199: if we don't like the looksRoger Dingledine2005-10-19
* Update more files to new log stuff.Nick Mathewson2005-10-18
* Migrate a few more files to domained loggingNick Mathewson2005-10-18
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* fix some typosRoger Dingledine2005-10-18
* I think nick meant to compare r2->platform the second timePeter Palfrader2005-10-18
* Fix tor26's first segfaultPeter Palfrader2005-10-18
* Use a digestmap_t to speed up router_get_by_digest, which was previously a bo...Nick Mathewson2005-10-18
* Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decodingNick Mathewson2005-10-18
* Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...Nick Mathewson2005-10-18
* stupid gcc. stupid nickm.Nick Mathewson2005-10-18