summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-03-20fix one bug, add anotherRoger Dingledine
2004-03-20make uname() more likely to work on solarisRoger Dingledine
2004-03-20fix one bug, note two moreRoger Dingledine
2004-03-20solaris no longer needs special ./configure directionsRoger 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-20oops, and make make work too on solarisRoger Dingledine
2004-03-20make configure work on solaris without modsRoger 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 TODO item to make everything use mark_for_close; not doing so will now sk...Nick Mathewson
2004-03-20And tree.h is by Nils. Thanks armaPeter Palfrader
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-19todo: make ./configure work on solaris more easilyRoger Dingledine
2004-03-19add a hint for solaris usersRoger Dingledine
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-19we'd forgotten to autoconf fcntl.hRoger Dingledine
2004-03-19isspace and friends take an int. solaris cares.Roger Dingledine
2004-03-19New upstream releasedebian-version-0.0.2-1Peter Palfrader
2004-03-19our changelog for 0.0.2tor-0.0.2Roger Dingledine
2004-03-19we should leave old server descriptors out of the directoryRoger Dingledine
2004-03-19ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine
2004-03-19bump version to 0.0.2Roger Dingledine
2004-03-18define INADDR_NONE so we compile on solarisRoger Dingledine
2004-03-18clean up some presentation and commentsRoger Dingledine
2004-03-18another todo item re: logsRoger Dingledine
2004-03-18Turns out, these files should not actually be in cvs!Nick Mathewson
2004-03-18extend copyright to 2004Roger Dingledine
2004-03-17Add license of strlcat and strlcpy to debian/copyrightPeter Palfrader
2004-03-17Include strlcpy and strlcat where not available, so our string ops can be les...Nick Mathewson