Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement show symlink destination | Dean Li | 2021-08-30 | 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 | ||||
* | order interface vertically | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -9/+6 |
| | |||||
* | tests for binding behavior | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -0/+91 |
| | |||||
* | Switch from structopt to clap v3 | Sven-Hendrik Haase | 2021-08-30 | 1 | -1/+2 |
| | |||||
* | Fix stderr output in test index_fallback_to_listing | Sven-Hendrik Haase | 2021-08-29 | 1 | -3/+4 |
| | |||||
* | list directory if index not found | Ali MJ Al-Nasrawy | 2021-08-29 | 1 | -0/+11 |
| | |||||
* | Execute backslash test only on non windows systems | jikstra | 2021-08-28 | 1 | -0/+1 |
| | |||||
* | Add file with backslash to the test FILES fixture | jikstra | 2021-08-28 | 1 | -0/+1 |
| | |||||
* | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 2021-08-27 | 5 | -8/+156 |
| | |||||
* | Golf tests a bit more | Sven-Hendrik Haase | 2021-08-26 | 1 | -9/+3 |
| | |||||
* | new partial-injection syntax | Ali MJ Al-Nasrawy | 2021-08-26 | 4 | -8/+8 |
| | |||||
* | address comments | Ali MJ Al-Nasrawy | 2021-08-26 | 4 | -23/+41 |
| | |||||
* | tests: Refactor! | Ali MJ Al-Nasrawy | 2021-08-26 | 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. | ||||
* | Merge branch 'master' into rfc-resolve-symlinks | Ali MJ Al-Nasrawy | 2021-04-18 | 4 | -3/+80 |
|\ | |||||
| * | Merge pull request #492 from deantvv/tar-and-tar-archive | Sven-Hendrik Haase | 2021-04-18 | 1 | -0/+41 |
| |\ | | | | | | | Separate tar archive and tar flags | ||||
| | * | Separate tar archive and tar flags | Dean Li | 2021-04-11 | 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 | ||||
| * | | Test URL encoding for special characters | Ali MJ Al-Nasrawy | 2021-04-06 | 2 | -0/+9 |
| |/ | |||||
| * | Fix tests | Sven-Hendrik Haase | 2021-03-28 | 1 | -2/+3 |
| | | |||||
| * | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 2021-03-28 | 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. | ||||
* | | Test for --no-symlink option | Ali MJ Al-Nasrawy | 2021-04-11 | 1 | -8/+18 |
| | | |||||
* | | Test for symlink directories and files | Ali MJ Al-Nasrawy | 2021-03-31 | 1 | -0/+64 |
|/ | | | | | Replace some of the testing files and directories with symbolic links. They should behave exactly the same. | ||||
* | Merge pull request #471 from svenstaro/show-hidden | Sven-Hendrik Haase | 2021-03-20 | 2 | -4/+95 |
|\ | | | | | Show hidden | ||||
| * | Add negative test for hidden directories | Sven-Hendrik Haase | 2021-03-20 | 1 | -0/+31 |
| | | |||||
| * | Finish up --hidden feature | Sven-Hendrik Haase | 2021-03-20 | 2 | -8/+3 |
| | | |||||
| * | Add option to show hidden files | Sven-Hendrik Haase | 2021-03-07 | 2 | -4/+69 |
| | | |||||
* | | Hide some annoying test output | Sven-Hendrik Haase | 2021-03-20 | 1 | -0/+1 |
|/ | |||||
* | Test that all directories properly get trailing slashes | Sven-Hendrik Haase | 2021-03-07 | 1 | -6/+17 |
| | |||||
* | Fix DoS issue when deliberately sending unconforming URL paths | Sven-Hendrik Haase | 2021-03-07 | 1 | -0/+30 |
| | |||||
* | Fix format | Sven-Hendrik Haase | 2021-02-28 | 1 | -1/+2 |
| | |||||
* | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 2021-02-28 | 1 | -17/+11 |
| | |||||
* | Fix grammar | Sven-Hendrik Haase | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Multiple headers support for custom headers | Dean Li | 2021-02-27 | 1 | -9/+19 |
| | |||||
* | Add test for custom header | Dean Li | 2021-02-24 | 1 | -0/+33 |
| | |||||
* | add test for breadcrumbs | Lukas Stabe | 2020-09-24 | 1 | -0/+60 |
| | |||||
* | Bump Dockerfile nightly version | Sven-Hendrik Haase | 2020-08-25 | 1 | -1/+0 |
| | |||||
* | Fix formatting | Sven-Hendrik Haase | 2020-08-24 | 2 | -1/+3 |
| | |||||
* | Try to fix file names on Windows | Sven-Hendrik Haase | 2020-08-24 | 2 | -2/+8 |
| | |||||
* | Fix double-escaping (fixes #354) | Sven-Hendrik Haase | 2020-08-24 | 2 | -2/+9 |
| | |||||
* | cargo fmt | Sven-Hendrik Haase | 2020-07-20 | 2 | -5/+5 |
| | |||||
* | Add generate QR code (#330) | wyhaya | 2020-07-05 | 1 | -0/+88 |
| | | | | * Add generate QR code * Add --qrcode option | ||||
* | Cast port to u16 | Isaac Parker | 2020-06-29 | 1 | -3/+2 |
| | |||||
* | Bind to random port when port 0 specified | Isaac Parker | 2020-06-28 | 1 | -0/+26 |
| | |||||
* | make sure archiving is opt-in | marawan ragab | 2020-05-10 | 1 | -1/+0 |
| | |||||
* | add zip download test | marawan ragab | 2020-05-03 | 1 | -0/+5 |
| | |||||
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 4 | -6/+9 |
| | |||||
* | Fix tests for reqwests v0.10 | Sven-Hendrik Haase | 2020-03-11 | 1 | -11/+14 |
| | |||||
* | Merge pull request #235 from DamianX/archives | Sven-Hendrik Haase | 2020-03-11 | 1 | -0/+46 |
|\ | | | | | Added option to disable archives | ||||
| * | Added option to disable archives | Damian | 2020-03-02 | 1 | -0/+46 |
| | | |||||
* | | Bump reqwests to v0.10 | Sven-Hendrik Haase | 2020-03-11 | 4 | -24/+28 |
| | | |||||
* | | Fix deprecated stuff | Sven-Hendrik Haase | 2020-03-09 | 1 | -5/+5 |
|/ |