Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-30 | Make clippy happy | Sven-Hendrik Haase | 1 | -3/+5 | |
2019-09-27 | Improve logging behavior | Sven-Hendrik Haase | 1 | -4/+12 | |
It will now fall back to basic logging if no proper terminal is attached as opposed to just failing silently. | |||||
2019-09-21 | Actually make use of pretty_assertions | Sven-Hendrik Haase | 2 | -20/+13 | |
2019-09-21 | Remove explicit clap dependency in favor of structopt's re-exported version | Sven-Hendrik Haase | 1 | -1/+1 | |
2019-09-03 | Upgrade to structopt 0.3 | Sven-Hendrik Haase | 1 | -9/+9 | |
2019-07-25 | Upgrade percent-encoding to 2.0 | Sven-Hendrik Haase | 1 | -2/+4 | |
2019-07-24 | Fix tests | Sven-Hendrik Haase | 2 | -28/+20 | |
2019-07-08 | remove page_parent | wyhaya | 1 | -1/+0 | |
2019-07-08 | fix parent directory | wyhaya | 2 | -30/+44 | |
2019-07-08 | add space | wyhaya | 1 | -1/+1 | |
2019-07-04 | accomplish #142 | wyhaya | 1 | -3/+43 | |
2019-06-24 | Update simplelog to 0.6 | Sven-Hendrik Haase | 1 | -3/+3 | |
2019-06-24 | Precise `tar_dir` behaviour | Alexandre Bury | 1 | -1/+20 | |
2019-06-24 | Add module documentation on src/pipe.r | Alexandre Bury | 1 | -0/+1 | |
2019-06-24 | Add doc and comments | Alexandre Bury | 3 | -25/+55 | |
2019-06-14 | Enable streaming tarball download | Alexandre Bury | 4 | -104/+151 | |
Also add a non-compressed tar option | |||||
2019-06-09 | Add dyns | Sven-Hendrik Haase | 1 | -2/+2 | |
2019-05-31 | refactor code | mahdi | 3 | -235/+236 | |
2019-05-30 | Apply WWW_AUTHENTICATE to all Unauthorized branches | khai96_ | 1 | -11/+0 | |
2019-05-30 | Fix regression where path cannot be placed after '--auth <auth>' | khai96_ | 1 | -1/+6 | |
2019-05-24 | Improve doc comment | khai96_ | 1 | -1/+1 | |
2019-05-18 | Change long flag of 'CLIArgs::interfaces' to '--interfaces' | khai96_ | 1 | -1/+1 | |
Fix https://github.com/svenstaro/miniserve/issues/119 | |||||
2019-05-18 | Add unit test for multiple accounts | khai96_ | 1 | -1/+74 | |
2019-05-17 | Fix Clippy | khai96_ | 1 | -5/+5 | |
2019-05-16 | Update unit tests | khai96_ | 2 | -54/+30 | |
2019-05-16 | Make some changes | khai96_ | 3 | -58/+62 | |
2019-05-10 | Fix clippy | boastful-squirrel | 2 | -3/+2 | |
2019-05-10 | cargo fmt | boastful-squirrel | 3 | -37/+19 | |
2019-05-06 | Undo changes on args.rs | boastful-squirrel | 1 | -3/+5 | |
2019-05-06 | Undo changes on InvalidHashMethod error | boastful-squirrel | 2 | -2/+2 | |
2019-05-06 | Undo changes on src/archive.rs | boastful-squirrel | 1 | -12/+31 | |
2019-05-06 | Add example for --auth formatting | khai96_ | 1 | -0/+1 | |
2019-05-05 | Refactoring: Use immutable HashMap | khai96_ | 1 | -13/+12 | |
This should allow compiler to optimize further | |||||
2019-05-05 | Add unit test for where it provides multiple valid auth strings | khai96_ | 1 | -2/+26 | |
2019-05-05 | Begin to support multiple auths | khai96_ | 2 | -31/+43 | |
2019-05-03 | Return QueryParameters struct instead of tuple | boastful-squirrel | 5 | -44/+44 | |
2019-05-02 | Print error when parsing query parameters fail | boastful-squirrel | 1 | -6/+9 | |
2019-05-02 | Display path instead of uri in 404 error | boastful-squirrel | 1 | -1/+1 | |
2019-05-02 | Read query params to handle error back link | boastful-squirrel | 5 | -58/+61 | |
2019-05-02 | Cargo fmt | boastful-squirrel | 3 | -7/+12 | |
2019-05-02 | Added rustfmt_skip directive on tests | boastful-squirrel | 2 | -10/+4 | |
2019-05-02 | Rename p404 | boastful-squirrel | 1 | -5/+5 | |
2019-05-01 | Return to root when auth succeeds | boastful-squirrel | 1 | -1/+1 | |
2019-05-01 | Use HTTP StatusCode for error title | boastful-squirrel | 5 | -7/+23 | |
2019-05-01 | Fix return link when random_route is set | boastful-squirrel | 2 | -2/+14 | |
2019-05-01 | Added doc | boastful-squirrel | 1 | -0/+3 | |
2019-05-01 | Display 404 error | boastful-squirrel | 2 | -2/+27 | |
2019-05-01 | Display HTTP authentication errors | boastful-squirrel | 3 | -9/+55 | |
2019-05-01 | Fix some Clippy lints | khai96_ | 2 | -6/+4 | |
2019-05-01 | Ignore clippy warnings | khai96_ | 4 | -0/+4 | |