summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2004-03-08clarifying comment for crypto_pk_get_fingerprintRoger Dingledine
2004-03-07re-try streams at most 4 timesRoger Dingledine
2004-03-07improve comments for server operators (maybe)Roger Dingledine
2004-03-06fix a rare race condition: when we send a cell and thenRoger Dingledine
2004-03-06if a stream times out after 15s without a connected cell,Roger Dingledine
2004-03-06if the directory client hangs up before getting the directory,Roger Dingledine
2004-03-06stop asserting that computers always go forward in timeRoger Dingledine
2004-03-05New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson
2004-03-04make workers explain their death better when tor diesRoger Dingledine
2004-03-04bugfix: don't pass complex things to the connection_mark_for_close macroRoger Dingledine
2004-03-04Clean up dns->connection_mark_for_close->dns_remove pathNick Mathewson
2004-03-04Store options->Address as IP, not hostnameRoger Dingledine
2004-03-03Try to find out early if buffers get trashed or double-freed.Nick Mathewson
2004-03-03and a minor patchRoger Dingledine