Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix file upload when used with random route. | Vojtěch Pejša | 2019-04-04 | 1 | -1/+8 |
* | Add CLI arguments for file uploading. | Vojtěch Pejša | 2019-04-04 | 1 | -5/+20 |
* | Document file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -1/+1 |
* | Implement file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -0/+7 |
* | Switched to standard Rust logging system | boasting-squirrel | 2019-03-13 | 1 | -9/+10 |
* | Better error messages for invalid path | boasting-squirrel | 2019-03-12 | 1 | -2/+1 |
* | Started to add helpful messages for errors which could occur during archiving | boasting-squirrel | 2019-03-11 | 1 | -0/+1 |
* | Changed Info: to info: to be consistent | boasting-squirrel | 2019-03-11 | 1 | -1/+1 |
* | Download folder as a tar working | boasting-squirrel | 2019-03-08 | 1 | -0/+2 |
* | Merge branch 'master' into header-sorting | Boastful Squirrel | 2019-03-04 | 1 | -0/+2 |
|\ | |||||
| * | Comment some stuff | Sven-Hendrik Haase | 2019-03-04 | 1 | -1/+3 |
* | | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 2019-02-25 | 1 | -16/+1 |
|/ | |||||
* | Renders file listing using maud | boasting-squirrel | 2019-02-23 | 1 | -0/+3 |
* | Removed extern crate invokations | boasting-squirrel | 2019-02-15 | 1 | -4/+0 |
* | Switched to structopt | boasting-squirrel | 2019-02-14 | 1 | -2/+6 |
* | Added some docstrings | boasting-squirrel | 2019-02-13 | 1 | -1/+22 |
* | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 2019-02-13 | 1 | -3/+54 |
* | Split project into multiple files | boasting-squirrel | 2019-02-12 | 1 | -536/+10 |
* | Fixed missing slash in CSS causing new line | boasting-squirrel | 2019-02-05 | 1 | -1/+1 |
* | Added --reverse option to reverse sort order | boasting-squirrel | 2019-02-04 | 1 | -1/+17 |
* | Implemented sorting | boasting-squirrel | 2019-02-04 | 1 | -13/+128 |
* | Some linting fixes | Sven-Hendrik Haase | 2019-02-03 | 1 | -9/+7 |
* | Improved code quality | boasting-squirrel | 2019-02-03 | 1 | -4/+5 |
* | Add option to generate random 6-hexdigit routes | boasting-squirrel | 2019-02-02 | 1 | -10/+47 |
* | Added '..' on file listing to browse parent folder | boasting-squirrel | 2019-02-02 | 1 | -0/+12 |
* | Fancy HTML listing | boasting-squirrel | 2019-02-02 | 1 | -5/+79 |
* | Autoformat | Sven-Hendrik Haase | 2018-12-10 | 1 | -20/+33 |
* | Update to rust 2018 edition | Sven-Hendrik Haase | 2018-12-10 | 1 | -10/+1 |
* | Fix double "symbolic" typo | pebbleKite | 2018-11-11 | 1 | -1/+1 |
* | Use same renderer when skipping symlinks and not | pebbleKite | 2018-11-08 | 1 | -10/+9 |
* | add option to ignore symlinks | pebbleKite | 2018-11-08 | 1 | -5/+89 |
* | Make help colorful | Sven-Hendrik Haase | 2018-11-01 | 1 | -1/+2 |
* | Pluralizes includes | Colin Dean | 2018-08-24 | 1 | -1/+1 |
* | Says explicitly that verbose mode enables log output | Colin Dean | 2018-08-24 | 1 | -1/+1 |
* | Allow for multiple interfaces to be specified at the same timev0.2.0 | Sven-Hendrik Haase | 2018-08-10 | 1 | -29/+65 |
* | Add title to output | Sven-Hendrik Haase | 2018-08-09 | 1 | -2/+5 |
* | Update to actix 0.7 and add better output | Sven-Hendrik Haase | 2018-08-09 | 1 | -33/+53 |
* | Run rustfmt | Sven-Hendrik Haase | 2018-07-29 | 1 | -36/+75 |
* | Bump deps | Sven-Hendrik Haase | 2018-06-22 | 1 | -1/+1 |
* | Fix for stable | Sven-Hendrik Haase | 2018-04-30 | 1 | -1/+1 |
* | Add proper HTTP Basic auth | Sven-Hendrik Haase | 2018-04-30 | 1 | -28/+63 |
* | Basic auth stuff | Sven-Hendrik Haase | 2018-04-29 | 1 | -4/+19 |
* | Some more progress | Sven-Hendrik Haase | 2018-04-29 | 1 | -8/+12 |
* | Some progress | Sven-Hendrik Haase | 2018-04-29 | 1 | -8/+15 |
* | Progress | Sven-Hendrik Haase | 2018-04-27 | 1 | -3/+38 |
* | Make Travis happy | Sven-Hendrik Haase | 2018-04-26 | 1 | -1/+1 |
* | Initial code checkin | Sven-Hendrik Haase | 2018-04-26 | 1 | -0/+131 |