Age | Commit message (Expand) | Author |
2025-02-10 | Run http_SUITE:graceful_shutdown_listener separately | Loïc Hoguin |
2025-02-10 | Provide better control over which HTTP protocols are enabled | Loïc Hoguin |
2025-02-07 | Add hibernate option to cowboy_http and cowboy_http2 | Loïc Hoguin |
2025-02-06 | Fix request_timeout triggering when a request was in the buffer | Loïc Hoguin |
2025-01-23 | Correcting TransOpts in send_timeout_close tests | Björn Svensson |
2024-01-25 | Refresh copyright lines | Loïc Hoguin |
2024-01-18 | Reduce sleep in chunked_one_byte_at_a_time | Loïc Hoguin |
2024-01-17 | Improve reliability of a few tests | Loïc Hoguin |
2024-01-16 | Fix an intermittent test failure | Loïc Hoguin |
2024-01-15 | Fix wrong HTTP/1 timeout being used in some cases | Loïc Hoguin |
2023-12-21 | Optionally reset the idle timeout when sending data | Robert J. Macomber |
2023-12-18 | Explicitly close the socket in some tests for speed ups | Loïc Hoguin |
2023-12-18 | Fix shutdown for HTTP/1.1 pipeline | Dmitri Vereshchagin |
2023-12-14 | Change send_timeout_close test to accomodate macOS | Loïc Hoguin |
2023-12-12 | Add test for send_timeout_close | Sergei Shuvatov |
2020-11-27 | Graceful shutdown | Viktor Söderqvist |
2019-09-28 | Add persistent_term support to the router | Loïc Hoguin |
2018-11-22 | Improve the reliability of some http_SUITE tests | Loïc Hoguin |
2018-11-21 | Move some tests out of the old HTTP test suite | Loïc Hoguin |
2018-11-20 | Fix the request_timeout_infinity test | Loïc Hoguin |
2018-11-20 | Handle a test case sometimes sending a response too fast | Loïc Hoguin |
2018-11-20 | Wait for the connection to be up in a few tests | Loïc Hoguin |
2018-11-19 | Use try..after in tests that start their own listeners | Loïc Hoguin |
2018-11-19 | Use ?FUNCTION_NAME instead of ct_helper:name() | Loïc Hoguin |
2018-11-18 | Add the chunked option for HTTP/1.1 | Loïc Hoguin |
2018-11-16 | Allow overriding cowboy_http's idle_timeout per request | Loïc Hoguin |
2018-11-14 | Allow disabling keep-alive for HTTP/1.0 connections | Loïc Hoguin |
2018-09-26 | Use gun:info instead of hacks for test socket operations | Loïc Hoguin |
2018-09-23 | Correct two tests that introspect the Gun state | Loïc Hoguin |
2018-08-13 | Fix the infinity timeout tests | Loïc Hoguin |
2018-05-17 | Move timeout tests from old_http_SUITE to http_SUITE | Loïc Hoguin |
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-01-16 | Allow colon within path segments | Paul Fisher |
2017-12-12 | Fix HTTP/1.1 pipelining | Loïc Hoguin |
2017-11-29 | Add nowarn_export_all to all test suites | Loïc Hoguin |
2017-11-24 | Add more tests to the rfc7230 suite | Loïc Hoguin |
2017-11-23 | Move the pipeline test to the rfc7230 suite | Loïc Hoguin |
2017-11-22 | Add more rfc7230 tests and better handle bad chunk sizes | Loïc Hoguin |
2017-11-19 | Remove another test from the old http suite | Loïc Hoguin |
2017-11-19 | Move tests from old http suite to rfc7230 suite | Loïc Hoguin |
2017-11-18 | Remove duplicate /echo/body_qs tests from the old suite | Loïc Hoguin |
2017-11-17 | Remove duplicate static handler tests from the old suite | Loïc Hoguin |
2017-07-14 | Fix the remaining http_SUITE test cases | Loïc Hoguin |
2017-07-13 | Fix more of the older tests | Loïc Hoguin |
2017-07-12 | Remove tests for set_resp_body with a stream fun | Loïc Hoguin |
2017-07-12 | Remove any mention of the waiting_stream hack | Loïc Hoguin |
2017-07-12 | Remove the onresponse tests from http_SUITE | Loïc Hoguin |
2017-06-28 | Remove outdated multipart tests | Loïc Hoguin |
2017-06-07 | Remove NumAcceptors argument from start_clear/tls | Loïc Hoguin |