aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* 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
* Check returns from libevent calls better; stop poking at internals of events ...Nick Mathewson2005-02-25
* Insert missing ! in assert_connection_ok; test was accidentally reversed in r...Nick Mathewson2005-02-24
* Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ...Nick Mathewson2005-02-23
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* After we successfully connect, try handling pending stuff immediately, rather...Nick Mathewson2005-02-22
* forward-port some fixesRoger Dingledine2005-02-17
* when a client asks us for a dir mirror and we don't have one,Roger Dingledine2005-02-10
* remove redundant linesRoger Dingledine2005-02-09
* Patch from adam langley: always remove sockets from libevent before closing t...Nick Mathewson2005-02-09
* fix the latest bug: don't explode when some router declares aRoger Dingledine2005-02-03
* define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine2005-02-01
* don't double-detach a closing exit conn that's waiting for dns resolveRoger Dingledine2005-01-31
* but don't spring the trip on worker children, because it turnsRoger Dingledine2005-01-31
* lay a trap for situations where we connection_free somethingRoger Dingledine2005-01-31
* Handle unavailable hidden services better. We try each intro pointRoger Dingledine2005-01-19
* fix another integer underflow caused by buckets going negativeRoger Dingledine2005-01-12
* tolerate bandwidtch buckets going negative (i hope)Roger Dingledine2005-01-12
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
* Split mark-dir-failed-and-retry logic into separate function; make it retry r...Nick Mathewson2005-01-03
* Make directory fail-and-retry logic happen in connection_about_to_close(); fi...Nick Mathewson2005-01-03
* respond to an 009 XXXRoger Dingledine2004-12-22
* clean up logging,Roger Dingledine2004-12-13
* fix the other half of the pipe raceRoger Dingledine2004-12-07
* Now we allow writing to the buffer even when the stream if marked forRoger Dingledine2004-12-04
* one more typoRoger Dingledine2004-12-01
* Spell-check strings and commentsNick Mathewson2004-12-01
* If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine2004-11-29