aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve how file upload handler is added to server.Vojtěch Pejša2019-04-041-10/+12
| |
| * Fix file upload when used with random route.Vojtěch Pejša2019-04-041-1/+8
| |
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-5/+20
| |
| * Document file upload.Vojtěch Pejša2019-04-041-1/+1
| |
| * Implement file upload.Vojtěch Pejša2019-04-041-0/+7
| |
* | Added CLI argument to set default themeboasting-squirrel2019-04-031-1/+11
| |
* | Removed useless featureboasting-squirrel2019-04-011-1/+0
| |
* | Color schemesboasting-squirrel2019-04-011-0/+2
|/
* Switched to standard Rust logging systemboasting-squirrel2019-03-131-9/+10
|
* Better error messages for invalid pathboasting-squirrel2019-03-121-2/+1
|
* Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-111-0/+1
|
* Changed Info: to info: to be consistentboasting-squirrel2019-03-111-1/+1
|
* Download folder as a tar workingboasting-squirrel2019-03-081-0/+2
|
* Merge branch 'master' into header-sortingBoastful Squirrel2019-03-041-0/+2
|\
| * Comment some stuffSven-Hendrik Haase2019-03-041-1/+3
| |
* | Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-251-16/+1
|/
* Renders file listing using maudboasting-squirrel2019-02-231-0/+3
|
* Removed extern crate invokationsboasting-squirrel2019-02-151-4/+0
|
* Switched to structoptboasting-squirrel2019-02-141-2/+6
|
* Added some docstringsboasting-squirrel2019-02-131-1/+22
|
* Removed config.rs and put back actix config in main.rsboasting-squirrel2019-02-131-3/+54
|
* Split project into multiple filesboasting-squirrel2019-02-121-536/+10
|
* Fixed missing slash in CSS causing new lineboasting-squirrel2019-02-051-1/+1
|
* Added --reverse option to reverse sort orderboasting-squirrel2019-02-041-1/+17
|
* Implemented sortingboasting-squirrel2019-02-041-13/+128
|
* Some linting fixesSven-Hendrik Haase2019-02-031-9/+7
|
* Improved code qualityboasting-squirrel2019-02-031-4/+5
|
* Add option to generate random 6-hexdigit routesboasting-squirrel2019-02-021-10/+47
|
* Added '..' on file listing to browse parent folderboasting-squirrel2019-02-021-0/+12
|
* Fancy HTML listingboasting-squirrel2019-02-021-5/+79
|
* AutoformatSven-Hendrik Haase2018-12-101-20/+33
|
* Update to rust 2018 editionSven-Hendrik Haase2018-12-101-10/+1
|
* Fix double "symbolic" typopebbleKite2018-11-111-1/+1
|
* Use same renderer when skipping symlinks and notpebbleKite2018-11-081-10/+9
|
* add option to ignore symlinkspebbleKite2018-11-081-5/+89
|
* Make help colorfulSven-Hendrik Haase2018-11-011-1/+2
|
* Pluralizes includesColin Dean2018-08-241-1/+1
|
* Says explicitly that verbose mode enables log outputColin Dean2018-08-241-1/+1
| | | Fixes #16
* Allow for multiple interfaces to be specified at the same timev0.2.0Sven-Hendrik Haase2018-08-101-29/+65
|
* Add title to outputSven-Hendrik Haase2018-08-091-2/+5
|
* Update to actix 0.7 and add better outputSven-Hendrik Haase2018-08-091-33/+53
|
* Run rustfmtSven-Hendrik Haase2018-07-291-36/+75
|
* Bump depsSven-Hendrik Haase2018-06-221-1/+1
|
* Fix for stableSven-Hendrik Haase2018-04-301-1/+1
|
* Add proper HTTP Basic authSven-Hendrik Haase2018-04-301-28/+63
|
* Basic auth stuffSven-Hendrik Haase2018-04-291-4/+19
|
* Some more progressSven-Hendrik Haase2018-04-291-8/+12
|
* Some progressSven-Hendrik Haase2018-04-291-8/+15
|
* ProgressSven-Hendrik Haase2018-04-271-3/+38
|
* Make Travis happySven-Hendrik Haase2018-04-261-1/+1
|