summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-27Fix GETINFO address-mappings/... with wildcarded addresses.Nick Mathewson
2012-06-19Fix a regression bug in AllowDotExitNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-13Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson
2012-06-11fixup! An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson
2012-06-05Fix "make check-spaces" issuesNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-06-04Document the new exit_source_out argument to addressmap_rewriteNick Mathewson
2012-05-16In connection_ap_handshake_process_socks(), mark the socks request as finishe...Fabian Keil
2012-05-16Merge remote-tracking branch 'public/bug2822'Nick Mathewson
2012-05-11An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson
2012-05-01Add a missing ntohl to tell_controller_about_resolve_resultNick Mathewson
2012-04-24be willing to use nodes in excludeexitnodes as directory mirrorsRoger Dingledine
2012-03-28Reject SOCKS requests for "localhost" or ".local"Nick Mathewson
2012-03-28Rate-limit the warnings as a client when asked to connect a private addrNick Mathewson
2012-01-16Merge remote-tracking branch 'public/bug3325'Nick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2012-01-16Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson
2012-01-11Move logging of bad hostnames into parse_extended_hostnameNick Mathewson
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Add ifdefs to disable assertion in connection_ap_handshake_send_beginRobert Ransom
2011-11-30Don't allow tor2web-mode Tors to connect to non-HS addressesRobert Ransom
2011-11-30Merge branch 'bug933_nm_rebased_v2'Nick Mathewson
2011-11-30Tweak addressmap_rewrite a little moreNick Mathewson
2011-11-30Fix an issue in my mapaddress domains code spotted by armaNick Mathewson
2011-11-30Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson
2011-11-30Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan
2011-11-30Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan
2011-11-30bug933 - Match against super-domains in MapAddressRobert Hogan
2011-11-30Use correct address family where necessary for bridges on IPv6.Linus Nordberg
2011-10-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-19Fix crash when changing node restrictions with DNS lookup in progressNick Mathewson
2011-10-11Stop using addr_port_lookup as an address splitting functionNick Mathewson
2011-10-11Change "reverse_lookup_name" functions to refer to "PTR_name"sNick Mathewson
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-10-03Fix compilation of 3335 and 3825 fixesNick Mathewson
2011-10-03Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson
2011-10-02Clear the timed_out flag when an HS connection attempt endsRobert Ransom
2011-09-24trivial whitespace changes, take twoRoger Dingledine
2011-09-24Trivial whitespace fixesNick Mathewson
2011-09-07Fix whitespace issues in patches merged today so farNick Mathewson
2011-09-07Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson
2011-09-06Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-06Fix assertion in addressmap_clear_excluded_trackexithostsNick Mathewson
2011-08-09Sticking a size_t into long generates a warn on winSebastian Hahn
2011-08-08Remove connection_edge_streams_are_compatibleRobert Ransom
2011-08-08Fix handling of ISO_STREAMRobert Ransom