summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-03-30use 'notice' loglevel for things the operator should hearRoger Dingledine
2004-03-30add in a 'notice' log levelRoger Dingledine
2004-03-30don't freak people out as much with the warning messageRoger Dingledine
2004-03-30re-enable recommendedversion checking (oops, thanks weasel)Roger Dingledine
2004-03-30rename torrc to torrc.sampleRoger Dingledine
2004-03-29old or skewed descriptor doesn't mean we failed to parse itRoger Dingledine
2004-03-29refactor directories a smidgenRoger Dingledine
2004-03-29first guess at a set of circuit purposesRoger Dingledine
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-28there is yet another dns-pending-conn-clobbering bugRoger 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-26oops, 0.0.4 is more broken than 0.0.3Roger Dingledine
2004-03-26clean up some 'warn' messages while i'm at ittor-0.0.4Roger Dingledine
2004-03-26fix two assert triggers (darn it, I hate releasing software)Roger Dingledine
2004-03-26a missing comma could wreak all sorts of havoc.tor-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 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-20catch signals in a more portable way, so solaris can catch them tooRoger Dingledine
2004-03-20make uname() more likely to work on solarisRoger Dingledine
2004-03-20make OR not crash when non-OR connection diesRoger Dingledine
2004-03-20warn and fail if server chose a nickname with illegal charactersRoger Dingledine
2004-03-20make servers not crash when they rep-hist-note circuits that don't start at themRoger Dingledine
2004-03-20deal with hardware word alignmentRoger Dingledine
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
2004-03-20Add initial history-tracking backend code for reputation module. Not called o...Nick Mathewson
2004-03-20Use strmap code for client DNS.Nick Mathewson
2004-03-19Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson
2004-03-19getpid returns a pid_t. we all know that's an int. but solaris doesn't know.Roger Dingledine
2004-03-19isspace and friends take an int. solaris cares.Roger Dingledine
2004-03-19ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine
2004-03-18define INADDR_NONE so we compile on solarisRoger Dingledine
2004-03-18clean up some presentation and commentsRoger Dingledine
2004-03-17Include strlcpy and strlcat where not available, so our string ops can be les...Nick Mathewson