summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2005-05-11Fix a segfaultNick Mathewson
2005-05-10Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea...Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-03remove archaic debugging aid that was probably unsafeRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-07Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson
2005-04-06Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson
2005-04-06Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson
2005-04-03Move most of *_mark_for_close out of macros.Nick Mathewson
2005-04-02Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01Short-term fix: prevent possible segfault in connection_close_unattached_apNick Mathewson
2005-03-29mark two more bugs. nick, can you take a look?Roger Dingledine
2005-03-28Fix a couple more places where we use ->new_address without checking that it ...Nick Mathewson
2005-03-28make calls to address_is_in_virtual_range more bullet-proof.Roger Dingledine
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...Nick Mathewson
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-26move the assert higher up so the error message makes more senseRoger Dingledine
2005-03-24Fix SOCKS5 bug: Set replylen to 0 after sending hanshake backNick Mathewson
2005-03-23Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson
2005-03-23Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...Nick Mathewson
2005-03-23fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine
2005-03-23maybe resolve an assert trigger i just got:Roger Dingledine
2005-03-19Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson
2005-03-19fix typoRoger Dingledine
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