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-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
2017-11-27
Fix a few rfc7540 tests
Loïc Hoguin
2017-11-20
Queue HTTP/2 trailers when there's still data in the buffer
Loïc Hoguin
2017-11-15
Add preliminary support for trailers in responses
Loïc Hoguin
2017-11-01
Fix two edge cases for cowboy_req:stream_body
Loïc Hoguin
2017-10-31
Add some todos
Loïc Hoguin
2017-10-29
Add cowboy_req:inform/2,3
Loïc Hoguin
2017-10-25
Introduce cowboy_req:sock/1 and cowboy_req:cert/1
Loïc Hoguin
2017-10-23
Fix a bug in HTTP/2 where connection gets closed prematurely
Loïc Hoguin
2017-10-21
Fix stream handler state being discarded on terminate
Loïc Hoguin
2017-09-27
Ensure the behavior on stream handler crash is consistent
Loïc Hoguin
2017-09-25
Cleanup various comments
Loïc Hoguin
2017-09-25
Avoid some crashes when HTTP/2 streams flush their response
Loïc Hoguin
2017-09-25
Move body length count to cowboy_stream_h instead of protocols
Loïc Hoguin
2017-09-21
Centralize stream handler error reporting in cowboy_stream
Loïc Hoguin
2017-08-21
Tentative fix for out of order queued data
Loïc Hoguin
2017-08-08
Implement the shutdown timeout for request processes
Loïc Hoguin
2017-07-26
Fix HTTP/2 server push
Loïc Hoguin
2017-05-31
Don't terminate streams that were already terminated
Loïc Hoguin
2017-05-31
Fix bad accounting of HTTP/2 windows
Loïc Hoguin
2017-05-31
Apply the received SETTINGS frame
Loïc Hoguin
[next]