aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun.erl
AgeCommit message (Expand)Author
2026-05-06WIPcorralLoïc Hoguin
2025-04-09Catch post-handshake TLS 1.3 alertsLoïc Hoguin
2025-03-26Default the origin authority to "localhost" for unix socketsLoïc Hoguin
2025-03-26Configure customize_hostname_check by defaultLoïc Hoguin
2025-03-26Remove copyright years from all files except LICENSELoïc Hoguin
2025-03-26Implement user pings for tunnelsLoïc Hoguin
2025-03-21Add gun:ping/2,3 for user-initiated ping for HTTP/2Viktor Söderqvist
2025-03-21Respect remote concurrency limit for headers/connect/ws_upgraderespect-remote-concurrency-limitLoïc Hoguin
2025-02-27Do not ignore data received immediately after switching to rawDenys Knertser
2025-02-27Include event handler state in gun:info/1 resultViktor Söderqvist
2025-02-26Allow specifying functions for reply_toViktor Söderqvist
2025-02-25Add state_name field to gun:info/1Viktor Söderqvist
2024-11-06Fix a Dialyzer warningLoïc Hoguin
2024-03-26Initial HTTP/3 implementationhttp3Loïc Hoguin
2024-03-14Use public_key:cacerts_get/0 when possibleLoïc Hoguin
2024-03-14Remove client_preferred_next_protocolsViktor Söderqvist
2024-03-14Update Cowlib to 2.13.0Loïc Hoguin
2023-06-05Fix crash when TLS connection closes very earlyLoïc Hoguin
2023-01-23Update copyright lines in preparation for releaseLoïc Hoguin
2022-12-06Add keepalive_tolerance http2 optionViktor Söderqvist
2022-12-05Document Websocket subprotocol negotiationLoïc Hoguin
2022-11-21Enable send timeouts by defaultLoïc Hoguin
2022-11-14Implement gun_raw:down/1, gun_raw:update_flow/4Denys Knertser
2022-10-24Also flush gun_tunnel_upLed
2022-10-24Handle send errorsViktor Söderqvist
2022-08-30Make Protocol:init/4 return an ok-tupleViktor Söderqvist
2022-03-08Don't add default SNI if already setJohan Bevemyr
2022-03-08Fix flushing by stream referenceSergei Shuvatov
2022-03-08Return commands instead of state in remaining callbacksViktor Söderqvist
2021-02-07Initial commit for Gun poolsLoïc Hoguin
2020-11-12Reset host/port/scheme/transport/intermediaries on disconnectLoïc Hoguin
2020-11-12Return 'undefined' for raw|socks origin_scheme where applicableLoïc Hoguin
2020-11-12Fail fast while closing if reconnect is offViktor Söderqvist
2020-11-12Update copyright yearsLoïc Hoguin
2020-11-12Replace gun:ws_send/2 with gun:ws_send/3Loïc Hoguin
2020-11-12Review and remove many todosLoïc Hoguin
2020-11-12Remove an unused key from the internal tunnel_info()Loï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-20Disconnect when setopts returns an errorViktor Söderqvist
2020-10-19Fix cookies for tunnelsLoïc Hoguin
2020-10-16Remove commented codeLoïc Hoguin
2020-10-16Remove the transport_changed eventLoïc Hoguin
2020-10-16Add or fix events inside or related to CONNECT tunnelsLoïc Hoguin
2020-10-07Include content_handlers in optsTomas Abrahamsson
2020-10-07Normalize headers in ws_upgraderinpatch
2020-10-03Fix Dialyzer warningsLoïc Hoguin
2020-10-03Fix test suites failing due to previous breaking changesLoïc Hoguin
2020-10-03Add tunnel_SUITE testing all 3-layer combinationsLoïc Hoguin
2020-09-21Fix compilation and Dialyzer warningsLoïc Hoguin