Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
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 | |
2019-09-21 | Remove explicit clap dependency in favor of structopt's re-exported version | Sven-Hendrik Haase | 1 | -1/+1 | |
2019-07-25 | Update to url 2.0 | Sven-Hendrik Haase | 1 | -1/+1 | |
2019-07-24 | Fix tests | Sven-Hendrik Haase | 1 | -21/+51 | |
2019-07-14 | Remove unnecessary import | Sven-Hendrik Haase | 1 | -1/+0 | |
2019-07-14 | Add dir navigation tests | Sven-Hendrik Haase | 3 | -0/+110 | |
2019-07-07 | Also check directories in tests | Sven-Hendrik Haase | 2 | -5/+31 | |
2019-05-30 | Fix regression where path cannot be placed after '--auth <auth>' | khai96_ | 1 | -5/+10 | |
2019-05-20 | Complete integration test | khai96_ | 1 | -1/+135 | |