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.erl
Age
Commit message (
Expand
)
Author
2020-10-03
Fix Dialyzer warnings
Loïc Hoguin
2020-10-03
Fix test suites failing due to previous breaking changes
Loïc Hoguin
2020-10-03
Add tunnel_SUITE testing all 3-layer combinations
Loïc Hoguin
2020-09-21
Fix compilation and Dialyzer warnings
Loïc Hoguin
2020-09-21
Initial success for h2 CONNECT -> https CONNECT -> https
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
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
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
Add tests for cookie_ignore_informational option
Loïc Hoguin
2020-03-28
Fix a Dialyzer warning introduced in the previous commit
Loïc Hoguin
2020-03-28
Make intermediaries return tls not tls_proxy
Loïc Hoguin
2020-03-25
Fix crash in gun:info/1 when socket is closed
Loïc Hoguin
2020-03-15
Document the cookie store option and related modules
Loïc Hoguin
2020-03-12
Make Gun use the cookie store when configured to
Loïc Hoguin
2020-02-10
Handle cow_http2_machine timeouts
Loïc Hoguin
2019-10-08
Fix retrying on disconnect with retry=1
Loïc Hoguin
2019-09-26
Document the cow_http2_machine options
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
Set server_name_indication for TLS handshakes
Loïc Hoguin
2019-09-23
Accept all cow_http2_machine options
Loïc Hoguin
2019-09-23
Remove 'protocol' option from connect_destination()
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
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
Initial support for Socks5
Loïc Hoguin
2019-09-05
Implement graceful shutdown
Loïc Hoguin
[next]