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-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
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
[next]