Age | Commit message (Expand) | Author |
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 | 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-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-18 | fix typos, streamline | Roger Dingledine |
2003-06-18 | remove obsolete ss.h | 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 |
2003-06-17 | Use fread instead of fgets for binary data | Nick Mathewson |
2003-06-17 | overhaul the dns farm: cut its size in half | Roger Dingledine |
2003-06-14 | Dont test handshakes in an infinite loop | Nick Mathewson |
2003-06-14 | When debugging, dump key material | Nick Mathewson |
2003-06-14 | Fix the periodic bug that would make handshaking fail. | Nick Mathewson |
2003-06-14 | Do not use pseudorandom nonces | Nick Mathewson |
2003-06-14 | Fix MacOS build | Nick Mathewson |
2003-06-13 | Better test messages for onion skin bug | Nick Mathewson |
2003-06-13 | Add RNG seeding | Nick Mathewson |
2003-06-13 | remove on-the-fly compression feature | Roger Dingledine |
2003-06-13 | relay queues are obsolete (woo!) | Roger Dingledine |
2003-06-13 | improve portability: inet_aton is missing on solaris | Roger Dingledine |
2003-06-13 | send truncates AP-ward in a circuit, not destroys | Roger Dingledine |
2003-06-12 | implement truncate and truncated (untested) | Roger Dingledine |
2003-06-10 | don't complain as much when using openssl 0.9.7a | Roger Dingledine |
2003-06-02 | Answer question about eliminating symmetric encryption from onion skins | Nick Mathewson |
2003-06-01 | bugfix: it was expiring circuits that still had active connections | Roger Dingledine |
2003-05-28 | update config files to not use opport | Roger Dingledine |
2003-05-28 | fix (harmless) bug | Roger Dingledine |
2003-05-28 | OPport is gone. So is conn type OP. | Roger Dingledine |
2003-05-28 | bugfix | Roger Dingledine |
2003-05-27 | fix design bug: circ->n_conn is shared among circs, so it can't | Roger Dingledine |
2003-05-26 | correct the comments, plus a question for nick | Roger Dingledine |