summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2005-08-07Also set event_mask=0 in connection_free_all, and dont send events to marked ...Nick Mathewson
2005-08-07incomplete patch for matt's info controller signal term bugRoger Dingledine
2005-08-04Fix idiot bug. The "free the IP history" code belons in connection_free_all(...Nick Mathewson
2005-08-03Make clients regenerate their keys when their IP address changes.Nick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-22Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson
2005-07-14missed onetor-0.1.1.2-alphaRoger Dingledine
2005-07-14tell us what kind of listener it is, tooRoger Dingledine
2005-07-14fix opening listener log msgNick Mathewson
2005-07-14Populate address field of listeners with an actually sane value.Nick Mathewson
2005-07-14trivial changes on nick's rendezvous commitRoger Dingledine
2005-07-13Macro-fu to get DEBUG events working.Nick Mathewson
2005-07-11Change retry_listeners: when force is false, close and re-open a minimal set ...Nick Mathewson
2005-06-17Start implementing framework for revised control spec.Nick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11move more docs into our codeRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09pay more attention to the ClientOnly config optionRoger Dingledine
2005-06-08reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine
2005-05-23i screwed up the dirport reachability testing when we don't yetRoger Dingledine
2005-05-21If a socks connection ends because read fails, don't warn that you'reRoger Dingledine
2005-05-20add HttpProxyAuthenticator config option tooRoger Dingledine
2005-05-17doxygeny goodness from tyranixRoger Dingledine
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-02Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson
2005-04-27Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson
2005-04-26Clean/renormalize whitespaceNick Mathewson
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-08Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson
2005-04-08Move a quote, fix a log.Nick Mathewson
2005-04-07fix format bugRoger Dingledine
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson
2005-04-07Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson
2005-04-06oh, and accept() into the right place, too.Roger Dingledine
2005-04-06Forward-port the checking ofRoger Dingledine
2005-04-06fix an assert trigger: when we have the rare case of acceptingRoger Dingledine
2005-04-06Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson
2005-04-06update conn-type-state-strings to handle https states for ORsRoger Dingledine
2005-04-06Fix Tor for no-threading compilation: move connection_unregister from _connec...Nick Mathewson
2005-04-03Move most of *_mark_for_close out of macros.Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-31redo the state descriptors now that we have a controller-wait stateRoger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-26make it clearer to the human that his server is testingRoger Dingledine
2005-03-25fix another case where we need to send a socks reply (reject)Roger Dingledine
2005-03-25don't mark a router down just because your httpsproxy is unreachableRoger Dingledine
2005-03-25Note where connection that hasnt sent end was marked.Nick Mathewson
2005-03-24REUSEADDR on normal places means you can rebind to the portRoger Dingledine