index
:
gun.git
1.3.x
http2-websocket
http3
master
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gun_http2.erl
Age
Commit message (
Expand
)
Author
2022-12-06
Add keepalive_tolerance http2 option
Viktor Söderqvist
2022-10-24
Handle send errors
Viktor Söderqvist
2022-10-11
Make many gun_http2 functions return state or error tuple
Viktor Söderqvist
2022-09-19
Handle of HTTP/2 tunnel errors
Loïc Hoguin
2022-08-30
Make Protocol:init/4 return an ok-tuple
Viktor Söderqvist
2022-03-08
Make the stream_error_* functions return 'ok'
Viktor Söderqvist
2022-03-08
Return commands instead of state in remaining callbacks
Viktor Söderqvist
2021-02-07
Initial commit for Gun pools
Loïc Hoguin
2020-11-12
Return 'undefined' for raw|socks origin_scheme where applicable
Loïc Hoguin
2020-11-12
Update copyright years
Loïc Hoguin
2020-11-12
Review and remove many todos
Loïc Hoguin
2020-11-06
Make CONNECT responses produce a response_end event
Loïc Hoguin
2020-11-06
Fix IsFin mismatch in HTTP/2 CONNECT response
Loïc Hoguin
2020-11-02
Initial implementation of Websocket over HTTP/2
http2-websocket
Loïc Hoguin
2020-10-21
Fix cookie handling when tunnel and origin schemes mismatch
Loïc Hoguin
2020-10-19
Fix cookies for tunnels
Loïc Hoguin
2020-10-16
Remove commented code
Loïc Hoguin
2020-10-16
Add or fix events inside or related to CONNECT tunnels
Loïc Hoguin
2020-10-07
Propagate timeouts to the right layer in HTTP/2 tunnels
Loïc Hoguin
2020-10-07
Default keepalive to infinity for all protocols
Loïc Hoguin
2020-10-05
Improve some 'todo' return values and arguments
Loïc Hoguin
2020-10-03
Fix Dialyzer warnings
Loïc Hoguin
2020-10-03
Add tunnel_SUITE testing all 3-layer combinations
Loïc Hoguin
2020-09-21
Ensure the right stream_ref is passed around HTTP/2 tunnels
Loïc Hoguin
2020-09-21
Fix compilation and Dialyzer warnings
Loïc Hoguin
2020-09-21
Fix gun:stream_info/2 when gun_tunnel is involved
Loïc Hoguin
2020-09-21
Initial success for h2 CONNECT -> https CONNECT -> https
Loïc Hoguin
2020-09-21
Add test HTTP/2 CONNECT -> HTTP/1.1 CONNECT -> origin
Loïc Hoguin
2020-09-21
Add more HTTP/2 CONNECT tests
Loïc Hoguin
2020-09-21
Add a gun:stream_ref() type and fix Dialyzer
Loïc Hoguin
2020-09-21
Refactor protocol handling via gun_protocols
Loïc Hoguin
2020-09-21
Few more tests and fixes
Loïc Hoguin
2020-09-21
Replace gun_tunnel_up/3 message with /4 variant
Loïc Hoguin
2020-09-21
Rename the 3-arity gun_socks_up to gun_tunnel_up
Loïc Hoguin
2020-09-21
Add gun_tunnel_up message to HTTP/2 CONNECT
Loïc Hoguin
2020-09-21
First working HTTPS over secure HTTP/2
Loïc Hoguin
2020-09-21
Make gun_socks_up stream-specific for HTTP/2 CONNECT
Loïc Hoguin
2020-09-21
Make HTTP/2 CONNECT to a SOCKS server work
Loïc Hoguin
2020-09-21
Add HTTP/2 CONNECT tests with Cowboy as origin
Loïc Hoguin
2020-09-21
Add the base_stream_ref to gun_http/gun_http2
Loïc Hoguin
2020-09-21
HTTP/2 over HTTP/2 CONNECT
Loïc Hoguin
2020-09-21
Improve HTTP/2 CONNECT to non-HTTP origin
Loïc Hoguin
2020-09-21
Make gun:stream_info/2 return intermediaries for HTTP/2 CONNECT
Loïc Hoguin
2020-09-21
Initial HTTP/2 CONNECT implementation
Loïc Hoguin
2020-04-16
Empty the commands queue when returning
Loïc Hoguin
2020-03-12
Make Gun use the cookie store when configured to
Loïc Hoguin
2020-02-27
Remove two unnecessary clauses
Loïc Hoguin
2020-02-27
Use specific error when HTTP/2 receives HTTP/1 response
Loïc Hoguin
2020-02-27
Detect invalid HTTP/2 preface errors
Loïc Hoguin
2020-02-10
Handle cow_http2_machine timeouts
Loïc Hoguin
[next]