summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-11Who would have thought that some systems define intfoo_t, but not uintfoo_t? ...Nick Mathewson
2003-08-11Cope better on platforms that define some of intFOO_t in sys/types.h or elsew...Nick Mathewson
2003-08-11autoconf around missing stdint.hNick Mathewson
2003-08-11better log output for debuggingRoger Dingledine
2003-08-11Fix typo: ports are 16 bits.Nick Mathewson
2003-08-06hypothetical new wording of licenseRoger Dingledine
2003-08-06patch to let poll() recognize eof on more architecturesRoger Dingledine
2003-07-30src/orNick Mathewson
2003-07-30Be smarter about getting key matter from DH.Nick Mathewson
2003-07-14more tweaks to the readme, from paul's commentsRoger Dingledine
2003-07-14clean up the readme, so we can try it on paulRoger Dingledine
2003-07-11skeletal design paperRoger Dingledine
2003-07-08switch to aesRoger Dingledine
2003-07-05implemented total read rate limitingRoger Dingledine
2003-07-05clean up main.c a bitRoger Dingledine
2003-07-03fix many bugs in package_window handlingRoger Dingledine
2003-06-30Add AES counter-mode support to the crypt libraryNick Mathewson
2003-06-30Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson
2003-06-28bugfix: a connection-level sendme cell would cause a connection to startRoger Dingledine
2003-06-27if stream ends before resolve finishes, inform resolverRoger Dingledine
2003-06-26fix memleak in dump_signed_directory_to_stringRoger Dingledine
2003-06-25update todo for finished itemsRoger Dingledine
2003-06-25entries in the dns cache now expireRoger Dingledine
2003-06-25clean up sev_to_string hack in log.cRoger Dingledine
2003-06-25simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine
2003-06-24non-buggy robustness, evenRoger Dingledine
2003-06-24improve robustness: connection_get_by_* ignores conns marked for closeRoger Dingledine
2003-06-24clean up a broken comment in crypto.cRoger Dingledine
2003-06-24correct log()'s commentRoger Dingledine
2003-06-24slightly happier on 64-bit archsRoger Dingledine
2003-06-24clean out some old commentsRoger Dingledine
2003-06-24a pointer to async-dns alternatives.Roger Dingledine
2003-06-23update spec: OR/OR and OP/OR handshakes have mergedRoger Dingledine
2003-06-22a few more clarifications to rendezvous specRoger Dingledine
2003-06-22rewrite rendezvous spec so normal people can follow itRoger Dingledine
2003-06-21My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should defi...Nick Mathewson
2003-06-21Reorder connection_or and make unexported functions static. Partially conver...Nick Mathewson
2003-06-21Make cvsignores reflect build processNick Mathewson
2003-06-21Remove false warnings from printf checksNick Mathewson
2003-06-20Fix a bug where we'd sometimes run off the end of an array whileNick Mathewson
2003-06-19Add specification for half-open connections, modified from last week'sNick Mathewson
2003-06-18fix typos, streamlineRoger Dingledine
2003-06-18remove obsolete ss.hRoger Dingledine
2003-06-18move to 0.0.2pre6; remove zlib include checkRoger Dingledine
2003-06-18question for nick about daemonizingRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-17Have GCC catch errors in format stringsNick Mathewson
2003-06-17Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson
2003-06-17Make log_fn work on apples with no workarounds needed in main codeNick Mathewson
2003-06-17Make sure crypt_seed_rng succeedsNick Mathewson