Age | Commit message (Expand) | Author |
2024-01-23 | Fix match_qs with constraints when key is not present | geeksilva97 |
2024-01-23 | Update the guide with range requests support | Loïc Hoguin |
2024-01-16 | REST: Allow generate_etag to return undefined | Loïc Hoguin |
2024-01-15 | Reject responses with explicit set-cookie header | geeksilva97 |
2024-01-15 | Fix wrong HTTP/1 timeout being used in some cases | Loïc Hoguin |
2024-01-09 | Better error message when trying to reply twice | Loïc Hoguin |
2024-01-09 | Shorten the 204/304 error message | Loïc Hoguin |
2024-01-09 | Improve the error when trying to send a 204/304 with a body | Loïc Hoguin |
2024-01-08 | Document body reading in auto mode | Loïc Hoguin |
2024-01-08 | Ensure HTTP/1.1 Websocket resets the trap_exit flag | Loïc Hoguin |
2024-01-08 | Always add vary: accept-encoding in cowboy_compress_h | Loïc Hoguin |
2024-01-05 | Reject HTTP/1 requests with both content-length and transfer-encoding | Loïc Hoguin |
2024-01-05 | Don't automatically compress when response has etag | Loïc Hoguin |
2024-01-05 | Add cowboy:get_env/2,3 | Loïc Hoguin |
2024-01-05 | Fix Dialyzer warnings caused by my decompress changes | Loïc Hoguin |
2024-01-04 | Rework and improve the decompress stream handler | Loïc Hoguin |
2023-12-21 | Add cowboy_decompress_h stream handler | jdamanalo |
2023-12-21 | Don't update an HTTP/2 stream's window if stream stopped | Loïc Hoguin |
2023-12-21 | Exit gracefully on {error,closed} when reading the PROXY header | Nelson Vides |
2023-12-21 | Optionally reset the idle timeout when sending data | Robert J. Macomber |
2023-12-19 | Remove next_protocols_advertised | Viktor Söderqvist |
2023-12-19 | Shave off a few more seconds from rfc7540_SUITE | Loïc Hoguin |
2023-12-18 | Fix shutdown for HTTP/1.1 pipeline | Dmitri Vereshchagin |
2023-12-15 | Reject invalid Connection header | Boris Pozdnyakov |
2023-12-15 | Add timeout to cowboy_loop | jdamanalo |
2023-12-12 | Handle socket errors in HTTP/1.1 and HTTP/2 | Loïc Hoguin |
2023-12-06 | Add 'max_cancel_stream_rate' config for the rapid reset attack | Viktor Söderqvist |
2022-09-19 | Fix data sent after RST_STREAM in HTTP/2 in rare cases | Loïc Hoguin |
2020-11-27 | AcceptCallback may now return created/see_other tuples for POST | Martin Björklund |
2020-11-27 | Also include trace messages when timestamp flag isn't used | Sebastian Strollo |
2020-11-27 | Use functions for inititalizing rate limiting | Simon Johansson |
2020-11-27 | Graceful shutdown | Viktor Söderqvist |
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-05-20 | 204 and 304 responses must not include a body | Loïc Hoguin |
2020-05-20 | Increase the default max_keepalive HTTP option to 1000 | Loïc Hoguin |
2020-04-06 | Experiment with a linger_timeout for HTTP/2 | Loïc Hoguin |
2020-04-04 | Fix active mode and flow control during pipelining | Loïc Hoguin |
2020-04-01 | Fix h2spec "invalid preface sequence" test | Loïc Hoguin |
2020-03-30 | Add more headers to cowboy_req:parse_header/2,3 | Loïc Hoguin |
2020-03-29 | Add more router tests | Loïc Hoguin |
2020-03-29 | Increase the default max_received_frame_rate | Loïc Hoguin |
2020-02-07 | Fix HTTP/1.1 bug when a flow command is returned after fin | Loïc Hoguin |
2020-01-17 | Fix bugs related to HTTP/1.1 pipelining | Loïc Hoguin |
2020-01-06 | Use active,N | Loïc Hoguin |
2020-01-02 | Reduce number of Transport:send/2 calls for HTTP/2 | Loïc Hoguin |
2019-12-31 | No longer use erlang:get_stacktrace/0 | Loïc Hoguin |
2019-12-31 | Ignore malformed accept-encoding headers in cowboy_compress_h | Marcos Ferreira |
2019-10-10 | Don't log stray messages for lingering HTTP/2 streams | Loïc Hoguin |
2019-10-10 | Fix a number of low hanging todos | Loïc Hoguin |