aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-07Initial commit for Gun poolsLoïc Hoguin
2020-11-19Grammar fix on most recent changelog2.0.0-rc.1Loïc Hoguin
2020-11-19Update Erlang.mk and configure HexLoïc Hoguin
2020-11-19Update Cowlib to 2.10.1Loï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-12Fix a low hanging fruit todoLoïc Hoguin
2020-11-12Fail fast while closing if reconnect is offViktor Söderqvist
2020-11-12Change version to Gun 2.0.0-rc.1Loïc Hoguin
2020-11-12Update sponsorsLoïc Hoguin
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-12Add more new keys to gun:info and gun:stream_info manualsLoïc Hoguin
2020-11-12Use gun:stream_ref() where applicableLoïc Hoguin
2020-11-12Update gun_tunnel_up manualLoïc Hoguin
2020-11-12Enable optional0042 cookie testLoïc Hoguin
2020-11-11Initial internals chapter about TLS over TLSLoïc Hoguin
2020-11-09Update source path for test tool h2specdBjorn Svensson
2020-11-09Update the migration guide and the gun(3) manualLoïc Hoguin
2020-11-09Add the gun_event manualLoïc Hoguin
2020-11-06Make CONNECT responses produce a response_end eventLoïc Hoguin
2020-11-06Update Cowlib to 2.10.0Loïc Hoguin
2020-11-06Fix IsFin mismatch in HTTP/2 CONNECT responseLoï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-07Propagate timeouts to the right layer in HTTP/2 tunnelsLoïc Hoguin
2020-10-07Update Erlang.mkLoïc Hoguin
2020-10-07Default keepalive to infinity for all protocolsLoïc Hoguin
2020-10-07Include content_handlers in optsTomas Abrahamsson
2020-10-07Export declared event types in gun_eventAndrew Mayorov
2020-10-07Normalize headers in ws_upgraderinpatch
2020-10-05Improve some 'todo' return values and argumentsLoïc Hoguin
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-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
2020-09-21Add test HTTP/2 CONNECT -> HTTP/1.1 CONNECT -> originLoïc Hoguin
2020-09-21Add more HTTP/2 CONNECT testsLoïc Hoguin
2020-09-21Add a gun:stream_ref() type and fix DialyzerLoïc Hoguin
2020-09-21Refactor protocol handling via gun_protocolsLoïc Hoguin