summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2005-11-16Add a new config option TestSocks so people can see if theirRoger Dingledine
2005-11-14when a stream times out, provide less (but better) explanationRoger Dingledine
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-19solve the first half of bug 199: if we don't like the looksRoger Dingledine
2005-10-12Make --hash-password not craash on exit.Nick Mathewson
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-05Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-09-24bugfix: we were whining about using socks4 or socks5-with-local-lookupRoger Dingledine
2005-09-23put a log message so we can start confirming socks5-with-remote-dnsRoger Dingledine
2005-09-22remove another loud debug msgRoger Dingledine
2005-09-12when the user asked for a rendezvous port that the hidden serviceRoger Dingledine
2005-09-12make the patch less likely to bite us laterRoger Dingledine
2005-09-12Resolve stack corruption identified by edmanw in connection_edge_end(). Thanks!Nick Mathewson
2005-09-03Fix another ntohlNick Mathewson
2005-09-03Note to self: htonl(htonl(X)) is *not* "twice as good as htonl(X)". Spotted ...Nick Mathewson
2005-09-02Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ...Nick Mathewson
2005-08-22Make unit tests run without segfaultingNick Mathewson
2005-08-15after failing from resolve failed or misc, reset the num failures.Roger Dingledine
2005-08-15Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
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