Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
2019-04-29 | Make error page uniform | boastful-squirrel | 1 | -0/+4 | |
2019-04-27 | Fixed test + fixed clippy warning | boastful-squirrel | 2 | -3/+3 | |
2019-04-27 | Improved some errors | boastful-squirrel | 2 | -2/+2 | |
2019-04-27 | Themed errors | boastful-squirrel | 5 | -45/+222 | |
2019-04-27 | Combine ContextualError and ContextualErrorKind into one | khai96_ | 6 | -118/+62 | |
2019-04-26 | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 4 | -55/+55 | |
2019-04-26 | Merged query parameter structs + improved file upload errors | boastful-squirrel | 3 | -23/+40 | |
2019-04-26 | Cargo fmt | boastful-squirrel | 3 | -11/+24 | |
2019-04-26 | Use 'if let' | khai96_ | 1 | -3/+4 | |
2019-04-26 | Comply to change requests | khai96_ | 2 | -2/+15 | |
- Added doc comments - Added an additional test case | |||||
2019-04-25 | Use rstest_parametrize for unit tests | khai96_ | 2 | -126/+71 | |