summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
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
2011-08-06Fix log message typoRobert Ransom
2011-08-05Clear socks auth fields before freeNick Mathewson
2011-08-04Treat socks_request->{username,password} as non-NUL-terminatedNick Mathewson
2011-08-02Implement protocol-type isolation correctly.Nick Mathewson
2011-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson
2011-07-21Add a new type entry_connection_t for entry connectionsNick Mathewson
2011-07-21Improve log messages for optimistic data retryIan Goldberg
2011-07-20For accuracy, s/exit_allows_optimistic_data/may_use_optimistic_data/Nick Mathewson
2011-07-20Merge branch 'optimistic-client'Nick Mathewson
2011-07-19Take a smarter approach to clearing isolation infoNick Mathewson
2011-07-19Use socks username/password information in stream isolationNick Mathewson
2011-07-19Implement sensible isolation for tunneled directory connsNick Mathewson
2011-07-19Implement destaddr-based isolationNick Mathewson
2011-07-19Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson
2011-07-19Add a new isolation type and field: "nym epoch"Nick Mathewson
2011-07-19Const-ify a few functionsNick Mathewson
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-07-18Remember optimistically sent data until we have gotten a CONNECTEDNick Mathewson
2011-07-18Only use optimistic data with exits that support itNick Mathewson
2011-07-18Initial optimistic_client fixesNick Mathewson
2011-07-18Implement the client side of optimistic data (proposal 174)Ian Goldberg
2011-07-15Fix a wide line. "Tradition!"Nick Mathewson
2011-07-15Remove compare_addr_to_node_policyNick Mathewson
2011-07-13Resolve a warning from the bug1666 branchNick Mathewson
2011-07-13Merge remote-tracking branch 'public/bug1666'Nick Mathewson
2011-07-11Split connection_about_to_close_connection into separate functionsNick Mathewson
2011-07-07Kill redundant checks around routerset_contains_*()Nick Mathewson
2011-07-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-07Correctly send a SUCCEEDED event for rdns requestsSebastian Hahn
2011-06-29Refactor fetch_from_buf_socks() to be greedyNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson