aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
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
2005-03-23fix an assert -- we're not allowed to write onto a conn after we'veRoger Dingledine
2005-03-23fix an over-eager assert, to make httpsproxy get a little fartherRoger Dingledine
2005-03-23forward-port the commenting out of the assert that glenn fink wasRoger Dingledine
2005-03-23fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine
2005-03-22make httpsproxy more likely to workRoger Dingledine
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
2005-03-01Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson
2005-03-01Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson
2005-03-01make control interface stream IDs monotonically increasing to prevent possibl...Nick Mathewson
2005-02-28Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson
2005-02-25Check returns from libevent calls better; stop poking at internals of events ...Nick Mathewson
2005-02-24Insert missing ! in assert_connection_ok; test was accidentally reversed in r...Nick Mathewson
2005-02-23Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ...Nick Mathewson
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-22After we successfully connect, try handling pending stuff immediately, rather...Nick Mathewson
2005-02-17forward-port some fixesRoger Dingledine
2005-02-10when a client asks us for a dir mirror and we don't have one,Roger Dingledine
2005-02-09remove redundant linesRoger Dingledine
2005-02-09Patch from adam langley: always remove sockets from libevent before closing t...Nick Mathewson
2005-02-03fix the latest bug: don't explode when some router declares aRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-31don't double-detach a closing exit conn that's waiting for dns resolveRoger Dingledine
2005-01-31but don't spring the trip on worker children, because it turnsRoger Dingledine
2005-01-31lay a trap for situations where we connection_free somethingRoger Dingledine
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine