summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2017-08-24prop224: Connect to v3 services in connection_ap_handle_onion().George Kadianakis
2017-08-19prop224: Decouple the HS part of connection_ap_handshake_rewrite_and_attach().George Kadianakis
2017-08-19prop224: Refactor parse_extended_hostname() to parse v3 addrs.George Kadianakis
2017-08-08prop224: Function to inc/decrement num rendezvous streamGeorge Kadianakis
2017-08-08Relax assertions: turn them to BUGs and non-fatal asserts.George Kadianakis
2017-08-08prop224: Link rendezvous circuit to edge connectionDavid Goulet
2017-08-08hs: Refactor the service exit connection codeDavid Goulet
2017-07-25fix wordo in commentRoger Dingledine
2017-07-07Turn some warnings into bugs and non-fatal asserts.George Kadianakis
2017-07-07test: Crypto groundwork for e2e circuit unittests.George Kadianakis
2017-07-07Refactor legacy code to support hs_ident along with rend_data.George Kadianakis
2017-06-08Merge branch 'maint-0.3.0'Nick Mathewson
2017-06-08TROVE-2017-004: Fix assertion failure in relay_send_end_cell_from_edge_David Goulet
2017-05-30Fix GCC 7 -Wimplicit-fallthrough warningsAndreas Stieger
2017-05-15Merge branch 'bug18100_029'Nick Mathewson
2017-05-15Fix the TRPOXY typo in connection_edge.cNick Mathewson
2017-05-09Merge branch 'dgoulet_ticket22060_031_01_squashed'Nick Mathewson
2017-05-09config: Remove AllowSingleHopExits optionDavid Goulet
2017-04-21Replace remaining directory_initiate_command_* instancesNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-04Merge branch 'maint-0.3.0'Nick Mathewson
2017-03-04Merge remote-tracking branch 'teor/bug21576_029_v2' into maint-0.3.0Nick Mathewson
2017-03-02Fix a crash when a connection tries to open just after it has been unlinkedteor
2017-02-09Change RELAY_BEGINDIR to RELAY_BEGIN_DIR in comments.Alexander Færøy
2017-02-03Use the standard OpenBSD preprocessor definitioncypherpunks
2017-01-13hs: Log if service can't connect to applicationDavid Goulet
2016-12-18fix typos and trivial syntax problemsRoger Dingledine
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
2016-12-09Downgrade a harmless bug warning to info.Nick Mathewson
2016-11-14Fix a "shouldn't have reached this" warning in connection_edge.cNick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-11-03Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-03Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2016-11-01Ask event_base_loop to finish when we add a pending streamRoger Dingledine
2016-10-28Fix bad warning when checking IP policies.Nick Mathewson
2016-10-27Comment the heck out of the stream/circuit attaching process.Nick Mathewson
2016-10-26Allow asking a bridge's own descriptor over one-hop connectionNick Mathewson
2016-10-18Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purposeChelsea H. Komlo
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-10-14Extract ExitPolicy-and-IPv6Exit check into a new functionNick Mathewson
2016-10-05Clean up and fix exit policy check in connection_exit_connect().Nick Mathewson
2016-10-02remove whitespace accidentally added in 4f1a04ffRoger Dingledine
2016-09-13Merge branch 'feature-17178-v7-squashed-v2'Nick Mathewson
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-08-24Check onion hostnames against client port flagsteor (Tim Wilson-Brown)
2016-08-24Check non-onion hostnames & IP addresses against client port flagsteor (Tim Wilson-Brown)
2016-08-24Make Tor2Web error message clearerteor (Tim Wilson-Brown)
2016-08-24Comment-only punctuation fixteor (Tim Wilson-Brown)
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson