aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* leave the socks handshake on the inbuf until it's completeRoger Dingledine2003-09-18
* add in directory 'post' supportRoger Dingledine2003-09-17
* phase out non-tls handshake, now that tls is stable.Roger Dingledine2003-09-16
* bugfixes and refactoringsRoger Dingledine2003-09-16
* bugfix: onion pending queue now worksRoger Dingledine2003-09-14
* finally tracked down the seg faultRoger Dingledine2003-09-14
* fix two more bugsRoger Dingledine2003-09-13
* tls infrastructure now in place, give or takeRoger Dingledine2003-09-08
* add CertFile, NicknameRoger Dingledine2003-09-08
* more futzing towards tlsRoger Dingledine2003-09-07
* general cleanup and reabstraction, to prepare for tlsRoger Dingledine2003-09-05
* remove last vestiges of op_portRoger Dingledine2003-08-27
* start honoring the recommended_versions stringRoger Dingledine2003-08-23
* implemented cpuworkersRoger Dingledine2003-08-20
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Misc patches to make windows build work. Now everything is done except the s...Nick Mathewson2003-08-12
* don't mess with signals on windows until we know howRoger Dingledine2003-08-12
* reap exited dns/cpuworkersRoger Dingledine2003-08-12
* better log output for debuggingRoger Dingledine2003-08-11
* patch to let poll() recognize eof on more architecturesRoger Dingledine2003-08-06
* implemented total read rate limitingRoger Dingledine2003-07-05
* clean up main.c a bitRoger Dingledine2003-07-05
* fix memleak in dump_signed_directory_to_stringRoger Dingledine2003-06-26
* entries in the dns cache now expireRoger Dingledine2003-06-25
* non-buggy robustness, evenRoger Dingledine2003-06-24
* improve robustness: connection_get_by_* ignores conns marked for closeRoger Dingledine2003-06-24
* Remove false warnings from printf checksNick Mathewson2003-06-21
* question for nick about daemonizingRoger Dingledine2003-06-18
* Change many files to new log_fn formatNick Mathewson2003-06-17
* overhaul the dns farm: cut its size in halfRoger Dingledine2003-06-17
* Add RNG seedingNick Mathewson2003-06-13
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* work on versioning; new log_fn functionNick Mathewson2003-05-09
* make router_dump_token only for debugging; clean backslashesRoger Dingledine2003-05-09
* more debugging on build_directoryNick Mathewson2003-05-09
* more debugging on build_directoryNick Mathewson2003-05-09
* Thats the letter I and the number 2. (Apologies to Negativland)Nick Mathewson2003-05-09
* Get directories working.Nick Mathewson2003-05-08
* Call the right signed-directory functions; try to describe the difference bet...Nick Mathewson2003-05-08
* sign directories with the signing keyRoger Dingledine2003-05-07
* Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson2003-05-07
* fix double-semicolon parse errorRoger Dingledine2003-05-07
* More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson2003-05-07
* Refactor directories; add unit tests; add router keywordNick Mathewson2003-05-06
* incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine2003-05-05
* cpath is now a doubly linked list, not an arrayRoger Dingledine2003-05-01
* bugfix: only close old circuits if they have no connections!Roger Dingledine2003-04-18
* Factor out timeval-related functions.Nick Mathewson2003-04-16
* divorce circuit building from user connectionsRoger Dingledine2003-04-16