aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/bug3325'Nick Mathewson2012-01-16
|\
| * Move logging of bad hostnames into parse_extended_hostnameNick Mathewson2012-01-11
* | Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson2012-01-16
* | Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson2012-01-16
|/
* Merge branch 'feature2553-v4-rebased'Nick Mathewson2011-11-30
|\
| * Add ifdefs to disable assertion in connection_ap_handshake_send_beginRobert Ransom2011-11-30
| * Don't allow tor2web-mode Tors to connect to non-HS addressesRobert Ransom2011-11-30
* | Merge branch 'bug933_nm_rebased_v2'Nick Mathewson2011-11-30
|\ \
| * | Tweak addressmap_rewrite a little moreNick Mathewson2011-11-30
| * | Fix an issue in my mapaddress domains code spotted by armaNick Mathewson2011-11-30
| * | Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson2011-11-30
| * | Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan2011-11-30
| * | Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan2011-11-30
| * | bug933 - Match against super-domains in MapAddressRobert Hogan2011-11-30
* | | Use correct address family where necessary for bridges on IPv6.Linus Nordberg2011-11-30
| |/ |/|
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-19
|\ \
| * | Fix crash when changing node restrictions with DNS lookup in progressNick Mathewson2011-10-19
| * | trivial whitespace changes, take twoRoger Dingledine2011-09-24
| * | Trivial whitespace fixesNick Mathewson2011-09-24
* | | Stop using addr_port_lookup as an address splitting functionNick Mathewson2011-10-11
* | | Change "reverse_lookup_name" functions to refer to "PTR_name"sNick Mathewson2011-10-11
* | | Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* | | Fix compilation of 3335 and 3825 fixesNick Mathewson2011-10-03
* | | Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson2011-10-03
|\ \ \ | |_|/ |/| |
| * | Clear the timed_out flag when an HS connection attempt endsRobert Ransom2011-10-02
| |/
* | Fix whitespace issues in patches merged today so farNick Mathewson2011-09-07
* | Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson2011-09-07
|\ \
| * | Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
| * | Add a new type entry_connection_t for entry connectionsNick Mathewson2011-07-21
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-06
|\ \ \ | | |/ | |/|
| * | Fix assertion in addressmap_clear_excluded_trackexithostsNick Mathewson2011-09-06
* | | Sticking a size_t into long generates a warn on winSebastian Hahn2011-08-09
* | | Remove connection_edge_streams_are_compatibleRobert Ransom2011-08-08
* | | Fix handling of ISO_STREAMRobert Ransom2011-08-08
* | | Fix log message typoRobert Ransom2011-08-06
* | | Clear socks auth fields before freeNick Mathewson2011-08-05
* | | Treat socks_request->{username,password} as non-NUL-terminatedNick Mathewson2011-08-04
* | | Implement protocol-type isolation correctly.Nick Mathewson2011-08-02
| |/ |/|
* | Improve log messages for optimistic data retryIan Goldberg2011-07-21
* | For accuracy, s/exit_allows_optimistic_data/may_use_optimistic_data/Nick Mathewson2011-07-20
* | Merge branch 'optimistic-client'Nick Mathewson2011-07-20
|\ \
| * | Remember optimistically sent data until we have gotten a CONNECTEDNick Mathewson2011-07-18
| * | Only use optimistic data with exits that support itNick Mathewson2011-07-18
| * | Initial optimistic_client fixesNick Mathewson2011-07-18
| * | Implement the client side of optimistic data (proposal 174)Ian Goldberg2011-07-18
* | | Take a smarter approach to clearing isolation infoNick Mathewson2011-07-19
* | | Use socks username/password information in stream isolationNick Mathewson2011-07-19
* | | Implement sensible isolation for tunneled directory connsNick Mathewson2011-07-19
* | | Implement destaddr-based isolationNick Mathewson2011-07-19
* | | Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson2011-07-19