aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_tunnel.erl
AgeCommit message (Expand)Author
2024-03-14Use public_key:cacerts_get/0 when possibleLoïc Hoguin
2023-01-23Update copyright lines in preparation for releaseLoïc Hoguin
2022-10-24Handle send errorsViktor Söderqvist
2022-09-19Handle of HTTP/2 tunnel errorsLoïc Hoguin
2022-08-30Make Protocol:init/4 return an ok-tupleViktor Söderqvist
2022-03-08Return commands instead of state in remaining callbacksViktor Söderqvist
2020-11-12Return 'undefined' for raw|socks origin_scheme where applicableLoïc Hoguin
2020-11-12Review and remove many todosLoïc Hoguin
2020-11-02Initial implementation of Websocket over HTTP/2http2-websocketLoïc Hoguin
2020-10-21Fix cookie handling when tunnel and origin schemes mismatchLoïc Hoguin
2020-10-19Fix cookies for tunnelsLoïc Hoguin
2020-10-16Add or fix events inside or related to CONNECT tunnelsLoïc Hoguin
2020-10-07Propagate timeouts to the right layer in HTTP/2 tunnelsLoïc Hoguin
2020-10-05Improve some 'todo' return values and argumentsLoïc Hoguin
2020-10-03Add tunnel_SUITE testing all 3-layer combinationsLoïc Hoguin
2020-09-21Ensure the right stream_ref is passed around HTTP/2 tunnelsLoïc Hoguin
2020-09-21Fix compilation and Dialyzer warningsLoïc Hoguin
2020-09-21Fix gun:stream_info/2 when gun_tunnel is involvedLoïc Hoguin
2020-09-21Initial success for h2 CONNECT -> https CONNECT -> httpsLoïc Hoguin