Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-08-30 | Implement show symlink destination | Dean Li | 1 | -4/+15 |
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 |
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 |
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 |
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 |
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 |
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 |
2019-12-18 | Added test for disabled file uploads | Damian | 1 | -0/+46 |
2019-09-25 | add a test for missing index file | Eli Flanagan | 1 | -1/+26 |
2019-09-21 | Actually make use of pretty_assertions | Sven-Hendrik Haase | 2 | -17/+17 |