Age | Commit message (Expand) | Author |
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 |
2018-08-06 | Fix some whitespace | Loïc Hoguin |
2018-07-27 | Fix OTP 21 warnings | Loïc Hoguin |
2018-06-04 | Update copyright years | Loïc Hoguin |
2018-06-04 | Remove the dependency on Ranch | Loïc Hoguin |
2018-06-03 | Change messages to gun_upgrade and gun_ws with stream reference | Loïc Hoguin |
2018-06-03 | Also flush trailers | Loïc Hoguin |
2018-06-03 | Fill in the options types instead of using map() | Loïc Hoguin |
2018-06-03 | Fix the inet:ip_address() type | Loïc Hoguin |
2018-05-15 | Allow IP tuple for host #152 | Seudin Kasumovic |
2018-01-22 | Add missing gun_inform clauses | Andrei Nesterov |
2017-12-16 | Add support for unix sockets | michael-coles |
2017-12-14 | Change the {gone, Reason} to {shutdown, Reason} plus small fixes | Loïc Hoguin |
2017-11-15 | Add preliminary support for trailers | Loïc Hoguin |
2017-10-29 | Add support for informational responses | Loïc Hoguin |
2017-10-06 | Don't error out when the owner is gone normally | Loïc Hoguin |
2017-08-14 | Allow an infinity keepalive value1.0.0-pre.4 | Loïc Hoguin |
2017-08-12 | Fix a warning preventing compilation | Loïc Hoguin |