aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-25Refactor SPA-mode to make it more ergonomicSven-Hendrik Haase1-13/+7
2021-10-15Only clone spa_index when necessaryBilly Bradley1-1/+4
2021-10-08Add --spa-index optionBilly Bradley1-1/+12
2021-09-10Implement --show-wget-footer argumentjikstra1-0/+4
2021-08-30Implement show symlink destinationDean Li1-0/+4
Add option `show_symlink_info` to represent show symlink info or not. (Default to no) Show symlink destination after symlink symbol in directory listing Resemble `ls -l` and also the short argument select for this feature is also `-l`. Basic testing is included. Related to #499
2021-08-29Fix some warnings when building without TLSSven-Hendrik Haase1-3/+5
2021-08-28Switch TLS conditional compilation to featureSven-Hendrik Haase1-30/+5
2021-08-27Conditionally enable TLS only on supported platformsSven-Hendrik Haase1-0/+36
2021-08-27Add TLS support via rustls (fixes #18)Sven-Hendrik Haase1-0/+181
2019-02-13Removed config.rs and put back actix config in main.rsboasting-squirrel1-57/+0
2019-02-12Fixed Clippy warningsboasting-squirrel1-2/+2
2019-02-12Reorganized some imports + removed unused importsboasting-squirrel1-7/+2
2019-02-12Split project into multiple filesboasting-squirrel1-0/+62