Age | Commit message (Expand) | Author |
2004-10-12 | bugfix on my friday commit: make hidden services work again in cvs | Roger Dingledine |
2004-10-11 | fix paul gardner's assert bug. | Roger Dingledine |
2004-10-11 | Fix a potential buffer overflow found by Ilja van Sprundel. | Roger Dingledine |
2004-10-11 | fix the stale pointer assert bug reported by joe magic | Roger Dingledine |
2004-10-10 | when a begin cell has an invalid port, give us a better hint of | Roger Dingledine |
2004-10-08 | Add/clarify a few TODO items | Nick Mathewson |
2004-10-08 | oops, actually pre3-cvs now | Roger Dingledine |
2004-10-08 | bump us to 0.0.9pre3-cvs | Roger Dingledine |
2004-10-08 | interim commit for http proxy support | Roger Dingledine |
2004-10-08 | fix compile error: move variable declarations before code | Roger Dingledine |
2004-10-07 | Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ... | Nick Mathewson |
2004-10-07 | Include a dir-signing-key token in directories to tell the parsing entity whi... | Nick Mathewson |
2004-10-07 | More complete docs for crypto.c; factor out string partitioning code | Nick Mathewson |
2004-10-07 | Workaround for bug on windows where cached-directories get crlf corruption. | Nick Mathewson |
2004-10-07 | Bump windows version | Nick Mathewson |
2004-10-07 | Windows requires a different cast uint64_t format | Nick Mathewson |
2004-10-07 | Make base-64-encoded DER work, including workaround for ugly openssl misfeatu... | Nick Mathewson |
2004-10-06 | Refactor fingerprint handling: remember hex digests (no spaces) instead of be... | Nick Mathewson |
2004-10-06 | Fix a couple of typos, one of which conceals a bug in parsing opt keywords wi... | Nick Mathewson |
2004-10-06 | Add a function to remove a set of characters from a string | Nick Mathewson |
2004-10-06 | Implement (temporarily) a base64-encoded-DER format for RSA keys; make it eas... | Nick Mathewson |
2004-10-06 | when an OR starts up, it loads its directory from cache. | Roger Dingledine |
2004-10-06 | clean up old todo items | Roger Dingledine |
2004-10-03 | use only 0.0.9pre1 and later servers for resolve cells | Roger Dingledine |
2004-10-03 | better example lines for dirbindaddress and orbindaddress | Roger Dingledine |
2004-10-03 | Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2 | Nick Mathewson |
2004-10-03 | better warn message for failed hidserv desc fetch | Roger Dingledine |
2004-10-02 | pre2 changes: | Roger Dingledine |
2004-10-01 | use size_t rather than int for directory lengths in memory | Roger Dingledine |
2004-10-01 | bump version to 0.0.9pre2-cvs | Roger Dingledine |
2004-10-01 | New upstream version, build-dep on zlib-devdebian-version-0.0.8+0.0.9pre1-1 | Peter Palfrader |
2004-10-01 | make zlib.h a required header, not an optional header | Roger Dingledine |
2004-10-01 | note the earlier assert fix in our changelogtor-0.0.9pre1 | Roger Dingledine |
2004-10-01 | Decode Content-Encoding header correctly. | Nick Mathewson |
2004-09-30 | Fix a rare assert trigger, where routerinfos for entries in our cpath | Roger Dingledine |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-29 | print the IP if a conn fails badly, to see if there are any trends | Roger Dingledine |
2004-09-29 | ha ha, thought the bugs were done | Roger Dingledine |
2004-09-29 | bump version to 0.0.9pre1 | Roger Dingledine |
2004-09-29 | add a last entry to the 0.0.9pre1 changelog | Roger Dingledine |
2004-09-29 | remove 0.0.9pre1 todo items: they're all completed | Roger Dingledine |
2004-09-29 | rearrange 0.0.9pre1 and 0.0.9pre2 entries a bit more | Roger Dingledine |
2004-09-28 | if our local cached directory is new enough, go ahead and | Roger Dingledine |
2004-09-28 | Make sure that routerlists contain only routers; give a better error message ... | Nick Mathewson |
2004-09-28 | cached-directory has a directory, not a router list | Nick Mathewson |
2004-09-28 | fix some local buffer overflows | Roger Dingledine |
2004-09-28 | Fix messages for _UNRECOGNIZED tokens | Nick Mathewson |
2004-09-28 | If we are an authoritative dirserver, check out the fingerprint list when set... | Nick Mathewson |
2004-09-28 | Fix an evil bug: when we failed to write to our log, fputs() | Roger Dingledine |
2004-09-28 | Move pending pre1 items to pre2, move pre2 items to pre3 | Nick Mathewson |