aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-30clean up README to mention torrc.sampleRoger Dingledine
2004-03-30re-enable recommendedversion checking (oops, thanks weasel)Roger Dingledine
2004-03-30rename torrc to torrc.sampleRoger Dingledine
2004-03-29call it torrc.sample, not torrcRoger Dingledine
2004-03-29old or skewed descriptor doesn't mean we failed to parse itRoger Dingledine
2004-03-29bump to 0.0.5rc2Roger Dingledine
2004-03-29refactor directories a smidgenRoger Dingledine
2004-03-29first guess at a set of circuit purposesRoger Dingledine
2004-03-29Remove automake files from cvs. Let's see whether it works for Roger too.Peter Palfrader
2004-03-29Make preliminary list of tasks for rendezvous serviceNick Mathewson
2004-03-29Add more stuff to cvsignoresNick Mathewson
2004-03-29bugfix: we were closing socks-request connections immediately, ratherRoger Dingledine
2004-03-29clean up a few more bugsRoger Dingledine
2004-03-29fix typoRoger Dingledine
2004-03-29make normal exit nodes less likely to crash from the conn-munging bugRoger Dingledine
2004-03-29Re-enable unit tests for directory generation.Nick Mathewson
2004-03-29Remove descriptors that are older than 24 hours from the directory. Use strl...Nick Mathewson
2004-03-29Possible fix for c99 aliasing warningsNick Mathewson
2004-03-28make it less noisy for normal ORs when a server uses a false nicknameRoger Dingledine
2004-03-28make dns resolves a lot fasterRoger Dingledine
2004-03-28oh, i forgot to enable the find-munged-conn functionRoger Dingledine
2004-03-28hold socks reply open until flushed (if possible)Roger Dingledine
2004-03-28Initial rendezvous spec version. Needs another review and revision; but firs...Nick Mathewson
2004-03-28there is yet another dns-pending-conn-clobbering bugRoger Dingledine
2004-03-27update todo a bit fartherRoger Dingledine
2004-03-27work around a tsocks bugRoger Dingledine
2004-03-27fix an assert trigger where an OP would fail to handshake, and we'dRoger Dingledine
2004-03-27only build circuits after we've fetched the directoryRoger Dingledine
2004-03-27make it less noisy to consider exit policiesRoger Dingledine
2004-03-26bump version back to 0.0.4.1Roger Dingledine
2004-03-26oops, 0.0.4 is more broken than 0.0.3Roger Dingledine
2004-03-26New upstream releasedebian-version-0.0.4-1Peter Palfrader
2004-03-26bump cvs to 0.0.5Roger Dingledine
2004-03-26clean up some 'warn' messages while i'm at ittor-0.0.4Roger Dingledine
2004-03-26changelog for 0.0.4 (just the bugfix)Roger Dingledine
2004-03-26fix two assert triggers (darn it, I hate releasing software)Roger Dingledine
2004-03-26bump cvs to 0.0.4Roger Dingledine
2004-03-26New upstream releasedebian-version-0.0.3-1Peter Palfrader
2004-03-26a missing comma could wreak all sorts of havoc.tor-0.0.3Roger Dingledine
2004-03-26another todo item we thought ofRoger Dingledine
2004-03-26changelog for 0.0.3Roger Dingledine
2004-03-21Remove unused open circuits when there are too many, not when they are too old.Nick Mathewson
2004-03-21Dont expire circuits we didnt originate. This may be redundant somehow, but ...Nick Mathewson
2004-03-21Add missing dollar signNick Mathewson
2004-03-21Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson
2004-03-21Replace all connection_removes outsice of main.c with connection_mark_for_closeNick Mathewson
2004-03-21Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson
2004-03-21Add macros and functions to wrap memcpy/alignment logic.Nick Mathewson
2004-03-20mark off another bugRoger Dingledine
2004-03-20catch signals in a more portable way, so solaris can catch them tooRoger Dingledine