Age | Commit message (Expand) | Author |
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 |
2019-10-10 | Newly documented cow_cookie:cookie_opts() is now a map | Loïc Hoguin |
2019-10-10 | Add shutdown_reason Websocket command | Loïc Hoguin |
2019-10-09 | Implement flow control for HTTP/1.1 | Loïc Hoguin |
2019-10-07 | Add cowboy_req:cast/2 | Loïc Hoguin |
2019-10-07 | Document cowboy_tracer_h | Loïc Hoguin |
2019-10-07 | Document cowboy_metrics_h | Loïc Hoguin |
2019-10-05 | Add Websocket option validate_utf8 | Loïc Hoguin |
2019-10-05 | Don't discard data following a Websocket upgrade request | Loïc Hoguin |
2019-10-05 | Add cowboy_req:filter_cookies/2 | Loïc Hoguin |
2019-10-04 | Make cowboy_compress_h add vary: accept-encoding | Loïc Hoguin |
2019-10-03 | Document media type wildcard in content_types_accepted | Loïc Hoguin |
2019-10-03 | Make stream_error early_error reasons consistent | Loïc Hoguin |
2019-10-02 | Fix another Dialyzer warning | 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 | Make sure cowboy_http doesn't receive stray timeout messages | Loïc Hoguin |
2019-10-02 | Add {set_options, #{metrics_user_data := Map}} | Loïc Hoguin |
2019-10-02 | Add more HTTP/1.1 header parsing tests | Loïc Hoguin |
2019-10-02 | Fix a Dialyzer warning and improve some types | Loïc Hoguin |
2019-10-02 | Fix HTTP/2 CVEs | Loïc Hoguin |
2019-10-02 | Remove lingering_data tuple handling | Loïc Hoguin |
2019-09-28 | Add persistent_term support to the router | Loïc Hoguin |
2019-09-16 | Fix closing of connection on response_body_too_small | Loïc Hoguin |
2019-09-14 | Implement backpressure on cowboy_req:stream_body | Loïc Hoguin |
2019-09-07 | Improve the cowboy_static consistency across platforms | Loïc Hoguin |
2019-09-06 | Fix using custom fields in Req | Loïc Hoguin |
2019-09-05 | Fix and optimize sending of WINDOW_UPDATE frames | Loïc Hoguin |
2019-08-16 | Gracefully shut down HTTP/2 connections on GOAWAY | Loïc Hoguin |
2019-07-16 | Make Cowboy compatible with upcoming Ranch 2.0 | juhlig |
2019-07-16 | Data received after RST_STREAM counts toward window | Tony Han |
2019-04-03 | Bind erlang:get_stacktrace prior to making other calls | Steve Strong |
2019-04-01 | Fallback to host header if authority is missing | Fredrik Enestad |
2018-11-21 | Move many old HTTP test cases to the rest_handler test suite | Loïc Hoguin |
2018-11-19 | Add an additional test to the static test suite | Loïc Hoguin |