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
Age
Commit message (
Expand
)
Author
2019-07-24
Add push_promise_start/push_promise_end events
Loïc Hoguin
2019-07-22
Split domain lookup/connect/TLS handshake and add events
Loïc Hoguin
2019-07-15
Add Websocket frames related events
Loïc Hoguin
2019-07-13
Add ws_upgrade/protocol_changed events
Loïc Hoguin
2019-07-03
Add the response_trailers event
Loïc Hoguin
2019-07-03
Add the response_start event
Loïc Hoguin
2019-07-02
Add response_inform/response_headers/response_end events
Loïc Hoguin
2019-06-04
Fix the HTTP/2 eunit test
Loïc Hoguin
2019-06-02
Add request_start, request_headers and request_end events
Loïc Hoguin
2019-05-13
Add the terminate event
Loïc Hoguin
2019-05-13
Add the disconnect event callback
Loïc Hoguin
2019-05-08
Add event_handler with init/connect_start/connect_end
Loïc Hoguin
2019-05-08
Don't run the autobahn test suite by default
Loïc Hoguin
2019-04-26
Add upgrade/ws tuples to gun:await/2,3,4
Loïc Hoguin
2019-04-26
Add specs to await functions, document error type better
Loïc Hoguin
2019-04-26
Distinguish between error types in await functions
Loïc Hoguin
2019-04-26
Rename owner_gone into owner_down
Loïc Hoguin
2019-04-26
Document ssl's session_lifetime/session_cache_clients_max
Loïc Hoguin
2019-04-26
Add the supervise option to start without supervisor
Loïc Hoguin
2019-04-26
No longer error out when the owner exits
Loïc Hoguin
2019-04-25
Document an issue with OTP-20.3 on Windows
Loïc Hoguin
2019-04-25
Fix failures resulting from connect error delays on Windows
Loïc Hoguin
2019-04-25
Fix Websocket upgrade host header when it's an IP address
Sergey Tupchiy
2019-04-25
Remove explicit call to dbg:start/0
Alexander Mihajlovic
2019-04-24
Fix Dialyzer warnings
Loïc Hoguin
2019-04-24
Prevent ssl:setopts from blocking gun_tls_proxy
Loïc Hoguin
2019-04-22
Use ssl:ssl_accept/2 in tests to support OTP 20+
Loïc Hoguin
2019-04-22
Add origin_scheme checks to tests
Loïc Hoguin
2019-04-22
Make gun_tls_proxy work for HTTP/2 connections
Loïc Hoguin
2019-04-22
Fix two tests that write to the Gun state directly
Loïc Hoguin
2019-04-22
Make gun_tls_proxy a gen_statem
Loïc Hoguin
2019-04-19
Integrate gun_tls_proxy into gun proper
Loïc Hoguin
2019-03-25
Add the gun_tls_proxy transport for TLS over TLS support
Loïc Hoguin
2019-01-10
Fix init_per_suite return value for skipping
Loïc Hoguin
2019-01-10
Use a different method for ignoring h2specd build errors
Loïc Hoguin
2019-01-10
Don't fail in previous h2specd steps either
Loïc Hoguin
2019-01-10
Don't fail tests if we can't build h2specd
Loïc Hoguin
2019-01-10
Skip h2specd_SUITE if h2specd doesn't exist
Loïc Hoguin
2019-01-10
Tweak another timeout
Loïc Hoguin
2019-01-10
Tweak more test timeouts
Loïc Hoguin
2019-01-10
Update Erlang.mk
Loïc Hoguin
2019-01-10
Tweak timeouts to fix intermittent failures
Loïc Hoguin
2019-01-09
Improve documentation about gun:headers/4,5
Loïc Hoguin
2019-01-09
Add function gun:stream_info/2
Loïc Hoguin
2019-01-06
Lowercase header names automatically and accept more types
Loïc Hoguin
2019-01-06
Don't output unrelated errors in successful tests
Loïc Hoguin
2019-01-06
Add a timeout to prevent an intermittent failure
Loïc Hoguin
2019-01-06
Fix KilledStreams value for HTTP for connection: close responses
Loïc Hoguin
2019-01-06
Increase the connect_h2 test delay
Loïc Hoguin
2019-01-05
Fix atom hostnames
Loïc Hoguin
[next]