Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Actually use unicode characters | boasting-squirrel | 2019-02-27 | 1 | -2/+2 | |
| | | ||||||
* | | Switched to unicode characters + improved look and feel | boasting-squirrel | 2019-02-27 | 1 | -36/+10 | |
| | | ||||||
* | | Added highlight for current sorting column | boasting-squirrel | 2019-02-26 | 1 | -3/+12 | |
| | | ||||||
* | | Stylized table header + added chevrons | boasting-squirrel | 2019-02-26 | 1 | -0/+45 | |
| | | ||||||
* | | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 2019-02-25 | 4 | -92/+128 | |
|/ | ||||||
* | convert_utc and humanize_systemtime now return option + fixed template ↵ | boasting-squirrel | 2019-02-23 | 1 | -29/+28 | |
| | | | | accordingly | |||||
* | Renders file listing using maud | boasting-squirrel | 2019-02-23 | 3 | -221/+250 | |
| | ||||||
* | Improved mobile view | boasting-squirrel | 2019-02-20 | 1 | -4/+61 | |
| | ||||||
* | Renamed humanize_duration to humanize_systemtime | boasting-squirrel | 2019-02-19 | 1 | -3/+3 | |
| | ||||||
* | Improved code | boasting-squirrel | 2019-02-19 | 1 | -16/+10 | |
| | ||||||
* | Added missing ; in CSS | boasting-squirrel | 2019-02-19 | 1 | -1/+1 | |
| | ||||||
* | Added docstrings | boasting-squirrel | 2019-02-17 | 1 | -0/+10 | |
| | ||||||
* | Improved design of last-modification column | boasting-squirrel | 2019-02-17 | 1 | -10/+23 | |
| | ||||||
* | Improved date format | boasting-squirrel | 2019-02-16 | 1 | -1/+1 | |
| | ||||||
* | Improved CSS | boasting-squirrel | 2019-02-16 | 1 | -1/+1 | |
| | ||||||
* | Display last modification + provide sort by date | boasting-squirrel | 2019-02-16 | 1 | -6/+65 | |
| | ||||||
* | Set number_of_values argument to interfaces | boasting-squirrel | 2019-02-16 | 1 | -1/+6 | |
| | ||||||
* | Removed extern crate invokations | boasting-squirrel | 2019-02-15 | 2 | -4/+1 | |
| | ||||||
* | Added docstrings to SortingMethods enum | boasting-squirrel | 2019-02-15 | 1 | -0/+9 | |
| | ||||||
* | Added global_settings to CLIArgs struct | boasting-squirrel | 2019-02-15 | 1 | -1/+4 | |
| | ||||||
* | Added some line breaks so CLIArgs struct is easier to read | boasting-squirrel | 2019-02-15 | 1 | -0/+8 | |
| | ||||||
* | Switched to structopt | boasting-squirrel | 2019-02-14 | 3 | -165/+82 | |
| | ||||||
* | Added some docstrings | boasting-squirrel | 2019-02-13 | 4 | -2/+54 | |
| | ||||||
* | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 2019-02-13 | 5 | -70/+59 | |
| | ||||||
* | Fixed Clippy warnings | boasting-squirrel | 2019-02-12 | 2 | -3/+3 | |
| | ||||||
* | Reorganized some imports + removed unused imports | boasting-squirrel | 2019-02-12 | 2 | -7/+9 | |
| | ||||||
* | Split project into multiple files | boasting-squirrel | 2019-02-12 | 5 | -536/+561 | |
| | ||||||
* | 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 | |
| | | | Fixes #16 | |||||
* | 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 | |
| |