summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2009-02-13If the controller claimed responsibility for a stream, but thatRoger Dingledine
2009-02-10As an exit node, scrub the IP address to which we are exiting in the logs. Bu...Karsten Loesing
2009-02-09decide that mikeperry's bug should be fixed in 0.2.1.xRoger Dingledine
2009-02-04make a note about a clause in connection_edge.c that is probablyRoger Dingledine
2009-01-28Forward-port: Fix bug 893: check AP connections for markedness before expirin...Nick Mathewson
2009-01-14make an assert tighter and replace another with an if.Nick Mathewson
2009-01-05Preserve reporting of stream end reasons to the local controlMike Perry
2009-01-04Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-24Use the literal parse of an address in dns_resolve_impl if parsing the addres...Nick Mathewson
2008-12-19Move in-addr.arpa parsing and generation into address.c, and simplify the cod...Nick Mathewson
2008-12-18Replace calls to time(NULL) that occur on the order of once per read, one per...Nick Mathewson
2008-12-18Fix a memory leak of one address string per DNSPort request.Nick Mathewson
2008-12-17Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson
2008-12-17Resolve many DOCDOCs.Nick Mathewson
2008-12-17Use ctags and a python script to find identifiers that are never used anywher...Nick Mathewson
2008-12-17Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson
2008-12-12Implement proposal 148: Make client stream end reasons uniform.Nick Mathewson
2008-12-02clarify that 'resolve' relay cells nul-terminate the hostname, justRoger Dingledine
2008-11-16Fix a possible segfault when establishing an exit connection. Bugfix on 0.2.1...Karsten Loesing
2008-10-21Patch from rovv: send back END cell in response to connect attempts to nonexi...Nick Mathewson
2008-09-29Patch from mwenge: update TrackHostExits mapping expiry times when the mappin...Nick Mathewson
2008-09-26Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse ...Nick Mathewson
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
2008-09-24Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...Nick Mathewson
2008-09-23Patch from roger for 752, but with more comments: When we get an A.B.exit:P a...Nick Mathewson
2008-09-05Refactor use of connection_new so that we get more verifiable typesafety.Nick Mathewson
2008-09-05Fix numerous memory leaks: some were almost impossible to trigger, and some a...Nick Mathewson
2008-08-25get rid of some magic constants i found while walkingRoger Dingledine
2008-08-08Try once again to make BSD compilation happy.Nick Mathewson
2008-08-08 r17692@tombo: nickm | 2008-08-07 22:41:26 -0400Nick Mathewson
2008-08-07Oops. On recent linux kernels we were not detecting the linux/netfilter_ipv4...Nick Mathewson
2008-08-07 r17667@tombo: nickm | 2008-08-07 15:13:30 -0400Nick Mathewson
2008-08-06 r17664@tombo: nickm | 2008-08-06 12:32:09 -0400Nick Mathewson
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-07-23 r17322@aud-055: nickm | 2008-07-23 16:50:50 +0200Nick Mathewson
2008-07-23 r17308@aud-055: nickm | 2008-07-23 15:57:41 +0200Nick Mathewson
2008-06-30Make directory servers include the X-Your-Address-Is: http header inRoger Dingledine
2008-06-23whoops, i shouldn't've left that inRoger Dingledine
2008-06-20Big bridge bugfixes. Backport candidates.Roger Dingledine
2008-06-13> why would it need an anonymized connection?Roger Dingledine
2008-06-11start sending "bootstrap problem" status events when we're having troublesRoger Dingledine
2008-06-11consolidate all our edge/circ/orconn reason-to-foo-or-back functionsRoger Dingledine
2008-06-10some cleanups in preparation for moving stuff aroundRoger Dingledine
2008-05-27Fix part of bug 681: always reattach tunneled directory connections, regardle...Nick Mathewson
2008-04-22 r15278@tombo: nickm | 2008-04-22 13:17:37 -0400Nick Mathewson
2008-04-16forward-port r14375 and try to make it less likely to happen againRoger Dingledine
2008-04-03 r19199@catbus: nickm | 2008-04-03 15:01:05 -0400Nick Mathewson
2008-04-02a potential fix for bug 641.Roger Dingledine
2008-03-24when our onehop circuits were failing, nobody was telling theRoger Dingledine