aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Change retry_listeners: when force is false, close and re-open a minimal set ...Nick Mathewson2005-07-11
* Start implementing framework for revised control spec.Nick Mathewson2005-06-17
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* move more docs into our codeRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* pay more attention to the ClientOnly config optionRoger Dingledine2005-06-09
* reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine2005-06-08
* i screwed up the dirport reachability testing when we don't yetRoger Dingledine2005-05-23
* If a socks connection ends because read fails, don't warn that you'reRoger Dingledine2005-05-21
* add HttpProxyAuthenticator config option tooRoger Dingledine2005-05-20
* doxygeny goodness from tyranixRoger Dingledine2005-05-17
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson2005-05-02
* Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson2005-04-27
* Clean/renormalize whitespaceNick Mathewson2005-04-26
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson2005-04-08
* Move a quote, fix a log.Nick Mathewson2005-04-08
* fix format bugRoger Dingledine2005-04-07
* Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson2005-04-07
* Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson2005-04-07
* oh, and accept() into the right place, too.Roger Dingledine2005-04-06
* Forward-port the checking ofRoger Dingledine2005-04-06
* fix an assert trigger: when we have the rare case of acceptingRoger Dingledine2005-04-06
* Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson2005-04-06
* update conn-type-state-strings to handle https states for ORsRoger Dingledine2005-04-06
* Fix Tor for no-threading compilation: move connection_unregister from _connec...Nick Mathewson2005-04-06
* Move most of *_mark_for_close out of macros.Nick Mathewson2005-04-03
* update copyright notices.Nick Mathewson2005-04-01
* redo the state descriptors now that we have a controller-wait stateRoger Dingledine2005-03-31
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* make it clearer to the human that his server is testingRoger Dingledine2005-03-26
* fix another case where we need to send a socks reply (reject)Roger Dingledine2005-03-25
* don't mark a router down just because your httpsproxy is unreachableRoger Dingledine2005-03-25
* Note where connection that hasnt sent end was marked.Nick Mathewson2005-03-25
* REUSEADDR on normal places means you can rebind to the portRoger Dingledine2005-03-24
* fix an assert -- we're not allowed to write onto a conn after we'veRoger Dingledine2005-03-23
* fix an over-eager assert, to make httpsproxy get a little fartherRoger Dingledine2005-03-23
* forward-port the commenting out of the assert that glenn fink wasRoger Dingledine2005-03-23
* fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine2005-03-23
* make httpsproxy more likely to workRoger Dingledine2005-03-22
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Renormalize whitespaceNick Mathewson2005-03-14
* Implement the common case of ATTACHSTREAM.Nick Mathewson2005-03-12
* Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson2005-03-01
* Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson2005-03-01
* make control interface stream IDs monotonically increasing to prevent possibl...Nick Mathewson2005-03-01
* Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson2005-02-28