aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added some error messages + reworked the print_error_chain methodboasting-squirrel2019-03-123-21/+38
|
* Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-114-49/+168
|
* Changed Info: to info: to be consistentboasting-squirrel2019-03-111-1/+1
|
* Removed debug messageboasting-squirrel2019-03-091-3/+2
|
* Temporary workaround for symlinks issueboasting-squirrel2019-03-091-0/+5
|
* Improved HTTP headersboasting-squirrel2019-03-082-1/+16
|
* Corrected commentboasting-squirrel2019-03-081-1/+1
|
* Refactored some codeboasting-squirrel2019-03-082-31/+47
|
* Working example of tar.gzboasting-squirrel2019-03-081-5/+17
|
* Download folder as a tar workingboasting-squirrel2019-03-084-19/+171
|
* Refactored if/let for sorting methodsboasting-squirrel2019-03-051-7/+5
|
* Merge branch 'master' into header-sortingBoastful Squirrel2019-03-041-0/+2
|\
| * Comment some stuffSven-Hendrik Haase2019-03-041-1/+3
| |
* | Renamed QueryParameters structboasting-squirrel2019-03-041-2/+2
| |
* | Use actix::Queryboasting-squirrel2019-03-041-24/+24
| |
* | Sort in alphanumeric order by defaultboasting-squirrel2019-03-041-0/+4
| |
* | Added color on hovering rowboasting-squirrel2019-03-041-2/+5
| |
* | Reset color of visited link in back to top buttonboasting-squirrel2019-03-021-1/+3
| |
* | Added back to top button + various CSS improvements + re-order functions in ↵boasting-squirrel2019-03-021-34/+66
| | | | | | | | renderer
* | Improved readability on mobile + terminal browsersboasting-squirrel2019-02-271-10/+23
| |
* | Improved parent directory link's styleboasting-squirrel2019-02-271-1/+8
| |
* | Actually use unicode charactersboasting-squirrel2019-02-271-2/+2
| |
* | Switched to unicode characters + improved look and feelboasting-squirrel2019-02-271-36/+10
| |
* | Added highlight for current sorting columnboasting-squirrel2019-02-261-3/+12
| |
* | Stylized table header + added chevronsboasting-squirrel2019-02-261-0/+45
| |
* | Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-254-92/+128
|/
* convert_utc and humanize_systemtime now return option + fixed template ↵boasting-squirrel2019-02-231-29/+28
| | | | accordingly
* Renders file listing using maudboasting-squirrel2019-02-233-221/+250
|
* Improved mobile viewboasting-squirrel2019-02-201-4/+61
|
* Renamed humanize_duration to humanize_systemtimeboasting-squirrel2019-02-191-3/+3
|
* Improved codeboasting-squirrel2019-02-191-16/+10
|
* Added missing ; in CSSboasting-squirrel2019-02-191-1/+1
|
* Added docstringsboasting-squirrel2019-02-171-0/+10
|
* Improved design of last-modification columnboasting-squirrel2019-02-171-10/+23
|
* Improved date formatboasting-squirrel2019-02-161-1/+1
|
* Improved CSSboasting-squirrel2019-02-161-1/+1
|
* Display last modification + provide sort by dateboasting-squirrel2019-02-161-6/+65
|
* Set number_of_values argument to interfacesboasting-squirrel2019-02-161-1/+6
|
* Removed extern crate invokationsboasting-squirrel2019-02-152-4/+1
|
* Added docstrings to SortingMethods enumboasting-squirrel2019-02-151-0/+9
|
* Added global_settings to CLIArgs structboasting-squirrel2019-02-151-1/+4
|
* Added some line breaks so CLIArgs struct is easier to readboasting-squirrel2019-02-151-0/+8
|
* Switched to structoptboasting-squirrel2019-02-143-165/+82
|
* Added some docstringsboasting-squirrel2019-02-134-2/+54
|
* Removed config.rs and put back actix config in main.rsboasting-squirrel2019-02-135-70/+59
|
* Fixed Clippy warningsboasting-squirrel2019-02-122-3/+3
|
* Reorganized some imports + removed unused importsboasting-squirrel2019-02-122-7/+9
|
* Split project into multiple filesboasting-squirrel2019-02-125-536/+561
|
* 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
|