Age | Commit message (Expand) | Author |
2018-03-26 | Fix the flushing of messages when switching to Websocket | 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 |
2017-12-13 | Fix Dialyzer warnings | Loïc Hoguin |
2017-12-12 | Fix HTTP/1.1 pipelining | Loïc Hoguin |
2017-12-07 | Add more rfc7231 tests and a new max_skip_body_length option | Loïc Hoguin |
2017-12-06 | Fix 408 not sending connection: close for HTTP/1.1 | 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-11-29 | Don't send chunked bodies when the method is HEAD | Loïc Hoguin |
2017-11-29 | Reject absolute URIs with no authority components | Loïc Hoguin |
2017-11-29 | Reject absolute URIs with userinfo components in HTTP/1.1 | Loïc Hoguin |
2017-11-29 | Reject whitespace before/after HTTP/1.1 header names properly | Loïc Hoguin |
2017-11-22 | Add more rfc7230 tests and better handle bad chunk sizes | Loïc Hoguin |
2017-11-20 | Add more rfc7230 tests and improve transfer-encoding | Loïc Hoguin |
2017-11-20 | Add a test for early errors that occur on the request-line | Loïc Hoguin |
2017-11-20 | Remove a useless todo | Loïc Hoguin |
2017-11-20 | Add more rfc7230 tests | Loïc Hoguin |
2017-11-15 | Add preliminary support for trailers in responses | Loïc Hoguin |
2017-11-13 | Fix packet being dropped when using switch_protocol | Loïc Hoguin |
2017-11-01 | Fix two edge cases for cowboy_req:stream_body | Loïc Hoguin |
2017-10-31 | Fix another warning | Loïc Hoguin |
2017-10-31 | Add informational responses to metrics | Loïc Hoguin |
2017-10-25 | Introduce cowboy_req:sock/1 and cowboy_req:cert/1 | Loïc Hoguin |
2017-10-22 | Ensure stream terminate is called when switching protocols | Loïc Hoguin |
2017-10-21 | Fix sending of final chunk in HTTP/1.1 | Loïc Hoguin |
2017-10-21 | Fix stream handler state being discarded on terminate | Loïc Hoguin |
2017-10-20 | Fix HTTP/1.1 stopping streams too early | 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 | 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-09-14 | Improve how we detect request errors | Loïc Hoguin |
2017-08-08 | Implement the shutdown timeout for request processes | Loïc Hoguin |
2017-06-02 | Fix terminate not being called on connection close in HTTP/1.1 | Loïc Hoguin |
2017-05-05 | Properly handle 101 upgrade responses for Websocket | Loïc Hoguin |
2017-05-05 | Add inactivity_timeout and other options improvements | Loïc Hoguin |
2017-05-03 | Kill all children processes when terminating the connection | Loïc Hoguin |
2017-05-03 | Add the idle_timeout HTTP/1.1 protocol option | 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-27 | Add the early_error cowboy_stream callback | Loïc Hoguin |
2017-02-18 | Allow passing options to sub protocols | Loïc Hoguin |
2017-02-05 | Remove or fix a small number of todo comments | Loïc Hoguin |
2017-02-05 | Add missing human-readable errors for HTTP/1.1 | Loïc Hoguin |
2017-01-20 | Fix protocol breaking when user tries to send empty chunk | Loïc Hoguin |
2017-01-16 | Add support for multiple stream handlers | Loïc Hoguin |
2017-01-03 | Return status 431 if the request header field is too large | José Valim |
2017-01-02 | Welcome to 2017 | Loïc Hoguin |