aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
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
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-13Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson
2011-05-13When TrackExitHosts changes, remove all no-longer-valid mappingsNick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-04-27Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-27Fix clear_trackhostexits_mapping() to actually work as advertisedNick Mathewson
2011-04-27Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson
2011-04-27revert most of ef81649d2fcRoger Dingledine
2011-04-26Fix a check-spaces complaintSebastian Hahn
2011-04-26When there is a transition in permitted nodes, apply it to trackexithosts mapNick Mathewson
2011-04-26Correct the behavior of .exit with ExcludeNodes, StrictNodes, etc.Nick Mathewson
2011-04-26Note another place that we need to fix a 1090 issue.Nick Mathewson
2011-04-26refuse moria1.exit if moria1 is excludedRoger Dingledine
2011-04-26note another case where strictnodes is considered for exitsRoger Dingledine