summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2004-03-15make directory format tests quiet againRoger Dingledine
2004-03-15make it warn about internal IPs not only if we had to guess,tor-0.0.2pre27Roger Dingledine
2004-03-15only complain about private IPs if we had to guessRoger Dingledine
2004-03-15and another oneRoger Dingledine
2004-03-15fix a byte order bugRoger Dingledine
2004-03-14bugfix: address that strcat vulnerability in circuit.cRoger Dingledine
2004-03-14prevent servers from publishing an internal IP as their addressRoger Dingledine
2004-03-14teach us to recognize internal IPsRoger Dingledine
2004-03-14bugfix: decrement OR connections from global_bucket tooRoger Dingledine
2004-03-14refactor bandwidth-control token bucketsRoger Dingledine
2004-03-14crash when our logs go badRoger Dingledine
2004-03-12don't close all the fd's when you spawn a thread, only when you forkRoger Dingledine
2004-03-12bugfix: we were caching transient dns failuresRoger Dingledine
2004-03-12more pesky tabsRoger Dingledine
2004-03-12get rid of those pesky tabsRoger Dingledine
2004-03-12inform unapproved servers when we reject their descriptorsRoger Dingledine
2004-03-12more details when a conn is closed before it's done flushingRoger Dingledine
2004-03-11start tracking the 'broken pipe' errorRoger Dingledine
2004-03-11Make all the other read/writes into recv/sends, except when they shouldn't be.Nick Mathewson
2004-03-11UnDOSify CRLF->LF.Nick Mathewson
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-11Get entropy in windows.Nick Mathewson
2004-03-10actually, if recommendedversions is required for dirservers,Roger Dingledine
2004-03-10give a useful error message to clients when the dirserver hasn'tRoger Dingledine
2004-03-10Some stuff *should* be signedNick Mathewson