aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-24Update simplelog to 0.6Sven-Hendrik Haase1-3/+3
2019-06-14Enable streaming tarball downloadAlexandre Bury1-8/+13
2019-05-16Make some changeskhai96_1-1/+1
2019-05-10Fix clippyboastful-squirrel1-3/+1
2019-05-03Return QueryParameters struct instead of tupleboastful-squirrel1-5/+7
2019-05-02Display path instead of uri in 404 errorboastful-squirrel1-1/+1
2019-05-02Read query params to handle error back linkboastful-squirrel1-3/+7
2019-05-02Rename p404boastful-squirrel1-5/+5
2019-05-01Use HTTP StatusCode for error titleboastful-squirrel1-2/+3
2019-05-01Fix return link when random_route is setboastful-squirrel1-1/+8
2019-05-01Display 404 errorboastful-squirrel1-2/+23
2019-05-01Fix some Clippy lintskhai96_1-3/+2
2019-05-01Ignore clippy warningskhai96_1-0/+1
2019-04-27Themed errorsboastful-squirrel1-2/+4
2019-04-27Combine ContextualError and ContextualErrorKind into onekhai96_1-13/+13
2019-04-26Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel1-2/+2
2019-04-24Add a couple more integration testsSven-Hendrik Haase1-3/+4
2019-04-22Display errors from main() through log stremboastful-squirrel1-1/+1
2019-04-21Rework error system + avoid panics in main()boastful-squirrel1-20/+67
2019-04-19Add support for hashed password (sha256)khai96_1-1/+1
2019-04-15Use to_string() and fix commentboastful-squirrel1-2/+2
2019-04-13Improved commentboastful-squirrel1-1/+3
2019-04-13Fixed commentboasting-squirrel1-1/+1
2019-04-13Use parse() instead of to_socket_addrs()boasting-squirrel1-33/+35
2019-04-13Cargo fmtboasting-squirrel1-4/+1
2019-04-13Made code more idiomaticboasting-squirrel1-3/+3
2019-04-07Start server after countdown when no path is specified.Vojtěch Pejša1-27/+27
2019-04-07Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug d...boasting-squirrel1-1/+1
2019-04-04Fix typos and indentation.Vojtěch Pejša1-1/+1
2019-04-04Fix syntax error and clippy warnings.Vojtěch Pejša1-2/+2
2019-04-04Improve how file upload handler is added to server.Vojtěch Pejša1-10/+12
2019-04-04Fix file upload when used with random route.Vojtěch Pejša1-1/+8
2019-04-04Add CLI arguments for file uploading.Vojtěch Pejša1-5/+20
2019-04-04Document file upload.Vojtěch Pejša1-1/+1
2019-04-04Implement file upload.Vojtěch Pejša1-0/+7
2019-04-03Added CLI argument to set default themeboasting-squirrel1-1/+11
2019-04-01Removed useless featureboasting-squirrel1-1/+0
2019-04-01Color schemesboasting-squirrel1-0/+2
2019-03-13Switched to standard Rust logging systemboasting-squirrel1-9/+10
2019-03-12Better error messages for invalid pathboasting-squirrel1-2/+1
2019-03-11Started to add helpful messages for errors which could occur during archivingboasting-squirrel1-0/+1
2019-03-11Changed Info: to info: to be consistentboasting-squirrel1-1/+1
2019-03-08Download folder as a tar workingboasting-squirrel1-0/+2
2019-03-04Comment some stuffSven-Hendrik Haase1-1/+3
2019-02-25Removed sorting from CLI + added sorting from HTMLboasting-squirrel1-16/+1
2019-02-23Renders file listing using maudboasting-squirrel1-0/+3
2019-02-15Removed extern crate invokationsboasting-squirrel1-4/+0
2019-02-14Switched to structoptboasting-squirrel1-2/+6
2019-02-13Added some docstringsboasting-squirrel1-1/+22
2019-02-13Removed config.rs and put back actix config in main.rsboasting-squirrel1-3/+54