Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-17 | Speed up testing large static files, 32MB instead of 512MB | Loïc Hoguin | |
2017-11-29 | Remove two warnings in test suites | Loïc Hoguin | |
2017-11-29 | Add nowarn_export_all to all test suites | Loïc Hoguin | |
2017-11-19 | The static suite's large file is not created on Windows | Loïc Hoguin | |
2017-10-31 | Add some todos | Loïc Hoguin | |
2017-10-31 | Fix the static_handler test suite | Loïc Hoguin | |
Bad requests correctly return 400, not 500. | |||
2017-09-04 | Add a static handler test with an empty file | Loïc Hoguin | |
2017-09-04 | Alphabetical order some tests | Loïc Hoguin | |
2017-02-05 | Fix sending of large files with HTTP/2 | Loïc Hoguin | |
Also finish implementing the relevant test, getting rid of todos. | |||
2017-01-24 | cowboy_static: Add support for files in EZ archives | Jean-Sébastien Pédron | |
If cowboy_static is initialized with `{priv_file, ...}` or `{priv_dir, ...}`, it is now able to read files from Erlang application .ez archives. When serving a file from an archive, the #file_info{} comes from the archive, not the contained file, except for the size and type. The erl_prim_loader module is used to read the latter's #file_info{} and the actual file content (ie. sendfile(2) is not used in this case). | |||
2017-01-22 | Add experimental cowboy_compress_h stream handler | Loïc Hoguin | |
Currently marked as experimental because it can't be tweaked (just enabled/disabled) and because it is not documented yet. | |||
2017-01-02 | Welcome to 2017 | Loïc Hoguin | |
2016-06-06 | Add the static_handler test suite | Loïc Hoguin | |