summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-11fix paul gardner's assert bug.Roger Dingledine
2004-10-11Fix a potential buffer overflow found by Ilja van Sprundel.Roger Dingledine
2004-10-11fix the stale pointer assert bug reported by joe magicRoger Dingledine
2004-10-10when a begin cell has an invalid port, give us a better hint ofRoger Dingledine
2004-10-08Add/clarify a few TODO itemsNick Mathewson
2004-10-08oops, actually pre3-cvs nowRoger Dingledine
2004-10-08bump us to 0.0.9pre3-cvsRoger Dingledine
2004-10-08interim commit for http proxy supportRoger Dingledine
2004-10-08fix compile error: move variable declarations before codeRoger Dingledine
2004-10-07Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ...Nick Mathewson
2004-10-07Include a dir-signing-key token in directories to tell the parsing entity whi...Nick Mathewson
2004-10-07More complete docs for crypto.c; factor out string partitioning codeNick Mathewson
2004-10-07Workaround for bug on windows where cached-directories get crlf corruption.Nick Mathewson
2004-10-07Bump windows versionNick Mathewson
2004-10-07Windows requires a different cast uint64_t formatNick Mathewson
2004-10-07Make base-64-encoded DER work, including workaround for ugly openssl misfeatu...Nick Mathewson
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-06clean up old todo itemsRoger 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-02pre2 changes:Roger Dingledine
2004-10-01use size_t rather than int for directory lengths in memoryRoger Dingledine
2004-10-01bump version to 0.0.9pre2-cvsRoger Dingledine
2004-10-01New upstream version, build-dep on zlib-devdebian-version-0.0.8+0.0.9pre1-1Peter Palfrader
2004-10-01make zlib.h a required header, not an optional headerRoger Dingledine
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