aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* 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
* | | Add a new isolation type and field: "nym epoch"Nick Mathewson2011-07-19
* | | Const-ify a few functionsNick Mathewson2011-07-19
* | | (Unused) backend logic for stream isolationNick Mathewson2011-07-19
|/ /
* | Fix a wide line. "Tradition!"Nick Mathewson2011-07-15
* | Remove compare_addr_to_node_policyNick Mathewson2011-07-15
* | Resolve a warning from the bug1666 branchNick Mathewson2011-07-13
* | Merge remote-tracking branch 'public/bug1666'Nick Mathewson2011-07-13
|\ \
| * | Refactor fetch_from_buf_socks() to be greedyNick Mathewson2011-06-29
* | | Split connection_about_to_close_connection into separate functionsNick Mathewson2011-07-11
* | | Kill redundant checks around routerset_contains_*()Nick Mathewson2011-07-07
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-07
|\ \ \ | | |/ | |/|
| * | Correctly send a SUCCEEDED event for rdns requestsSebastian Hahn2011-07-07
* | | Make the get_options() return constNick Mathewson2011-06-14
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\| |
| * | Log descriptions of nodes, not just nicknames.Nick Mathewson2011-05-15
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\| |
| * | Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson2011-05-13
| * | When TrackExitHosts changes, remove all no-longer-valid mappingsNick Mathewson2011-05-13
* | | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\| |
| * | Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
| |\ \
| | * | Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| | * | Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11