Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-12 | Add fix for remote-crash bug. | Nick Mathewson | |
svn:r2447 | |||
2004-10-12 | fix a signed/unsigned comparison | Roger Dingledine | |
svn:r2446 | |||
2004-10-12 | Oops, missed one | Nick Mathewson | |
svn:r2445 | |||
2004-10-12 | Note byte-order on result for parse_addr_port() | Nick Mathewson | |
svn:r2444 | |||
2004-10-12 | Add an implementation of trusted_dir_server logic to switch towards simply ↵ | Nick Mathewson | |
remembering an addr/port/keyid for each trusted dir server svn:r2443 | |||
2004-10-12 | Add long-term format for dir-signing-key fields (commented out) | Nick Mathewson | |
svn:r2442 | |||
2004-10-12 | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson | |
svn:r2441 | |||
2004-10-12 | Add functions to parse addr[:port] consistently | Nick Mathewson | |
svn:r2440 | |||
2004-10-12 | bugfix on my friday commit: make hidden services work again in cvs | Roger Dingledine | |
svn:r2439 | |||
2004-10-11 | fix paul gardner's assert bug. | Roger Dingledine | |
sometimes circuit_get_open_circ_or_launch() can return 0 but not return a circuit, e.g. because too many circuits have failed recently so the new one didn't launch. we need to tolerate that. svn:r2438 | |||
2004-10-11 | Fix a potential buffer overflow found by Ilja van Sprundel. | Roger Dingledine | |
We don't think this is exploitable, but best to fix it anyway. svn:r2437 | |||
2004-10-11 | fix the stale pointer assert bug reported by joe magic | Roger Dingledine | |
svn:r2436 | |||
2004-10-10 | when a begin cell has an invalid port, give us a better hint of | Roger Dingledine | |
what went wrong svn:r2435 | |||
2004-10-08 | Add/clarify a few TODO items | Nick Mathewson | |
svn:r2434 | |||
2004-10-08 | oops, actually pre3-cvs now | Roger Dingledine | |
svn:r2433 | |||
2004-10-08 | bump us to 0.0.9pre3-cvs | Roger Dingledine | |
svn:r2432 | |||
2004-10-08 | interim commit for http proxy support | Roger Dingledine | |
svn:r2431 | |||
2004-10-08 | fix compile error: move variable declarations before code | Roger Dingledine | |
svn:r2430 | |||
2004-10-07 | Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ↵ | Nick Mathewson | |
not-terminate appropriately. svn:r2429 | |||
2004-10-07 | Include a dir-signing-key token in directories to tell the parsing entity ↵ | Nick Mathewson | |
which key is being used to sign. This is the first step in obsoleting the dirservers file. svn:r2428 | |||
2004-10-07 | More complete docs for crypto.c; factor out string partitioning code | Nick Mathewson | |
svn:r2427 | |||
2004-10-07 | Workaround for bug on windows where cached-directories get crlf corruption. | Nick Mathewson | |
svn:r2426 | |||
2004-10-07 | Bump windows version | Nick Mathewson | |
svn:r2425 | |||
2004-10-07 | Windows requires a different cast uint64_t format | Nick Mathewson | |
svn:r2424 | |||
2004-10-07 | Make base-64-encoded DER work, including workaround for ugly openssl ↵ | Nick Mathewson | |
misfeature that makes base64 decoding fail when you strip out the newlines. svn:r2423 | |||
2004-10-06 | Refactor fingerprint handling: remember hex digests (no spaces) instead of ↵ | Nick Mathewson | |
beautified fingerprints svn:r2422 | |||
2004-10-06 | Fix a couple of typos, one of which conceals a bug in parsing opt keywords ↵ | Nick Mathewson | |
with objects svn:r2421 | |||
2004-10-06 | Add a function to remove a set of characters from a string | Nick Mathewson | |
svn:r2420 | |||
2004-10-06 | Implement (temporarily) a base64-encoded-DER format for RSA keys; make it ↵ | Nick Mathewson | |
easier to generate fingerprints with no space svn:r2419 | |||
2004-10-06 | when an OR starts up, it loads its directory from cache. | Roger Dingledine | |
then it serves *that directory* to others who ask for a copy of the directory. it's better to serve no directory at all until you have a fresh copy. svn:r2418 | |||
2004-10-06 | clean up old todo items | Roger Dingledine | |
svn:r2417 | |||
2004-10-03 | use only 0.0.9pre1 and later servers for resolve cells | Roger Dingledine | |
svn:r2416 | |||
2004-10-03 | better example lines for dirbindaddress and orbindaddress | Roger Dingledine | |
svn:r2415 | |||
2004-10-03 | Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2 | Nick Mathewson | |
svn:r2413 | |||
2004-10-03 | better warn message for failed hidserv desc fetch | Roger Dingledine | |
svn:r2412 | |||
2004-10-02 | pre2 changes: | Roger Dingledine | |
o Bugfixes on pre1: - Make fetching a cached directory work for 64-bit platforms too. - Make zlib.h a required header, not an optional header. svn:r2411 | |||
2004-10-01 | use size_t rather than int for directory lengths in memory | Roger Dingledine | |
this might fix a bug with amd64 svn:r2410 | |||
2004-10-01 | bump version to 0.0.9pre2-cvs | Roger Dingledine | |
svn:r2409 | |||
2004-10-01 | New upstream version, build-dep on zlib-devdebian-version-0.0.8+0.0.9pre1-1 | Peter Palfrader | |
svn:r2407 | |||
2004-10-01 | make zlib.h a required header, not an optional header | Roger Dingledine | |
svn:r2406 | |||
2004-10-01 | note the earlier assert fix in our changelogtor-0.0.9pre1 | Roger Dingledine | |
svn:r2404 | |||
2004-10-01 | Decode Content-Encoding header correctly. | Nick Mathewson | |
svn:r2403 | |||
2004-09-30 | Fix a rare assert trigger, where routerinfos for entries in our cpath | Roger Dingledine | |
would expire while we're building the path. Thanks to Eugene Armstead for pointing it out. svn:r2402 | |||
2004-09-29 | prefer tor_free to free | Roger Dingledine | |
plus complain more loudly when we fail to parse a dir we just fetched svn:r2401 | |||
2004-09-29 | print the IP if a conn fails badly, to see if there are any trends | Roger Dingledine | |
svn:r2400 | |||
2004-09-29 | ha ha, thought the bugs were done | Roger Dingledine | |
don't stop writing the compressed directory just because you found a nul svn:r2399 | |||
2004-09-29 | bump version to 0.0.9pre1 | Roger Dingledine | |
svn:r2398 | |||
2004-09-29 | add a last entry to the 0.0.9pre1 changelog | Roger Dingledine | |
time to start testing it svn:r2397 | |||
2004-09-29 | remove 0.0.9pre1 todo items: they're all completed | Roger Dingledine | |
svn:r2396 | |||
2004-09-29 | rearrange 0.0.9pre1 and 0.0.9pre2 entries a bit more | Roger Dingledine | |
svn:r2395 |