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-09-26
Update the README
Loïc Hoguin
2019-09-26
Don't send duplicate gun_error messages to the same process
Loïc Hoguin
2019-09-26
Remove UnprocessedStreams from the gun_down message
Loïc Hoguin
2019-09-26
Add reply_to option to ws_upgrade; remove notowner entirely
Loïc Hoguin
2019-09-26
Add a function to change the connection owner
Loïc Hoguin
2019-09-24
Add auto-ping to Websocket and a silence_pings option
Loïc Hoguin
2019-09-24
Reject requests/data when using Websocket
Loïc Hoguin
2019-09-24
Initial support for raw send/recv operations
Loïc Hoguin
2019-09-23
Properly error out on HTTP/1.0 Websocket upgrade attempts
Loïc Hoguin
2019-09-23
Set server_name_indication for TLS handshakes
Loïc Hoguin
2019-09-23
Use the proper options type for socks/ws states
Loïc Hoguin
2019-09-23
Accept all cow_http2_machine options
Loïc Hoguin
2019-09-23
Reduce the #http_state size
Loïc Hoguin
2019-09-23
Remove 'protocol' option from connect_destination()
Loïc Hoguin
2019-09-23
Document sending N Websocket frames in the guide
Loïc Hoguin
2019-09-22
Account for Windows' 3-connect pattern in shutdown_SUITE
Loïc Hoguin
2019-09-22
Increase a timeout to avoid an intermittent test failure
Loïc Hoguin
2019-09-22
Remove the old eunit HTTP/2 test
Loïc Hoguin
2019-09-22
Cancel the existing keepalive when switching protocols
Loïc Hoguin
2019-09-22
Document Socks support
Loïc Hoguin
2019-09-22
Add CONNECT->Socks5->HTTP tests
Loïc Hoguin
2019-09-22
Add more tests with two Socks5 proxies
Loïc Hoguin
2019-09-22
Always switch_protocol
Loïc Hoguin
2019-09-22
Rework state transitions resulting from from protocol changes
Loïc Hoguin
2019-09-22
Improve retrieval of keepalive option
Loïc Hoguin
2019-09-22
Supports going through multiple Socks proxies
Loïc Hoguin
2019-09-22
Add Socks5->HTTP/2 tests
Loïc Hoguin
2019-09-22
Add tests for TLS proxy and TCP/TLS server
Loïc Hoguin
2019-09-22
Support connecting to HTTPS server via TCP Socks5
Loïc Hoguin
2019-09-22
Further consolidation of TLS handshakes
Loïc Hoguin
2019-09-22
Simplify HandshakeEvent
Loïc Hoguin
2019-09-22
Move and merge all TLS handshakes to the main Gun code
Loïc Hoguin
2019-09-22
Add test for username_password auth
Loïc Hoguin
2019-09-22
Initial support for Socks5
Loïc Hoguin
2019-09-13
Use cow_http2_machine:ensure_window
Loïc Hoguin
2019-09-06
Fix failing tests caused by DATA no longer being sent
Loïc Hoguin
2019-09-06
Don't send a DATA frame when there is no request body
Loïc Hoguin
2019-09-05
Implement graceful shutdown
Loïc Hoguin
2019-08-07
Enable nodelay to a test failing intermittently
Loïc Hoguin
2019-08-07
Timeout options tests taking long is not a failure
Loïc Hoguin
2019-08-06
Make gun_SUITE parallel and add retries on Windows
Loïc Hoguin
2019-08-06
Increase the accept timeouts in proxy tests
Loïc Hoguin
2019-08-05
Improve the test proxy loop to avoid a badmatch
Loïc Hoguin
2019-08-05
Don't link gun_tls_proxy process to the ssl process
Loïc Hoguin
2019-08-05
Add flow control
Loïc Hoguin
2019-07-27
Fix ssl and other types
Loïc Hoguin
2019-07-27
Add the retry_fun option for different backoff strategies
Loïc Hoguin
2019-07-27
Postpone operations until connected
Tony Han
2019-07-26
Add the origin_changed event
Loïc Hoguin
2019-07-26
Add the transport_changed event
Loïc Hoguin
[next]