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
2017-05-31
Apply the received SETTINGS frame
Loïc Hoguin
2017-05-23
Add many tests for RFC7540 5.1 and 5.1.1 and related fixes
Loïc Hoguin
2017-05-19
Preliminary h2 flow control support
Loïc Hoguin
2017-05-05
Add inactivity_timeout and other options improvements
Loïc Hoguin
2017-04-18
Get rid of stray messages when killing HTTP/2 request processes
Loïc Hoguin
2017-04-18
Make the default 204 response go through stream handlers
Loïc Hoguin
2017-04-18
Pass the HTTP/2 switch_protocol event to stream handlers
Loïc Hoguin
2017-03-02
Add more HTTP/2 tests for RFC7540 4.1 and 4.3
Loïc Hoguin
2017-02-26
Unknown HTTP/2 frames are ignored
Loïc Hoguin
2017-02-25
Add many test cases covering RFC7540 4.2
Loïc Hoguin
2017-02-05
Remove or fix a small number of todo comments
Loïc Hoguin
2017-02-05
Fix sending of large files with HTTP/2
Loïc Hoguin
2017-01-16
Add support for multiple stream handlers
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Remaining Dialyzer fixes
Loïc Hoguin
2016-08-10
Make reply functions return Req
Loïc Hoguin
2016-08-10
Add a lot of todos
Loïc Hoguin
2016-08-10
Add tests for responses and request body reading
Loïc Hoguin
2016-06-20
Properly parse the host/port in HTTP/2
Loïc Hoguin
2016-06-20
Fix cowboy_req:peer/1
Loïc Hoguin
2016-06-16
Make sure a response is always sent with HTTP/2
Loïc Hoguin
2016-06-13
Fix streaming HTTP/2 responses
Loïc Hoguin
2016-06-08
Fix request body reading in HTTP/2
Loïc Hoguin
2016-06-06
HTTP/2: Separate path and query components
Loïc Hoguin
2016-06-06
HTTP/2: Handle internal errors
Loïc Hoguin
2016-06-06
HTTP/2: add support for sending files
Loïc Hoguin
2016-03-13
Fix most remaining HTTP/2 handshake tests
Loïc Hoguin
2016-03-13
Fix more HTTP/2 handshake test cases
Loïc Hoguin
2016-03-12
Add initial HTTP/1.1 Upgrade to HTTP/2
Loïc Hoguin
2016-03-10
Add the beginning of the rfc7540 test suite
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-06-12
Fix compilation error due to previous commit
Loïc Hoguin
2015-06-11
Add HTTP/2 support preview
2.0.0-pre.2
Loïc Hoguin