aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* make it even more clear that i didn't screw up the logicRoger Dingledine2005-11-15
* fix logic error: not unnamed is good.Roger Dingledine2005-11-15
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* Fix number in error messageNick Mathewson2005-11-14
* shorten more of the startup log messagesRoger Dingledine2005-11-14
* when a stream times out, provide less (but better) explanationRoger Dingledine2005-11-14
* We were refusing to start if you define SocksListenAddressRoger Dingledine2005-11-11
* speed up the lookup-by-circid-orconn now that it seems thatRoger Dingledine2005-11-11
* when we were cannibalizing a circuit with a particular exitRoger Dingledine2005-11-11
* fix function commentRoger Dingledine2005-11-11
* stop discouraging the old *BindAddress config options. we willRoger Dingledine2005-11-11
* simplify a log entryRoger Dingledine2005-11-11
* fix a harmless warn and mark two points where we shouldRoger Dingledine2005-11-11
* If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson2005-11-08
* Tor26's IP has changed to 86.59.21.38Peter Palfrader2005-11-05
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* Fix bugs in routerlist_remove_old_cached_routers_with_id()Nick Mathewson2005-11-04
* prevent duplicat mark-for-closeNick Mathewson2005-11-04
* enable code to remove members of old_routers when it gets big.Nick Mathewson2005-11-01
* fix a signed/unsigned warningNick Mathewson2005-11-01
* answer nick's XXX, and muck with some log domain choicesRoger Dingledine2005-11-01
* remove redundant checking for . and .. now thatRoger Dingledine2005-11-01
* more doc cleanups and reorganizingRoger Dingledine2005-11-01
* 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
* Start making directory caches retain old routerinfo_t. The code to remove ol...Nick Mathewson2005-10-27
* 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
* Switch remaining files to new log interface.Nick Mathewson2005-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
* When warning about a networkstatus fp, we need to put it in hex.Nick Mathewson2005-10-24