summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2017-11-04Revert "Make ClientDNSRejectInternalAddresses testing-only."Sebastian Hahn
2017-10-31hs-v3: Attempt descriptor refetch when dirinfo changesDavid Goulet
2017-09-27hs-v3: Don't fetch descriptor if we have a pending requestDavid Goulet
2017-09-22Merge branch 'bug22805_v2_squashed'Nick Mathewson
2017-09-22Remove or_circuit_t.is_first_hop; use channel_is_client() insteadNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Split some long #if lines to make the #endif annotator happyNick Mathewson
2017-09-15Merge branch 'remove_allow_dotexit_v2'Nick Mathewson
2017-09-15Remove AllowDotExit.Nick Mathewson
2017-09-12hs-v3: Stall SOCKS connection when no live consensus availableDavid Goulet
2017-09-12Merge branch 'ticket21031'Nick Mathewson
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-07Make ClientDNSRejectInternalAddresses testing-only.Nick Mathewson
2017-09-05Resolve inconsistencies between buf refactor and HTTP connectNick Mathewson
2017-09-05Merge branch 'http_tunnel_squashed'Nick Mathewson
2017-09-05Add a fuzzer for HTTP CONNECTNick Mathewson
2017-09-05Add stream isolation support for HTTP CONNECT tunnelsNick Mathewson
2017-09-05Add support for HTTP Connect tunnelsNick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-09-05Move protocol-specific functions out of buffers.cNick Mathewson
2017-08-24prop224: Refactor how we use connection_ap_handle_onionDavid Goulet
2017-08-24prop224: Implement hs_client_any_intro_points_usable()David Goulet
2017-08-24hs: Only note a connection attempt with a valid rend_dataDavid Goulet
2017-08-24prop224: Connect to v3 services in connection_ap_handle_onion().George Kadianakis
2017-08-22Refactor node lookup APIs to take flagsNick Mathewson
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