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-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
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