Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Golf tests a bit | Sven-Hendrik Haase | 2021-09-23 | 1 | -38/+30 | |
| | ||||||
* | cargo fmt | jikstra | 2021-09-11 | 1 | -1/+3 | |
| | ||||||
* | Fix tests | jikstra | 2021-09-10 | 2 | -2/+14 | |
| | ||||||
* | Remove unused imports and files | jikstra | 2021-09-10 | 2 | -16/+0 | |
| | ||||||
* | Fix tests | jikstra | 2021-09-10 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into feat_raw_mode | Jikstra | 2021-09-10 | 1 | -1/+90 | |
|\ | ||||||
| * | Better name and docs for symlink test | Ali MJ Al-Nasrawy | 2021-09-04 | 1 | -1/+7 | |
| | | ||||||
| * | Adress review comments | Ali MJ Al-Nasrawy | 2021-09-04 | 1 | -4/+8 | |
| | | ||||||
| * | file_upload.rs: sanitize path input | Ali MJ Al-Nasrawy | 2021-09-01 | 1 | -1/+80 | |
| | | | | | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
* | | Apply requested changes | jikstra | 2021-09-10 | 1 | -2/+0 | |
| | | ||||||
* | | cargo fmt & cargo clippy | jikstra | 2021-09-02 | 1 | -5/+3 | |
| | | ||||||
* | | Fix tests | jikstra | 2021-09-02 | 1 | -16/+19 | |
| | | ||||||
* | | Implement a raw rendering mode for recursive folder download | jikstra | 2021-09-01 | 1 | -0/+103 | |
|/ | | | | | | | - Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget | |||||
* | 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 | |
| |