aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* Make unit tests run without segfaultingNick Mathewson2005-08-22
* after failing from resolve failed or misc, reset the num failures.Roger Dingledine2005-08-15
* Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine2005-08-15
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson2005-08-08
* fix compile error in cvsRoger Dingledine2005-07-02
* Be more explicit about which IP we are connecting to; expose future exit poli...Nick Mathewson2005-07-01
* forward-port the 0.1.0.11 stuffRoger Dingledine2005-07-01
* Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson2005-06-30
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* Implement all the rest of the new controller protocol, debug a little, add so...Nick Mathewson2005-06-19
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* Fix for 152: reject malformed .onion addresses rather then passing them onNick Mathewson2005-06-07
* doxygeny goodness from tyranixRoger Dingledine2005-05-17
* Fix a segfaultNick Mathewson2005-05-11
* Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea...Nick Mathewson2005-05-10
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* remove archaic debugging aid that was probably unsafeRoger Dingledine2005-05-03
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson2005-04-07
* Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson2005-04-06
* Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson2005-04-06
* 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