Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-30 | Implement show symlink destination | Dean Li | 1 | -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-29 | Fix some warnings when building without TLS | Sven-Hendrik Haase | 1 | -3/+5 | |
2021-08-28 | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 1 | -30/+5 | |
2021-08-27 | Conditionally enable TLS only on supported platforms | Sven-Hendrik Haase | 1 | -0/+36 | |
2021-08-27 | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 1 | -0/+181 | |
2019-02-13 | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 1 | -57/+0 | |
2019-02-12 | Fixed Clippy warnings | boasting-squirrel | 1 | -2/+2 | |
2019-02-12 | Reorganized some imports + removed unused imports | boasting-squirrel | 1 | -7/+2 | |
2019-02-12 | Split project into multiple files | boasting-squirrel | 1 | -0/+62 | |