Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-04 | Better name and docs for symlink test | Ali MJ Al-Nasrawy | 1 | -1/+7 | |
2021-09-04 | Adress review comments | Ali MJ Al-Nasrawy | 1 | -4/+8 | |
2021-09-01 | file_upload.rs: sanitize path input | Ali MJ Al-Nasrawy | 1 | -1/+80 | |
Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
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-30 | order interface vertically | Ali MJ Al-Nasrawy | 1 | -9/+6 | |
2021-08-30 | tests for binding behavior | Ali MJ Al-Nasrawy | 1 | -0/+91 | |
2021-08-30 | Switch from structopt to clap v3 | Sven-Hendrik Haase | 1 | -1/+2 | |
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-28 | Execute backslash test only on non windows systems | jikstra | 1 | -0/+1 | |
2021-08-28 | Add file with backslash to the test FILES fixture | jikstra | 1 | -0/+1 | |
2021-08-27 | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 5 | -8/+156 | |
2021-08-26 | Golf tests a bit more | Sven-Hendrik Haase | 1 | -9/+3 | |
2021-08-26 | new partial-injection syntax | Ali MJ Al-Nasrawy | 4 | -8/+8 | |
2021-08-26 | address comments | Ali MJ Al-Nasrawy | 4 | -23/+41 | |
2021-08-26 | tests: Refactor! | Ali MJ Al-Nasrawy | 8 | -442/+192 | |
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-11 | Separate tar archive and tar flags | Dean Li | 1 | -0/+41 | |
It used to have one flag (-r) to enable both tar archive and tar. Now it has two flags [ -r: for tar, -g: for tar archive]. Related to #451 | |||||
2021-04-06 | Test URL encoding for special characters | Ali MJ Al-Nasrawy | 2 | -0/+9 | |
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-28 | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 1 | -1/+27 | |
This patch adds a `--print-completions` option to generate shell completion files at runtime. This ensures the completions are always up to date. Fixes #377. | |||||
2021-03-20 | Add negative test for hidden directories | Sven-Hendrik Haase | 1 | -0/+31 | |
2021-03-20 | Hide some annoying test output | Sven-Hendrik Haase | 1 | -0/+1 | |
2021-03-20 | Finish up --hidden feature | Sven-Hendrik Haase | 2 | -8/+3 | |
2021-03-07 | Add option to show hidden files | Sven-Hendrik Haase | 2 | -4/+69 | |
2021-03-07 | Test that all directories properly get trailing slashes | Sven-Hendrik Haase | 1 | -6/+17 | |
2021-03-07 | Fix DoS issue when deliberately sending unconforming URL paths | Sven-Hendrik Haase | 1 | -0/+30 | |
2021-02-28 | Fix format | Sven-Hendrik Haase | 1 | -1/+2 | |
2021-02-28 | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 1 | -17/+11 | |
2021-02-27 | Fix grammar | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-02-27 | Multiple headers support for custom headers | Dean Li | 1 | -9/+19 | |
2021-02-24 | Add test for custom header | Dean Li | 1 | -0/+33 | |
2020-09-24 | add test for breadcrumbs | Lukas Stabe | 1 | -0/+60 | |
2020-08-25 | Bump Dockerfile nightly version | Sven-Hendrik Haase | 1 | -1/+0 | |
2020-08-24 | Fix formatting | Sven-Hendrik Haase | 2 | -1/+3 | |
2020-08-24 | Try to fix file names on Windows | Sven-Hendrik Haase | 2 | -2/+8 | |
2020-08-24 | Fix double-escaping (fixes #354) | Sven-Hendrik Haase | 2 | -2/+9 | |
2020-07-20 | cargo fmt | Sven-Hendrik Haase | 2 | -5/+5 | |
2020-07-05 | Add generate QR code (#330) | wyhaya | 1 | -0/+88 | |
* Add generate QR code * Add --qrcode option | |||||
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-05-10 | make sure archiving is opt-in | marawan ragab | 1 | -1/+0 | |
2020-05-03 | add zip download test | marawan ragab | 1 | -0/+5 | |
2020-03-11 | Format everything | Sven-Hendrik Haase | 4 | -6/+9 | |
2020-03-11 | Fix tests for reqwests v0.10 | Sven-Hendrik Haase | 1 | -11/+14 | |
2020-03-11 | Bump reqwests to v0.10 | Sven-Hendrik Haase | 4 | -24/+28 | |
2020-03-09 | Fix deprecated stuff | Sven-Hendrik Haase | 1 | -5/+5 | |
2020-03-02 | Added option to disable archives | Damian | 1 | -0/+46 | |
2020-02-03 | specify port to avoid test conflict | Eli Flanagan | 1 | -1/+3 | |