summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-03-14Raise common code for "detach this stream and try it with a different circuit...Nick Mathewson
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
2005-03-11Increment step of a for loop should only happen once.Nick Mathewson
2005-03-11Get address map resetting implemented.Nick Mathewson
2005-03-03Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson
2005-03-02Implement new controller events for changed descriptors and new (not-yet-atta...Nick Mathewson
2005-03-02Separate reverse-virtual-address-map entries into ipv4 and hostname slots. Ot...Nick Mathewson
2005-03-02Rename unused-address functions to virtual address; this is more accurate. A...Nick Mathewson
2005-03-02Implement "Dont-Care" from addresses to MapAddress control message. For safe...Nick Mathewson
2005-03-02Still more code to make sure we send the right number and kind of RELAY END c...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-02-24cache .exit address better (i think)Roger Dingledine
2005-02-23Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ...Nick Mathewson
2005-02-23clarify commentNick Mathewson
2005-02-23Addressmap tweak: Make "addressmap x x" remove any mapping from the address x.Nick Mathewson
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-22make the addressmap internals less noisyRoger Dingledine
2005-02-22Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine
2005-02-17forward-port some fixesRoger Dingledine
2005-02-14Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ma...Nick Mathewson
2005-02-10Add more functions to free things to help dmalloc allong.Nick Mathewson
2005-02-05Avoid double-free on tor-resolve failureNick Mathewson
2005-02-05Fix tor-resolve implementation to prevent crashes and send resolves when we s...Nick Mathewson
2005-02-04forward-port the logic skew and double-free thingRoger Dingledine
2005-02-01reject odd-looking addresses at the client, rather than havingRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-31stop a sigpipe.Roger Dingledine
2005-01-28forward-port the dns and maxconn fixesRoger Dingledine
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-13get rid of 0.0.8 backwards compatibilityRoger Dingledine
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2004-12-24don't connection_edge_end() on eof if we're already marked for close,Roger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-12-07resolve tequila's crash bug: you can't free somethingRoger Dingledine
2004-12-07fix the other half of the pipe raceRoger Dingledine
2004-12-06answer resolved ip in network orderRoger Dingledine
2004-12-06avoid using uninitialized variableRoger Dingledine
2004-12-06don't use cache for resolving .foo.exit names, but do reply immediatelyRoger Dingledine
2004-12-06fix indentingRoger Dingledine
2004-12-05check if we have a cached resolve for a tor-resolve address *after*Roger Dingledine
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04Now we allow writing to the buffer even when the stream if marked forRoger Dingledine
2004-12-04React to eof immediately on non-open edge connections.Roger Dingledine
2004-12-04bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-11-30clean up the other "Tell Roger" log that dfc keeps gettingRoger Dingledine
2004-11-30Let resolve conns retry/expire also, rather than sticking around forever.Roger Dingledine