aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
Commit message (Expand)AuthorAge
* more futzing towards tlsRoger Dingledine2003-09-07
* general cleanup and reabstraction, to prepare for tlsRoger Dingledine2003-09-05
* 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
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* src/orNick Mathewson2003-07-30
* fix many bugs in package_window handlingRoger Dingledine2003-07-03
* simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine2003-06-25
* 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
* Change many files to new log_fn formatNick Mathewson2003-06-17
* Do not use pseudorandom noncesNick Mathewson2003-06-14
* fix (harmless) bugRoger Dingledine2003-05-28
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* sign directories with the signing keyRoger Dingledine2003-05-07
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
* bugfix: make onion proxies actually obey their requested bandwidthRoger Dingledine2003-04-08
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* fix rare race conditionRoger Dingledine2003-03-24
* cleaner errorsRoger Dingledine2003-03-19
* Fix bug in client_send_authNick Mathewson2003-03-19
* Fix client_process_authNick Mathewson2003-03-19
* Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson2003-03-19
* remove the mystery int32 from the or-to-or handshakeRoger Dingledine2003-03-07
* cleanup and a variety of bugfixesRoger Dingledine2002-10-02
* cleanupRoger Dingledine2002-09-28
* directory servers in and functionalRoger Dingledine2002-09-26
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* OP was hanging on first try if connect finishes too quicklyRoger Dingledine2002-09-20
* onion proxies now work (i think)Roger Dingledine2002-09-04
* resolve warningsRoger Dingledine2002-09-03
* port is now kept in host order except in sin_portRoger Dingledine2002-08-24
* cleanup: start enforcing hton and ntoh on stuff sent over the networkRoger Dingledine2002-08-24
* Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar2002-08-22
* Implemented congestion controlRoger Dingledine2002-07-18
* Implemented link padding and receiver token bucketsRoger Dingledine2002-07-16
* put in the support for 'router twins'Roger Dingledine2002-07-08
* patch to fix running the program only as an opRoger Dingledine2002-07-03
* Integrated onion proxy into or/Roger Dingledine2002-07-02
* made 'app' connection be 'exit' connectionRoger Dingledine2002-06-30
* Initial revisionRoger Dingledine2002-06-26