Age | Commit message (Expand) | Author |
2003-08-11 | Who would have thought that some systems define intfoo_t, but not uintfoo_t? ... | Nick Mathewson |
2003-08-11 | Cope better on platforms that define some of intFOO_t in sys/types.h or elsew... | Nick Mathewson |
2003-08-11 | autoconf around missing stdint.h | Nick Mathewson |
2003-08-11 | better log output for debugging | Roger Dingledine |
2003-08-11 | Fix typo: ports are 16 bits. | Nick Mathewson |
2003-08-06 | hypothetical new wording of license | Roger Dingledine |
2003-08-06 | patch to let poll() recognize eof on more architectures | Roger Dingledine |
2003-07-30 | src/or | Nick Mathewson |
2003-07-30 | Be smarter about getting key matter from DH. | Nick Mathewson |
2003-07-14 | more tweaks to the readme, from paul's comments | Roger Dingledine |
2003-07-14 | clean up the readme, so we can try it on paul | Roger Dingledine |
2003-07-11 | skeletal design paper | Roger Dingledine |
2003-07-08 | switch to aes | Roger Dingledine |
2003-07-05 | implemented total read rate limiting | Roger Dingledine |
2003-07-05 | clean up main.c a bit | Roger Dingledine |
2003-07-03 | fix many bugs in package_window handling | Roger Dingledine |
2003-06-30 | Add AES counter-mode support to the crypt library | Nick Mathewson |
2003-06-30 | Add a the public-domain AES implementation, with a minimal counter-mode wrapper. | Nick Mathewson |
2003-06-28 | bugfix: a connection-level sendme cell would cause a connection to start | Roger Dingledine |
2003-06-27 | if stream ends before resolve finishes, inform resolver | Roger Dingledine |
2003-06-26 | fix memleak in dump_signed_directory_to_string | Roger Dingledine |
2003-06-25 | update todo for finished items | Roger Dingledine |
2003-06-25 | entries in the dns cache now expire | Roger Dingledine |
2003-06-25 | clean up sev_to_string hack in log.c | Roger Dingledine |
2003-06-25 | simplify fetch_from_buf; cull idle dnsworkers. | Roger Dingledine |
2003-06-24 | non-buggy robustness, even | Roger Dingledine |
2003-06-24 | improve robustness: connection_get_by_* ignores conns marked for close | Roger Dingledine |
2003-06-24 | clean up a broken comment in crypto.c | Roger Dingledine |
2003-06-24 | correct log()'s comment | Roger Dingledine |
2003-06-24 | slightly happier on 64-bit archs | Roger Dingledine |
2003-06-24 | clean out some old comments | Roger Dingledine |
2003-06-24 | a pointer to async-dns alternatives. | Roger Dingledine |
2003-06-23 | update spec: OR/OR and OP/OR handshakes have merged | Roger Dingledine |
2003-06-22 | a few more clarifications to rendezvous spec | Roger Dingledine |
2003-06-22 | rewrite rendezvous spec so normal people can follow it | Roger Dingledine |
2003-06-21 | My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should defi... | Nick Mathewson |
2003-06-21 | Reorder connection_or and make unexported functions static. Partially conver... | Nick Mathewson |
2003-06-21 | Make cvsignores reflect build process | Nick Mathewson |
2003-06-21 | Remove false warnings from printf checks | Nick Mathewson |
2003-06-20 | Fix a bug where we'd sometimes run off the end of an array while | Nick Mathewson |
2003-06-19 | Add specification for half-open connections, modified from last week's | Nick Mathewson |
2003-06-18 | fix typos, streamline | Roger Dingledine |
2003-06-18 | remove obsolete ss.h | Roger Dingledine |
2003-06-18 | move to 0.0.2pre6; remove zlib include check | Roger Dingledine |
2003-06-18 | question for nick about daemonizing | Roger Dingledine |
2003-06-17 | Change many files to new log_fn format | Nick Mathewson |
2003-06-17 | Have GCC catch errors in format strings | Nick Mathewson |
2003-06-17 | Come up with a less macro-happy, even more portable log_fn implementation | Nick Mathewson |
2003-06-17 | Make log_fn work on apples with no workarounds needed in main code | Nick Mathewson |
2003-06-17 | Make sure crypt_seed_rng succeeds | Nick Mathewson |