aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵boasting-squirrel1-1/+1
derives
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
2019-02-12Split project into multiple filesboasting-squirrel1-536/+10
2019-02-05Fixed missing slash in CSS causing new lineboasting-squirrel1-1/+1
2019-02-04Added --reverse option to reverse sort orderboasting-squirrel1-1/+17
2019-02-04Implemented sortingboasting-squirrel1-13/+128
2019-02-03Some linting fixesSven-Hendrik Haase1-9/+7
2019-02-03Improved code qualityboasting-squirrel1-4/+5
2019-02-02Add option to generate random 6-hexdigit routesboasting-squirrel1-10/+47
2019-02-02Added '..' on file listing to browse parent folderboasting-squirrel1-0/+12
2019-02-02Fancy HTML listingboasting-squirrel1-5/+79
2018-12-10AutoformatSven-Hendrik Haase1-20/+33
2018-12-10Update to rust 2018 editionSven-Hendrik Haase1-10/+1
2018-11-11Fix double "symbolic" typopebbleKite1-1/+1
2018-11-08Use same renderer when skipping symlinks and notpebbleKite1-10/+9
2018-11-08add option to ignore symlinkspebbleKite1-5/+89
2018-11-01Make help colorfulSven-Hendrik Haase1-1/+2
2018-08-24Pluralizes includesColin Dean1-1/+1
2018-08-24Says explicitly that verbose mode enables log outputColin Dean1-1/+1
Fixes #16
2018-08-10Allow for multiple interfaces to be specified at the same timev0.2.0Sven-Hendrik Haase1-29/+65
2018-08-09Add title to outputSven-Hendrik Haase1-2/+5
2018-08-09Update to actix 0.7 and add better outputSven-Hendrik Haase1-33/+53
2018-07-29Run rustfmtSven-Hendrik Haase1-36/+75
2018-06-22Bump depsSven-Hendrik Haase1-1/+1
2018-04-30Fix for stableSven-Hendrik Haase1-1/+1
2018-04-30Add proper HTTP Basic authSven-Hendrik Haase1-28/+63
2018-04-29Basic auth stuffSven-Hendrik Haase1-4/+19