Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-24 | Update simplelog to 0.6 | Sven-Hendrik Haase | 1 | -3/+3 | |
2019-06-14 | Enable streaming tarball download | Alexandre Bury | 1 | -8/+13 | |
Also add a non-compressed tar option | |||||
2019-05-16 | Make some changes | khai96_ | 1 | -1/+1 | |
2019-05-10 | Fix clippy | boastful-squirrel | 1 | -3/+1 | |
2019-05-03 | Return QueryParameters struct instead of tuple | boastful-squirrel | 1 | -5/+7 | |
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 | 1 | -3/+7 | |
2019-05-02 | Rename p404 | boastful-squirrel | 1 | -5/+5 | |
2019-05-01 | Use HTTP StatusCode for error title | boastful-squirrel | 1 | -2/+3 | |
2019-05-01 | Fix return link when random_route is set | boastful-squirrel | 1 | -1/+8 | |
2019-05-01 | Display 404 error | boastful-squirrel | 1 | -2/+23 | |
2019-05-01 | Fix some Clippy lints | khai96_ | 1 | -3/+2 | |
2019-05-01 | Ignore clippy warnings | khai96_ | 1 | -0/+1 | |
2019-04-27 | Themed errors | boastful-squirrel | 1 | -2/+4 | |
2019-04-27 | Combine ContextualError and ContextualErrorKind into one | khai96_ | 1 | -13/+13 | |
2019-04-26 | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 1 | -2/+2 | |
2019-04-24 | Add a couple more integration tests | Sven-Hendrik Haase | 1 | -3/+4 | |
2019-04-22 | Display errors from main() through log strem | boastful-squirrel | 1 | -1/+1 | |
2019-04-21 | Rework error system + avoid panics in main() | boastful-squirrel | 1 | -20/+67 | |
2019-04-19 | Add support for hashed password (sha256) | khai96_ | 1 | -1/+1 | |
2019-04-15 | Use to_string() and fix comment | boastful-squirrel | 1 | -2/+2 | |
2019-04-13 | Improved comment | boastful-squirrel | 1 | -1/+3 | |
2019-04-13 | Fixed comment | boasting-squirrel | 1 | -1/+1 | |
2019-04-13 | Use parse() instead of to_socket_addrs() | boasting-squirrel | 1 | -33/+35 | |
2019-04-13 | Cargo fmt | boasting-squirrel | 1 | -4/+1 | |
2019-04-13 | Made code more idiomatic | boasting-squirrel | 1 | -3/+3 | |
2019-04-07 | Start server after countdown when no path is specified. | Vojtěch Pejša | 1 | -27/+27 | |
2019-04-07 | Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵ | boasting-squirrel | 1 | -1/+1 | |
derives | |||||
2019-04-04 | Fix typos and indentation. | Vojtěch Pejša | 1 | -1/+1 | |
2019-04-04 | Fix syntax error and clippy warnings. | Vojtěch Pejša | 1 | -2/+2 | |
2019-04-04 | Improve how file upload handler is added to server. | Vojtěch Pejša | 1 | -10/+12 | |
2019-04-04 | Fix file upload when used with random route. | Vojtěch Pejša | 1 | -1/+8 | |
2019-04-04 | Add CLI arguments for file uploading. | Vojtěch Pejša | 1 | -5/+20 | |
2019-04-04 | Document file upload. | Vojtěch Pejša | 1 | -1/+1 | |
2019-04-04 | Implement file upload. | Vojtěch Pejša | 1 | -0/+7 | |
2019-04-03 | Added CLI argument to set default theme | boasting-squirrel | 1 | -1/+11 | |
2019-04-01 | Removed useless feature | boasting-squirrel | 1 | -1/+0 | |
2019-04-01 | Color schemes | boasting-squirrel | 1 | -0/+2 | |
2019-03-13 | Switched to standard Rust logging system | boasting-squirrel | 1 | -9/+10 | |
2019-03-12 | Better error messages for invalid path | boasting-squirrel | 1 | -2/+1 | |
2019-03-11 | Started to add helpful messages for errors which could occur during archiving | boasting-squirrel | 1 | -0/+1 | |
2019-03-11 | Changed Info: to info: to be consistent | boasting-squirrel | 1 | -1/+1 | |
2019-03-08 | Download folder as a tar working | boasting-squirrel | 1 | -0/+2 | |
2019-03-04 | Comment some stuff | Sven-Hendrik Haase | 1 | -1/+3 | |
2019-02-25 | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 1 | -16/+1 | |
2019-02-23 | Renders file listing using maud | boasting-squirrel | 1 | -0/+3 | |
2019-02-15 | Removed extern crate invokations | boasting-squirrel | 1 | -4/+0 | |
2019-02-14 | Switched to structopt | boasting-squirrel | 1 | -2/+6 | |
2019-02-13 | Added some docstrings | boasting-squirrel | 1 | -1/+22 | |
2019-02-13 | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 1 | -3/+54 | |