aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* add CertFile, NicknameRoger Dingledine2003-09-08
* clean up config.c so it doesn't expose as muchRoger Dingledine2003-09-08
* more futzing towards tlsRoger Dingledine2003-09-07
* clean read_to_buf moreRoger Dingledine2003-09-05
* general cleanup and reabstraction, to prepare for tlsRoger Dingledine2003-09-05
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04
* point out why router_forget_router probably doesn't workRoger Dingledine2003-08-29
* Fix memory leaks in directory parsingNick Mathewson2003-08-28
* remove last vestiges of op_portRoger Dingledine2003-08-27
* note an assert bug that's still aroundRoger Dingledine2003-08-25
* make the conn->package_window bug go away.Roger Dingledine2003-08-25
* Attempt to track down bug in conn->package_windowNick Mathewson2003-08-25
* remove bandwidth negotation from the codeRoger Dingledine2003-08-25
* fix a mild memory leak (10 bytes each time an OR connected to an OR)Roger Dingledine2003-08-25
* start honoring the recommended_versions stringRoger Dingledine2003-08-23
* remove duplicate packagewindow-checking code,Roger Dingledine2003-08-23
* implemented cpuworkersRoger Dingledine2003-08-20
* Add empty statement to suppress gcc warning about label at end of compount st...Nick Mathewson2003-08-14
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* start refactoring dnsworker so testing won't be so darn hardRoger Dingledine2003-08-14
* bugfix: if a dnsworker dies, remember that.Roger Dingledine2003-08-13
* Misc patches to make windows build work. Now everything is done except the s...Nick Mathewson2003-08-12
* Make windows happier stillNick Mathewson2003-08-12
* don't mess with signals on windows until we know howRoger Dingledine2003-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
* reap exited dns/cpuworkersRoger Dingledine2003-08-12
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* 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
* 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
* 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
* 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