aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement --show-wget-footer argumentjikstra2021-09-101-0/+4
* Implement show symlink destinationDean Li2021-08-301-0/+4
* 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