aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-23convert_utc and humanize_systemtime now return option + fixed template ↵boasting-squirrel1-29/+28
accordingly
2019-02-23Renders file listing using maudboasting-squirrel3-221/+250
2019-02-20Improved mobile viewboasting-squirrel1-4/+61
2019-02-19Renamed humanize_duration to humanize_systemtimeboasting-squirrel1-3/+3
2019-02-19Improved codeboasting-squirrel1-16/+10
2019-02-19Added missing ; in CSSboasting-squirrel1-1/+1
2019-02-17Added docstringsboasting-squirrel1-0/+10
2019-02-17Improved design of last-modification columnboasting-squirrel1-10/+23
2019-02-16Improved date formatboasting-squirrel1-1/+1
2019-02-16Improved CSSboasting-squirrel1-1/+1
2019-02-16Display last modification + provide sort by dateboasting-squirrel1-6/+65
2019-02-16Set number_of_values argument to interfacesboasting-squirrel1-1/+6
2019-02-15Removed extern crate invokationsboasting-squirrel2-4/+1
2019-02-15Added docstrings to SortingMethods enumboasting-squirrel1-0/+9
2019-02-15Added global_settings to CLIArgs structboasting-squirrel1-1/+4
2019-02-15Added some line breaks so CLIArgs struct is easier to readboasting-squirrel1-0/+8
2019-02-14Switched to structoptboasting-squirrel3-165/+82
2019-02-13Added some docstringsboasting-squirrel4-2/+54
2019-02-13Removed config.rs and put back actix config in main.rsboasting-squirrel5-70/+59
2019-02-12Fixed Clippy warningsboasting-squirrel2-3/+3
2019-02-12Reorganized some imports + removed unused importsboasting-squirrel2-7/+9
2019-02-12Split project into multiple filesboasting-squirrel5-536/+561
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
2018-04-29Some more progressSven-Hendrik Haase1-8/+12
2018-04-29Some progressSven-Hendrik Haase1-8/+15
2018-04-27ProgressSven-Hendrik Haase1-3/+38
2018-04-26Make Travis happySven-Hendrik Haase1-1/+1