Age | Commit message (Expand) | Author |
2024-03-26 | Initial HTTP/3 implementationhttp3 | Loïc Hoguin |
2024-01-25 | Refresh copyright lines | Loïc Hoguin |
2020-11-23 | Don't produce an error report for normal stream process exits | Loïc Hoguin |
2020-07-03 | Fix concurrent body streaming getting stuck with HTTP/2 | Loïc Hoguin |
2020-01-06 | Use active,N | Loïc Hoguin |
2019-12-31 | No longer use erlang:get_stacktrace/0 | Loïc Hoguin |
2019-10-10 | Fix a number of low hanging todos | Loïc Hoguin |
2019-10-02 | Ensure we can stream the response body from any process | Loïc Hoguin |
2019-10-02 | Ensure we can read the request body from any process | Loïc Hoguin |
2019-10-02 | Fix HTTP/2 CVEs | Loïc Hoguin |
2019-09-14 | Implement backpressure on cowboy_req:stream_body | Loïc Hoguin |
2018-11-15 | Add the set_options stream handler command | Loïc Hoguin |
2018-06-28 | Introduce undocumented option logger | Loïc Hoguin |
2018-06-27 | Make sure cowboy_stream_h calls subsequent stream handlers | Loïc Hoguin |
2018-06-27 | Disable warnings for erlang:get_stacktrace/0 in OTP-21+ | Loïc Hoguin |
2018-05-18 | Don't send transfer-encoding when streaming 204 responses | Loïc Hoguin |
2018-04-04 | Add initial implementation of Websocket over HTTP/2 | Loïc Hoguin |
2017-11-15 | Add preliminary support for trailers in responses | Loïc Hoguin |
2017-10-31 | Add some todos | Loïc Hoguin |
2017-10-30 | Handle expect: 100-continue request headers | Loïc Hoguin |
2017-10-29 | Add cowboy_req:inform/2,3 | Loïc Hoguin |
2017-09-25 | Move body length count to cowboy_stream_h instead of protocols | Loïc Hoguin |
2017-09-14 | Fix propagating the stacktrace on errors for OTP 19 | Loïc Hoguin |
2017-09-14 | Rework the proc_lib_hack | Loïc Hoguin |
2017-09-14 | Improve how we detect request errors | Loïc Hoguin |
2017-07-12 | Catch more 400 errors | Loïc Hoguin |
2017-05-05 | Add inactivity_timeout and other options improvements | Loïc Hoguin |
2017-03-27 | Add the early_error cowboy_stream callback | Loïc Hoguin |
2017-02-19 | Remove another useless todo | Loïc Hoguin |
2017-02-05 | Remove or fix a small number of todo comments | Loïc Hoguin |
2017-01-20 | Fix error responses not including a content-length | 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 | Numerous Dialyzer fixes | Loïc Hoguin |
2016-08-10 | Let the stream handler take care of crash handling and logging | 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-06 | Report request process crashes | Loïc Hoguin |
2016-03-05 | Initial commit with connection/streams | Loïc Hoguin |