aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
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