aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson2004-03-19
* getpid returns a pid_t. we all know that's an int. but solaris doesn't know.Roger Dingledine2004-03-19
* isspace and friends take an int. solaris cares.Roger Dingledine2004-03-19
* ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine2004-03-19
* define INADDR_NONE so we compile on solarisRoger Dingledine2004-03-18
* clean up some presentation and commentsRoger Dingledine2004-03-18
* Include strlcpy and strlcat where not available, so our string ops can be les...Nick Mathewson2004-03-17
* make directory format tests quiet againRoger Dingledine2004-03-15
* make it warn about internal IPs not only if we had to guess,Roger Dingledine2004-03-15
* only complain about private IPs if we had to guessRoger Dingledine2004-03-15
* and another oneRoger Dingledine2004-03-15
* fix a byte order bugRoger Dingledine2004-03-15
* bugfix: address that strcat vulnerability in circuit.cRoger Dingledine2004-03-14
* prevent servers from publishing an internal IP as their addressRoger Dingledine2004-03-14
* teach us to recognize internal IPsRoger Dingledine2004-03-14
* bugfix: decrement OR connections from global_bucket tooRoger Dingledine2004-03-14
* refactor bandwidth-control token bucketsRoger Dingledine2004-03-14
* crash when our logs go badRoger Dingledine2004-03-14
* don't close all the fd's when you spawn a thread, only when you forkRoger Dingledine2004-03-12
* bugfix: we were caching transient dns failuresRoger Dingledine2004-03-12
* more pesky tabsRoger Dingledine2004-03-12
* get rid of those pesky tabsRoger Dingledine2004-03-12
* inform unapproved servers when we reject their descriptorsRoger Dingledine2004-03-12
* more details when a conn is closed before it's done flushingRoger Dingledine2004-03-12
* start tracking the 'broken pipe' errorRoger Dingledine2004-03-11
* Make all the other read/writes into recv/sends, except when they shouldn't be.Nick Mathewson2004-03-11
* UnDOSify CRLF->LF.Nick Mathewson2004-03-11
* Make OP work on windows! (Also misc logging tweaks)Nick Mathewson2004-03-11
* Get entropy in windows.Nick Mathewson2004-03-11
* actually, if recommendedversions is required for dirservers,Roger Dingledine2004-03-10
* give a useful error message to clients when the dirserver hasn'tRoger Dingledine2004-03-10
* Some stuff *should* be signedNick Mathewson2004-03-10
* Make windows version correct; initialize windows foolishness so that gethostb...Nick Mathewson2004-03-10
* Fix some bugs in parse_timeNick Mathewson2004-03-09
* Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson2004-03-09
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* stop troubling router operators with unapproved router connect attemptsRoger Dingledine2004-03-09
* bugfix: only set conn->hold_open_until_flushed after markingRoger Dingledine2004-03-08
* when you get a desc from an unknown router, log its fingerprintRoger Dingledine2004-03-08
* clarifying comment for crypto_pk_get_fingerprintRoger Dingledine2004-03-08
* re-try streams at most 4 timesRoger Dingledine2004-03-07
* improve comments for server operators (maybe)Roger Dingledine2004-03-07
* fix a rare race condition: when we send a cell and thenRoger Dingledine2004-03-06
* if a stream times out after 15s without a connected cell,Roger Dingledine2004-03-06
* if the directory client hangs up before getting the directory,Roger Dingledine2004-03-06
* stop asserting that computers always go forward in timeRoger Dingledine2004-03-06
* New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson2004-03-05
* make workers explain their death better when tor diesRoger Dingledine2004-03-04
* bugfix: don't pass complex things to the connection_mark_for_close macroRoger Dingledine2004-03-04
* Clean up dns->connection_mark_for_close->dns_remove pathNick Mathewson2004-03-04