summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-10-06Refactor fingerprint handling: remember hex digests (no spaces) instead of be...Nick Mathewson
2004-10-06Fix a couple of typos, one of which conceals a bug in parsing opt keywords wi...Nick Mathewson
2004-10-06Add a function to remove a set of characters from a stringNick Mathewson
2004-10-06Implement (temporarily) a base64-encoded-DER format for RSA keys; make it eas...Nick Mathewson
2004-10-06when an OR starts up, it loads its directory from cache.Roger Dingledine
2004-10-03use only 0.0.9pre1 and later servers for resolve cellsRoger Dingledine
2004-10-03better example lines for dirbindaddress and orbindaddressRoger Dingledine
2004-10-03Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2Nick Mathewson
2004-10-03better warn message for failed hidserv desc fetchRoger Dingledine
2004-10-01use size_t rather than int for directory lengths in memoryRoger 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-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-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-26Make read_all distinguish between error and EOF; read_file_to_string should o...Nick Mathewson
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-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
2004-09-21Stop using openssl functions that rely on stdio; they can apparently lead to ...Nick Mathewson
2004-09-20fix a rare seg fault for people running hidden services onRoger Dingledine