aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2005-07-02fix compile error in cvsRoger Dingledine
2005-07-01Be more explicit about which IP we are connecting to; expose future exit poli...Nick Mathewson
2005-07-01forward-port the 0.1.0.11 stuffRoger Dingledine
2005-06-30Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-19Implement all the rest of the new controller protocol, debug a little, add so...Nick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-06-07Fix for 152: reject malformed .onion addresses rather then passing them onNick Mathewson
2005-05-17doxygeny goodness from tyranixRoger Dingledine
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