summaryrefslogtreecommitdiff
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-15last pieces of 0.1.1.9-alpha changelogRoger 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-13cleanup and additions to 0.1.1.9-alpha changelogRoger Dingledine
2005-11-12confuse people less about what running a server meansRoger Dingledine
2005-11-12remove some completed itemsRoger Dingledine
2005-11-12start to clean up and add to and rearrange the todoRoger 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-11router twins are long gone from tor. take them out of the spec.Roger 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-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