aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bugfixes and refactoringsRoger Dingledine2003-09-16
* More fine-grained logging messages on ZeroReturn/Syscall error casesNick Mathewson2003-09-16
* Make sequential ACI selection logic handle HIGHER/LOWERNick Mathewson2003-09-16
* Use EXIT properly in assert_connection_okNick Mathewson2003-09-16
* Add first cut of assert_*_ok functionsNick Mathewson2003-09-16
* Add backend support for multiple logfiles, including console logs.Nick Mathewson2003-09-16
* Add #ifdef'd code (on by default) to allocate ACIs sequentially.Nick Mathewson2003-09-16
* clean up exported api'sRoger Dingledine2003-09-16
* refactor connects into connection_connect()Roger Dingledine2003-09-16
* Cipher lists need to be colon separated. Also make initialization more bulle...Nick Mathewson2003-09-15
* Fix TLS error loggingNick Mathewson2003-09-15
* Log protocol errorsNick Mathewson2003-09-15
* bugfix: onion pending queue now worksRoger Dingledine2003-09-14
* finally tracked down the seg faultRoger Dingledine2003-09-14
* fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine2003-09-14
* let tor compile with tls on rh9Roger Dingledine2003-09-14
* fix two more bugsRoger Dingledine2003-09-13
* reshuffle functions for cleaner organizationRoger Dingledine2003-09-12
* tls works between routers now tooRoger Dingledine2003-09-12
* tls works with onion proxies now.Roger Dingledine2003-09-12
* serious bug in cpuworker. need to think about redesign or how to handle it.Roger Dingledine2003-09-12
* Fix bugs in certificate generation and SSL context creation. Both seem to wo...Nick Mathewson2003-09-11
* update onion router configs for tlsRoger Dingledine2003-09-11
* check for funny business from the remote peerRoger Dingledine2003-09-11
* Non-debugging messages are nice to log tooNick Mathewson2003-09-11
* Resolve XXXXs in tortls.cNick Mathewson2003-09-11
* Simplify some code paths in TLS; cut down on memory leaks; useNick Mathewson2003-09-11
* Add router_get_by_pk function; use in connection_tls_finish_handshake.Nick Mathewson2003-09-11
* fix typo that's been bugging meRoger Dingledine2003-09-11
* collect info from peer we just handshaked withRoger Dingledine2003-09-11
* Add certificate verification functionsNick Mathewson2003-09-10
* Make crypto structures private to crypto.cNick Mathewson2003-09-10
* Add prototypes for functions to check whether the peer certificate isNick Mathewson2003-09-10
* fix confirmed win32 bugRoger Dingledine2003-09-08
* tls infrastructure now in place, give or takeRoger Dingledine2003-09-08
* another wishlist function for the tls interfaceRoger Dingledine2003-09-08
* add CertFile, NicknameRoger Dingledine2003-09-08
* hide the global tls context inside tortls.cRoger 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
* fill in a gap in the specRoger Dingledine2003-09-05
* general cleanup and reabstraction, to prepare for tlsRoger Dingledine2003-09-05
* move variable declarations to top of functionRoger Dingledine2003-09-05
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04
* update the TODORoger Dingledine2003-08-31
* point out why router_forget_router probably doesn't workRoger Dingledine2003-08-29
* Fix memory leaks in directory parsingNick Mathewson2003-08-28
* remove op_port from the spec alsoRoger Dingledine2003-08-27
* router formats don't include op_port now eitherRoger Dingledine2003-08-27