aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* fix the cpuworker circ-had-vanished bug (maybe)Roger 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
* 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
* point out why router_forget_router probably doesn't workRoger Dingledine2003-08-29
* Fix memory leaks in directory parsingNick Mathewson2003-08-28
* router formats don't include op_port now eitherRoger Dingledine2003-08-27
* 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 formatting in crypto.c for my sanityRoger 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
* include torint.h in 'make dist'Roger Dingledine2003-08-14
* Tor now builds on win32.Nick Mathewson2003-08-14
* 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