Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-12-30 | Run cargo fmt | Sven-Hendrik Haase | 1 | -4/+2 | |
2022-12-19 | Fix lints | Sven-Hendrik Haase | 1 | -15/+15 | |
2022-09-15 | Check for directories in default request test | Sven-Hendrik Haase | 1 | -0/+3 | |
2022-09-14 | Fix typos | Kian-Meng Ang | 1 | -2/+2 | |
Found via `codespell -L crate`. | |||||
2022-07-28 | Apply suggestions from code review | zhoupeiheng | 1 | -2/+23 | |
2022-07-20 | Fix test | cyqsimon | 1 | -1/+1 | |
2022-05-18 | Fix security issue with --no-symlinks | Sven-Hendrik Haase | 1 | -21/+27 | |
Even with --no-symlinks specified, if a direct path to a symlink had been entered, it would be resolved. This fixes that behavior and improves tests to ensure this behavior. | |||||
2022-02-06 | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 1 | -4/+4 | |
2021-12-29 | Implement --route-prefix to set specific route prefix | jikstra | 1 | -0/+15 | |
2021-10-26 | Add test for --spa | Sven-Hendrik Haase | 1 | -5/+22 | |
2021-08-30 | Implement show symlink destination | Dean Li | 1 | -4/+15 | |
Add option `show_symlink_info` to represent show symlink info or not. (Default to no) Show symlink destination after symlink symbol in directory listing Resemble `ls -l` and also the short argument select for this feature is also `-l`. Basic testing is included. Related to #499 | |||||
2021-08-29 | Fix stderr output in test index_fallback_to_listing | Sven-Hendrik Haase | 1 | -3/+4 | |
2021-08-29 | list directory if index not found | Ali MJ Al-Nasrawy | 1 | -0/+11 | |
2021-08-26 | new partial-injection syntax | Ali MJ Al-Nasrawy | 1 | -2/+2 | |
2021-08-26 | address comments | Ali MJ Al-Nasrawy | 1 | -4/+8 | |
2021-08-26 | tests: Refactor! | Ali MJ Al-Nasrawy | 1 | -87/+23 | |
Remove duplicate code responsible for the initial setup and teardown of the test binary. This introduces `TestServer` as a resource manager for a running miniserve binary, which can be created with the fixtures `server()` and `server_no_stderr()` It also provides convenience function for handling server url. | |||||
2021-04-11 | Test for --no-symlink option | Ali MJ Al-Nasrawy | 1 | -8/+18 | |
2021-04-06 | Test URL encoding for special characters | Ali MJ Al-Nasrawy | 1 | -0/+6 | |
2021-03-31 | Test for symlink directories and files | Ali MJ Al-Nasrawy | 1 | -0/+64 | |
Replace some of the testing files and directories with symbolic links. They should behave exactly the same. | |||||
2021-03-28 | Fix tests | Sven-Hendrik Haase | 1 | -2/+3 | |
2021-03-20 | Add negative test for hidden directories | Sven-Hendrik Haase | 1 | -0/+31 | |
2021-03-20 | Finish up --hidden feature | Sven-Hendrik Haase | 1 | -7/+2 | |
2021-03-07 | Add option to show hidden files | Sven-Hendrik Haase | 1 | -1/+52 | |
2020-08-25 | Bump Dockerfile nightly version | Sven-Hendrik Haase | 1 | -1/+0 | |
2020-08-24 | Fix formatting | Sven-Hendrik Haase | 1 | -0/+1 | |
2020-08-24 | Try to fix file names on Windows | Sven-Hendrik Haase | 1 | -1/+0 | |
2020-08-24 | Fix double-escaping (fixes #354) | Sven-Hendrik Haase | 1 | -1/+8 | |
2020-07-20 | cargo fmt | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-06-29 | Cast port to u16 | Isaac Parker | 1 | -3/+2 | |
2020-06-28 | Bind to random port when port 0 specified | Isaac Parker | 1 | -0/+26 | |
2020-03-11 | Format everything | Sven-Hendrik Haase | 1 | -3/+5 | |
2020-03-11 | Bump reqwests to v0.10 | Sven-Hendrik Haase | 1 | -3/+3 | |
2020-02-03 | specify port to avoid test conflict | Eli Flanagan | 1 | -1/+3 | |
2019-09-25 | add a test for missing index file | Eli Flanagan | 1 | -1/+26 | |
2019-07-14 | Remove unnecessary import | Sven-Hendrik Haase | 1 | -1/+0 | |
2019-07-07 | Also check directories in tests | Sven-Hendrik Haase | 1 | -3/+16 | |
2019-05-01 | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 1 | -1/+10 | |
Star imports make it hard to see which imports a module is actually using so I prefer to have this be a bit more explicit. | |||||
2019-04-29 | Move helpers.rs to fixtures/mod.rs | khai96_ | 1 | -2/+2 | |
2019-04-28 | Split integration test into multiple files | khai96_ | 1 | -0/+44 | |