Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Only clone spa_index when necessary | Billy Bradley | 2021-10-15 | 1 | -1/+4 | |
| | ||||||
* | Add --spa-index option | Billy Bradley | 2021-10-08 | 1 | -1/+12 | |
| | ||||||
* | Implement --show-wget-footer argument | jikstra | 2021-09-10 | 1 | -0/+4 | |
| | ||||||
* | Implement show symlink destination | Dean Li | 2021-08-30 | 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 | |||||
* | Fix some warnings when building without TLS | Sven-Hendrik Haase | 2021-08-29 | 1 | -3/+5 | |
| | ||||||
* | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 2021-08-28 | 1 | -30/+5 | |
| | ||||||
* | Conditionally enable TLS only on supported platforms | Sven-Hendrik Haase | 2021-08-27 | 1 | -0/+36 | |
| | ||||||
* | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 2021-08-27 | 1 | -0/+181 | |