aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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-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-20catch signals in a more portable way, so solaris can catch them tooRoger 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-19isspace and friends take an int. solaris cares.Roger Dingledine
2004-03-18clean up some presentation and commentsRoger Dingledine
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-14bugfix: address that strcat vulnerability in circuit.cRoger Dingledine
2004-03-14prevent servers from publishing an internal IP as their addressRoger Dingledine
2004-03-14bugfix: decrement OR connections from global_bucket tooRoger Dingledine
2004-03-14refactor bandwidth-control token bucketsRoger 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-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-10Make windows version correct; initialize windows foolishness so that gethostb...Nick Mathewson
2004-03-09Fix some bugs in parse_timeNick Mathewson
2004-03-09Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-03-09stop troubling router operators with unapproved router connect attemptsRoger Dingledine
2004-03-08bugfix: only set conn->hold_open_until_flushed after markingRoger Dingledine
2004-03-08when you get a desc from an unknown router, log its fingerprintRoger Dingledine