Age | Commit message (Expand) | Author |
2018-05-17 | Move a router test from old_http_SUITE to cowboy_router | Loïc Hoguin |
2018-05-17 | Move timeout tests from old_http_SUITE to http_SUITE | Loïc Hoguin |
2018-05-17 | Remove more tests from old_http_SUITE which exist elsewhere | Loïc Hoguin |
2018-05-17 | Remove/convert tests about request body from old_http_SUITE | Loïc Hoguin |
2018-05-17 | Remove a broken test from loop_handler_SUITE | Loïc Hoguin |
2018-05-17 | Speed up testing large static files, 32MB instead of 512MB | Loïc Hoguin |
2018-05-17 | Make examples_SUITE runs nearly twice faster | Loïc Hoguin |
2018-05-16 | Add option linger_timeout to cowboy_http | Loïc Hoguin |
2018-05-16 | Increase a timeout to make some slower tests pass | Loïc Hoguin |
2018-05-16 | Update erlang.mk and rebar.config | Loïc Hoguin |
2018-05-16 | Wrap the sendfile call in a try/catch for HTTP | Loïc Hoguin |
2018-05-16 | Honor the SETTINGS_ENABLE_PUSH from clients | Loïc Hoguin |
2018-05-16 | Run h2spec over TCP instead of TLS | Loïc Hoguin |
2018-05-16 | Use default port when not given in :authority | Loïc Hoguin |
2018-05-07 | Move cowboy_iolists to Cowlib as cow_iolists | Loïc Hoguin |
2018-05-07 | Add a test suite for RFC8297 | Loïc Hoguin |
2018-05-02 | Update Erlang.mk | Loïc Hoguin |
2018-05-02 | Fix cowboy_http2 manual page formatting | Loïc Hoguin |
2018-04-30 | Remove a bunch of todos2.4.0 | Loïc Hoguin |
2018-04-30 | Update Cowboy to 2.4.0 | Loïc Hoguin |
2018-04-30 | Update Cowlib to 2.3.0 | Loïc Hoguin |
2018-04-30 | Fix some intermittent test issues in rfc7540 | Loïc Hoguin |
2018-04-30 | Fix some rfc7540 tests that had an empty :path | Loïc Hoguin |
2018-04-30 | Reduce the time we wait during h2spec requests | Loïc Hoguin |
2018-04-30 | Reject HTTP/2 requests with a body size different than content-length | Loïc Hoguin |
2018-04-29 | Add tests for rejecting streams depending on themselves | Loïc Hoguin |
2018-04-29 | Receive and ignore HTTP/2 request trailers if any | Loïc Hoguin |
2018-04-28 | Add SETTINGS ack timeout and option settings_timeout | Loïc Hoguin |
2018-04-28 | Fix intermittent test failures for rfc7540 | Loïc Hoguin |
2018-04-27 | Reject WINDOW_UPDATE frames sent after an RST_STREAM | Loïc Hoguin |
2018-04-27 | Fix an rfc7540 test to have a different error reason | Loïc Hoguin |
2018-04-27 | Add options controlling maximum h2 frame sizes | Loïc Hoguin |
2018-04-26 | Add options controlling initial control flow windows | Loïc Hoguin |
2018-04-26 | Fix building of h2spec on FreeBSD | Loïc Hoguin |
2018-04-25 | Add the max_concurrent_streams h2 option | Loïc Hoguin |
2018-04-25 | Fix the h2spec git URL | Loïc Hoguin |
2018-04-25 | Add options to control h2's SETTINGS_HEADER_TABLE_SIZE | Loïc Hoguin |
2018-04-25 | Build h2spec automatically when running tests | Loïc Hoguin |
2018-04-23 | HTTP/2 informational responses don't end the stream | Loïc Hoguin |
2018-04-23 | Add missing enable_connect_protocol in typespecs | Loïc Hoguin |
2018-04-17 | Add a Websocket test with 3000 connections | Loïc Hoguin |
2018-04-10 | Update Ranch to 1.5.0 | Loïc Hoguin |
2018-04-06 | Depend on Cowlib master for now | Loïc Hoguin |
2018-04-05 | update doc | getong |
2018-04-04 | Fix Dialyzer warnings | Loïc Hoguin |
2018-04-04 | Add initial implementation of Websocket over HTTP/2 | Loïc Hoguin |
2018-03-28 | Tentatively update Cowboy to 2.3.02.3.0 | Loïc Hoguin |
2018-03-28 | Update Cowlib to 2.2.1 | Loïc Hoguin |
2018-03-28 | Add max_frame_size option for websocket handlers | Kirill Kinduk |
2018-03-27 | Remove duplicate keys from map in inform docs | Gary Rennie |