summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-11-15make it even more clear that i didn't screw up the logictor-0.1.1.9-alphaRoger Dingledine
2005-11-15fix logic error: not unnamed is good.Roger Dingledine
2005-11-15Loops without an increment step can suck, even on windows.Nick Mathewson
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-11-15bump to 0.1.1.9-alphaRoger Dingledine
2005-11-14Hm; looks like the callback business was unnecessary, since DHparams_dup() co...Nick Mathewson
2005-11-14Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.Nick Mathewson
2005-11-14Oops. It looks like there *was* an easy way to make openssl do what we wanted.Nick Mathewson
2005-11-14Fix number in error messageNick Mathewson
2005-11-14shorten more of the startup log messagesRoger Dingledine
2005-11-14when a stream times out, provide less (but better) explanationRoger Dingledine
2005-11-13When logging via syslog, include the pid whenever we provideRoger Dingledine
2005-11-11We were refusing to start if you define SocksListenAddressRoger Dingledine
2005-11-11correct nick's commentRoger Dingledine
2005-11-11Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for D...Nick Mathewson
2005-11-11speed up the lookup-by-circid-orconn now that it seems thatRoger Dingledine
2005-11-11when we were cannibalizing a circuit with a particular exitRoger Dingledine
2005-11-11fix function commentRoger Dingledine
2005-11-11stop discouraging the old *BindAddress config options. we willRoger Dingledine
2005-11-11simplify a log entryRoger Dingledine
2005-11-11fix a harmless warn and mark two points where we shouldRoger Dingledine
2005-11-08If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson
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-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-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