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
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
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
2019-07-26
Add tls_handshake events for CONNECT through TLS proxies
Loïc Hoguin
2019-07-24
Add the cancel event for local/remote stream cancellation
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-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-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
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
Remove explicit call to dbg:start/0
Alexander Mihajlovic
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-19
Integrate gun_tls_proxy into gun proper
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-05
Don't send empty data chunks
Loïc Hoguin
2019-01-05
Ensure Gun retries connecting immediately
Loïc Hoguin
2019-01-03
Update copyright years
Loïc Hoguin
2019-01-03
Consolidate origin server test helpers
Loïc Hoguin
2018-12-31
Disable keepalive by default for HTTP/1.1
Loïc Hoguin
2018-12-31
Separate request/4,5,6 into headers/4,5 and request/5,6
Loïc Hoguin
2018-12-19
Convert the gun process to gen_statem
Loïc Hoguin
2018-10-30
Switch to cow_http2_machine for HTTP/2
Loïc Hoguin
2018-10-01
Document the protocols option for Websocket
Michal Piotrowski
2018-09-26
Remove gun:dbg_send_raw/2
Loïc Hoguin
2018-09-26
Add the socket in the gun:info map
Loïc Hoguin
2018-09-26
Keep track of the intermediaries the connection go through
Loïc Hoguin
2018-09-20
Use ALPN when proxying TLS connections using CONNECT
Loïc Hoguin
2018-09-17
Add HTTP/1.1 CONNECT support
Loïc Hoguin
[prev]
[next]