aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2025-03-21Respect remote concurrency limit for headers/connect/ws_upgraderespect-remote-concurrency-limitLoïc Hoguin
2025-03-18HTTP/2: Respect remote MAX_CONCURRENT_STREAMSViktor Söderqvist
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-26Add docs for notify_settings_changed in http2_opts()Björn Svensson
2025-02-26Allow specifying functions for reply_toViktor Söderqvist
2025-02-25Improve graceful_shutdown_goaway_no_error test reliabilityLoïc Hoguin
2025-02-25Send NO_ERROR in client-initiated graceful shutdownViktor Söderqvist
2025-02-25Add state_name field to gun:info/1Viktor Söderqvist
2025-01-13Increase the ping loop in send_errors_SUITELoïc Hoguin
2025-01-13Increase another send_errors timeoutLoïc Hoguin
2025-01-13Increase a send_errors test timeoutLoïc Hoguin
2025-01-02HTTP/2: Fix tunneled streams bugsLoïc Hoguin
2024-11-27Update Discord link to a permanent inviteLoïc Hoguin
2024-11-15Add Discord server to READMELoïc Hoguin
2024-11-08CI: Add concurrency rulesLoïc Hoguin
2024-11-08CI: Fix master build deletionLoïc Hoguin
2024-11-06Fix a Dialyzer warningLoïc Hoguin
2024-11-06Update Erlang.mkLoïc Hoguin
2024-03-26Initial HTTP/3 implementationhttp3Loïc Hoguin
2024-03-14Tweak user guide migration linkLoïc Hoguin
2024-03-14Gun 2.1.02.1.0Loï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
2024-02-27Update Erlang.mkLoïc Hoguin
2023-06-05Fix crash when TLS connection closes very earlyLoïc Hoguin
2023-04-28Gun 2.0.12.0.1Loïc Hoguin
2023-03-29Update Cowlib to 2.12.1Loïc Hoguin
2023-01-23Update version to 2.0.02.0.0Loïc Hoguin
2023-01-23Update READMELoïc Hoguin
2023-01-23Update public domain suffix listLoïc Hoguin
2023-01-23Update copyright lines in preparation for releaseLoïc Hoguin
2023-01-23Update the migration guide for 2.0Loïc Hoguin
2023-01-23Fix intermittent error in stream_info_http testLoïc Hoguin
2023-01-23Selective receive in test to avoid receiving wrong messageLoïc Hoguin
2023-01-23Linger a little at the end of a shutdown test connectionLoïc Hoguin
2023-01-23Increase times by factor 10 to fix timing issueViktor Söderqvist
2023-01-16Use Cowlib 2.12.0Loïc Hoguin
2023-01-09Tweak some test outputsLoïc Hoguin
2023-01-09Skip degraded configuration test on WindowsLoïc Hoguin
2022-12-12macOS: Error out on eaddrnotavail instead of retryingLoïc Hoguin
2022-12-06Add keepalive_tolerance http2 optionViktor Söderqvist
2022-12-05Add tests for ws subprotocol negotiationViktor Söderqvist
2022-12-05Document Websocket subprotocol negotiationLoïc Hoguin
2022-11-21Don't infinite loop gun_pool on bad configurationLoïc Hoguin
2022-11-21Support positive HTTP/1.0 responses to CONNECT requestsLoï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-11-08Include Websocket StreamRef in gun_down messagesWei Huang