index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_http2.erl
Age
Commit message (
Expand
)
Author
2018-11-16
Add the idle_timeout option to HTTP/2
Loïc Hoguin
2018-11-16
Ensure unknown options are ignored in set_options command
Loïc Hoguin
2018-11-15
Add a compress_buffering option to cowboy_compress_h
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2018-11-03
Add an option to disable sendfile for a listener
Loïc Hoguin
2018-10-31
Add compress_threshold protocol option
Steve Domin
2018-10-31
Improve a few types, including cowboy_req:req()
Loïc Hoguin
2018-10-30
Initial support for the PROXY protocol header
Loïc Hoguin
2018-10-28
Remove a useless todo
Loïc Hoguin
2018-10-28
Rename a few functions and shuffle arguments
Loïc Hoguin
2018-10-28
Remove an unnecessary function
Loïc Hoguin
2018-10-28
Exit gracefully on parent exit/sys:terminate/2,3
Loïc Hoguin
2018-10-27
Fix small issues introduced in the previous commit
Loïc Hoguin
2018-10-27
Use cow_http2_machine's timer handling
Loïc Hoguin
2018-10-26
Use cow_http2:parse_sequence/1
Loïc Hoguin
2018-10-26
Switch cowboy_http2 to the new cow_http2_machine
Loïc Hoguin
2018-08-13
Fix cancelling undefined settings timer
Bing Han
2018-07-09
Add missing logger spec for cowboy_http2 opts
Loïc Hoguin
2018-06-28
Introduce undocumented option logger
Loïc Hoguin
2018-06-27
Disable warnings for erlang:get_stacktrace/0 in OTP-21+
Loïc Hoguin
2018-05-16
Honor the SETTINGS_ENABLE_PUSH from clients
Loïc Hoguin
2018-05-16
Use default port when not given in :authority
Loïc Hoguin
2018-05-07
Move cowboy_iolists to Cowlib as cow_iolists
Loïc Hoguin
2018-04-30
Remove a bunch of todos
2.4.0
Loïc Hoguin
2018-04-30
Reject HTTP/2 requests with a body size different than content-length
Loïc Hoguin
2018-04-29
Receive and ignore HTTP/2 request trailers if any
Loïc Hoguin
2018-04-28
Add SETTINGS ack timeout and option settings_timeout
Loïc Hoguin
2018-04-27
Reject WINDOW_UPDATE frames sent after an RST_STREAM
Loïc Hoguin
2018-04-27
Add options controlling maximum h2 frame sizes
Loïc Hoguin
2018-04-26
Add options controlling initial control flow windows
Loïc Hoguin
2018-04-25
Add the max_concurrent_streams h2 option
Loïc Hoguin
2018-04-25
Add options to control h2's SETTINGS_HEADER_TABLE_SIZE
Loïc Hoguin
2018-04-23
HTTP/2 informational responses don't end the stream
Loïc Hoguin
2018-04-23
Add missing enable_connect_protocol in typespecs
Loïc Hoguin
2018-04-04
Add initial implementation of Websocket over HTTP/2
Loïc Hoguin
2018-03-14
Add case for handling infinity for idle/request_timeout
Bartek Walkowicz
2018-03-13
Handle system messages in cowboy_websocket
Loïc Hoguin
2018-03-13
Handle supervisor calls properly everywhere
Loïc Hoguin
2018-02-28
Fix crash in cowboy_http2 when content-length is invalid
Loïc Hoguin
2017-12-13
Fix Dialyzer warnings
Loïc Hoguin
2017-12-12
Don't badmatch on HTTP/2 preface's Transport:send
Loïc Hoguin
2017-12-06
Also disable the TRACE method entirely
Loïc Hoguin
2017-12-06
Disable the CONNECT method completely
Loïc Hoguin
2017-12-04
Add an rfc7231 test suite, fix an HTTP/2 bug with HEAD
Loïc Hoguin
2017-11-30
Fix HTTP/2 push
Loïc Hoguin
2017-11-29
Don't send a GOAWAY frame on close when the h2 preface is invalid
Loïc Hoguin
2017-11-29
Ignore stray HTTP/2 stream messages that we expect
Loïc Hoguin
2017-11-29
Add many rfc7540 tests, improve detection of malformed requests
Loïc Hoguin
2017-11-27
Add more flow control tests to rfc7540 and fix related issues
Loïc Hoguin
2017-11-27
Add more rfc7540 tests along with their respective fixes
Loïc Hoguin
[next]