aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* Move most of *_mark_for_close out of macros.Nick Mathewson2005-04-03
* Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* Short-term fix: prevent possible segfault in connection_close_unattached_apNick Mathewson2005-04-01
* mark two more bugs. nick, can you take a look?Roger Dingledine2005-03-29
* Fix a couple more places where we use ->new_address without checking that it ...Nick Mathewson2005-03-28
* make calls to address_is_in_virtual_range more bullet-proof.Roger Dingledine2005-03-28
* clean up socks reply stuff more.Roger Dingledine2005-03-27
* Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...Nick Mathewson2005-03-27
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* move the assert higher up so the error message makes more senseRoger Dingledine2005-03-26
* Fix SOCKS5 bug: Set replylen to 0 after sending hanshake backNick Mathewson2005-03-24
* Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson2005-03-23
* Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...Nick Mathewson2005-03-23
* fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine2005-03-23
* maybe resolve an assert trigger i just got:Roger Dingledine2005-03-23
* Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson2005-03-19
* fix typoRoger Dingledine2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Renormalize whitespaceNick Mathewson2005-03-14
* Raise common code for "detach this stream and try it with a different circuit...Nick Mathewson2005-03-14
* Implement the common case of ATTACHSTREAM.Nick Mathewson2005-03-12
* Increment step of a for loop should only happen once.Nick Mathewson2005-03-11
* Get address map resetting implemented.Nick Mathewson2005-03-11
* Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson2005-03-03
* Implement new controller events for changed descriptors and new (not-yet-atta...Nick Mathewson2005-03-02
* Separate reverse-virtual-address-map entries into ipv4 and hostname slots. Ot...Nick Mathewson2005-03-02
* Rename unused-address functions to virtual address; this is more accurate. A...Nick Mathewson2005-03-02
* Implement "Dont-Care" from addresses to MapAddress control message. For safe...Nick Mathewson2005-03-02
* Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson2005-03-02
* 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
* cache .exit address better (i think)Roger Dingledine2005-02-24
* Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ...Nick Mathewson2005-02-23
* clarify commentNick Mathewson2005-02-23
* Addressmap tweak: Make "addressmap x x" remove any mapping from the address x.Nick Mathewson2005-02-23
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* make the addressmap internals less noisyRoger Dingledine2005-02-22
* Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine2005-02-22
* forward-port some fixesRoger Dingledine2005-02-17
* Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ma...Nick Mathewson2005-02-14
* Add more functions to free things to help dmalloc allong.Nick Mathewson2005-02-10
* Avoid double-free on tor-resolve failureNick Mathewson2005-02-05
* Fix tor-resolve implementation to prevent crashes and send resolves when we s...Nick Mathewson2005-02-05
* forward-port the logic skew and double-free thingRoger Dingledine2005-02-04
* reject odd-looking addresses at the client, rather than havingRoger Dingledine2005-02-01
* define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine2005-02-01
* stop a sigpipe.Roger Dingledine2005-01-31
* forward-port the dns and maxconn fixesRoger Dingledine2005-01-28
* Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine2005-01-17