aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* switch to aesRoger Dingledine2003-07-08
* implemented total read rate limitingRoger Dingledine2003-07-05
* clean up main.c a bitRoger Dingledine2003-07-05
* fix many bugs in package_window handlingRoger Dingledine2003-07-03
* Add AES counter-mode support to the crypt libraryNick Mathewson2003-06-30
* Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson2003-06-30
* bugfix: a connection-level sendme cell would cause a connection to startRoger Dingledine2003-06-28
* if stream ends before resolve finishes, inform resolverRoger Dingledine2003-06-27
* fix memleak in dump_signed_directory_to_stringRoger Dingledine2003-06-26
* entries in the dns cache now expireRoger Dingledine2003-06-25
* clean up sev_to_string hack in log.cRoger Dingledine2003-06-25
* simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine2003-06-25
* non-buggy robustness, evenRoger Dingledine2003-06-24
* improve robustness: connection_get_by_* ignores conns marked for closeRoger Dingledine2003-06-24
* clean up a broken comment in crypto.cRoger Dingledine2003-06-24
* correct log()'s commentRoger Dingledine2003-06-24
* slightly happier on 64-bit archsRoger Dingledine2003-06-24
* clean out some old commentsRoger Dingledine2003-06-24
* a pointer to async-dns alternatives.Roger Dingledine2003-06-24
* My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should defi...Nick Mathewson2003-06-21
* Reorder connection_or and make unexported functions static. Partially conver...Nick Mathewson2003-06-21
* Make cvsignores reflect build processNick Mathewson2003-06-21
* Remove false warnings from printf checksNick Mathewson2003-06-21
* Fix a bug where we'd sometimes run off the end of an array whileNick Mathewson2003-06-20
* fix typos, streamlineRoger Dingledine2003-06-18
* remove obsolete ss.hRoger Dingledine2003-06-18
* question for nick about daemonizingRoger Dingledine2003-06-18
* Change many files to new log_fn formatNick Mathewson2003-06-17
* Have GCC catch errors in format stringsNick Mathewson2003-06-17
* Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson2003-06-17
* Make log_fn work on apples with no workarounds needed in main codeNick Mathewson2003-06-17
* Make sure crypt_seed_rng succeedsNick Mathewson2003-06-17
* Use fread instead of fgets for binary dataNick Mathewson2003-06-17
* overhaul the dns farm: cut its size in halfRoger Dingledine2003-06-17
* Dont test handshakes in an infinite loopNick Mathewson2003-06-14
* When debugging, dump key materialNick Mathewson2003-06-14
* Fix the periodic bug that would make handshaking fail.Nick Mathewson2003-06-14
* Do not use pseudorandom noncesNick Mathewson2003-06-14
* Fix MacOS buildNick Mathewson2003-06-14
* Better test messages for onion skin bugNick Mathewson2003-06-13
* Add RNG seedingNick Mathewson2003-06-13
* remove on-the-fly compression featureRoger Dingledine2003-06-13
* relay queues are obsolete (woo!)Roger Dingledine2003-06-13
* improve portability: inet_aton is missing on solarisRoger Dingledine2003-06-13
* send truncates AP-ward in a circuit, not destroysRoger Dingledine2003-06-13
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* don't complain as much when using openssl 0.9.7aRoger Dingledine2003-06-10
* Answer question about eliminating symmetric encryption from onion skinsNick Mathewson2003-06-02
* bugfix: it was expiring circuits that still had active connectionsRoger Dingledine2003-06-01
* update config files to not use opportRoger Dingledine2003-05-28