summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-01note the earlier assert fix in our changelogtor-0.0.9pre1Roger Dingledine
2004-10-01Decode Content-Encoding header correctly.Nick Mathewson
2004-09-30Fix a rare assert trigger, where routerinfos for entries in our cpathRoger Dingledine
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-29print the IP if a conn fails badly, to see if there are any trendsRoger Dingledine
2004-09-29ha ha, thought the bugs were doneRoger Dingledine
2004-09-29bump version to 0.0.9pre1Roger Dingledine
2004-09-29add a last entry to the 0.0.9pre1 changelogRoger Dingledine
2004-09-29remove 0.0.9pre1 todo items: they're all completedRoger Dingledine
2004-09-29rearrange 0.0.9pre1 and 0.0.9pre2 entries a bit moreRoger Dingledine
2004-09-28if our local cached directory is new enough, go ahead andRoger Dingledine
2004-09-28Make sure that routerlists contain only routers; give a better error message ...Nick Mathewson
2004-09-28cached-directory has a directory, not a router listNick Mathewson
2004-09-28fix some local buffer overflowsRoger Dingledine
2004-09-28Fix messages for _UNRECOGNIZED tokensNick Mathewson
2004-09-28If we are an authoritative dirserver, check out the fingerprint list when set...Nick Mathewson
2004-09-28Fix an evil bug: when we failed to write to our log, fputs()Roger Dingledine
2004-09-28Move pending pre1 items to pre2, move pre2 items to pre3Nick Mathewson
2004-09-28a few todo items have been doneRoger Dingledine
2004-09-28make the warn message better for reading short filesRoger Dingledine
2004-09-28the tor clients in cvs can't speak to the current tor authdirservers forRoger Dingledine
2004-09-27fix another bug with cached compressed directoriesRoger Dingledine
2004-09-27fix two bugs with cached directories:Roger Dingledine
2004-09-27put my fenceposts back in valid memory spaceRoger Dingledine
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-27post descriptors to 0.0.8 authdirservers the old way, to make theRoger Dingledine
2004-09-27clients ask 0.0.9-and-later dirservers for a compressed dirRoger Dingledine
2004-09-27clean up the torify man pageRoger Dingledine
2004-09-27commit a changelog so far for 0.0.9pre1Roger Dingledine
2004-09-26Make read_all distinguish between error and EOF; read_file_to_string should o...Nick Mathewson
2004-09-25mention bandwidth-observed in the tor specRoger Dingledine
2004-09-23don't mind empty exit policy entriesRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-09-23don't imply to people that they should store their hidden serviceRoger Dingledine
2004-09-23protect dirservers from overzealous descriptor uploadingRoger Dingledine
2004-09-23discourage people from setting their dirfetchpostperiod more oftenRoger Dingledine
2004-09-23make our tor_assert actually work when it's going to be triggered,Roger Dingledine
2004-09-23bugfix on the bugfixRoger Dingledine
2004-09-23bugfix: we were starting to daemonize before we opened our logs,Roger Dingledine
2004-09-23bugfix: when we run out of disk space, or other log writing error,Roger Dingledine
2004-09-22fix confusing cut-n-paste mistakeRoger Dingledine
2004-09-22people are starting to bump into the limit of 50 dns workers.Roger Dingledine
2004-09-21update readme similarlyRoger Dingledine
2004-09-21update tor-doc, recommend running server as a separate userRoger Dingledine
2004-09-21Attach dummy resolve connections to a circuit *before* calling dns_resolve()....Nick Mathewson
2004-09-21clean up/bugfix deflate logic and log messagesNick Mathewson
2004-09-21bugfix: when a resolve fails for a begin request, actually sendRoger Dingledine
2004-09-21slightly better warn messageRoger Dingledine
2004-09-21Warn the user when we mark ourself as down.Nick Mathewson
2004-09-21Bugfix: When a dns request failed, we would detach any "resolving" streams fr...Nick Mathewson