Age | Commit message (Expand) | Author |
2004-10-12 | Use tor_parse_long in more places | Nick Mathewson |
2004-10-12 | Make a bounds-checking replacement for strtol with slightly easier error-chec... | Nick Mathewson |
2004-10-12 | fix signed/unsigned comparison, plus typo | Roger Dingledine |
2004-10-12 | Better bounds checking on parsed ints | Nick Mathewson |
2004-10-12 | Add default directory servers | Nick Mathewson |
2004-10-12 | Add fix for remote-crash bug. | Nick Mathewson |
2004-10-12 | fix a signed/unsigned comparison | Roger Dingledine |
2004-10-12 | Oops, missed one | Nick Mathewson |
2004-10-12 | Note byte-order on result for parse_addr_port() | Nick Mathewson |
2004-10-12 | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson |
2004-10-12 | Add long-term format for dir-signing-key fields (commented out) | Nick Mathewson |
2004-10-12 | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson |
2004-10-12 | Add functions to parse addr[:port] consistently | Nick Mathewson |
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 |