aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Only clone spa_index when necessaryBilly Bradley2021-10-151-1/+4
|
* Add --spa-index optionBilly Bradley2021-10-081-1/+12
|
* Implement --show-wget-footer argumentjikstra2021-09-101-0/+4
|
* Implement show symlink destinationDean Li2021-08-301-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 TLSSven-Hendrik Haase2021-08-291-3/+5
|
* Switch TLS conditional compilation to featureSven-Hendrik Haase2021-08-281-30/+5
|
* Conditionally enable TLS only on supported platformsSven-Hendrik Haase2021-08-271-0/+36
|
* Add TLS support via rustls (fixes #18)Sven-Hendrik Haase2021-08-271-0/+181