Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-25 | Refresh copyright lines | Loïc Hoguin | |
2024-01-05 | Add cowboy:get_env/2,3 | Loïc Hoguin | |
2018-11-20 | Silence the expected set_env_missing error | 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 | |
Cowboy is 19+ so it's OK to use it. | |||
2018-05-17 | Remove the set_env test from old_http_SUITE | Loïc Hoguin | |
It duplicated a test in misc_SUITE. Also fix a couple issues in misc_SUITE including a test that was not being executed. | |||
2017-11-29 | Add nowarn_export_all to all test suites | Loïc Hoguin | |
2017-11-01 | Don't crash when cowboy_clock is not running | Loïc Hoguin | |
This can happen normally when Cowboy is restarted, for example. Instead of failing requests when that happens, we degrade gracefully and do a little more work to provide the current date header. | |||
2017-10-03 | Make sure a path parsing error in the router gives a 400 | Loïc Hoguin | |
2017-10-02 | Fix cowboy:set_env when the env value is missing | Loïc Hoguin | |
2017-05-07 | Add a test for cowboy:set_env | Loïc Hoguin | |