aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* don't mess with signals on windows until we know howRoger Dingledine2003-08-12
* Stop trying to #include the world in util.cNick Mathewson2003-08-12
* Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson2003-08-12
* use the spawn_func / spawn_exit abstraction for dnsworkersRoger Dingledine2003-08-12
* Add abstraction for fork vs thread.Nick Mathewson2003-08-12
* Dont use explicit paths for orconfig.h -- it messes up the windows buildNick Mathewson2003-08-12
* reap exited dns/cpuworkersRoger Dingledine2003-08-12
* Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson2003-08-12
* we must have openssl, so HAVE_OPENSSL is redundantRoger Dingledine2003-08-12
* unbork windows line endingsNick Mathewson2003-08-12
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* Work on systems with broken AC_CHECK_TYPENick Mathewson2003-08-11
* Who would have thought that some systems define intfoo_t, but not uintfoo_t? ...Nick Mathewson2003-08-11
* Cope better on platforms that define some of intFOO_t in sys/types.h or elsew...Nick Mathewson2003-08-11
* autoconf around missing stdint.hNick Mathewson2003-08-11
* better log output for debuggingRoger Dingledine2003-08-11
* Fix typo: ports are 16 bits.Nick Mathewson2003-08-11
* patch to let poll() recognize eof on more architecturesRoger Dingledine2003-08-06
* src/orNick Mathewson2003-07-30
* Be smarter about getting key matter from DH.Nick Mathewson2003-07-30
* 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