aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/fetcher (follow)
Commit message (Expand)AuthorAgeFilesLines
* fetcher,winhttp: force TLS 1.2 on Win 8.0 and 7Jason A. Donenfeld2021-10-293-0/+14
* installer: cast to farproc instead of other way aroundJason A. Donenfeld2021-10-161-1/+1
* fetcher: close winverifytrust handle after usageJason A. Donenfeld2021-08-021-1/+4
* global: bump copyright dateJason A. Donenfeld2021-02-0111-12/+12
* fetcher: use explicit A functionJason A. Donenfeld2020-12-141-4/+4
* fetcher: enable HTTP/2.0 on systems that support itJason A. Donenfeld2020-11-291-1/+2
* fetcher: make malleability checks work on big endianJason A. Donenfeld2020-11-271-2/+3
* fetcher: use sha512 from bcryptJason A. Donenfeld2020-11-272-165/+13
* fetcher: delay load anything with transitive dependencies outside of knowndllsJason A. Donenfeld2020-11-272-1/+4
* fetcher: use formally verified cryptoJason A. Donenfeld2020-11-273-1042/+2257
* fetcher: styleJason A. Donenfeld2020-11-171-2/+1
* fetcher: do not append .msi to random filenameJason A. Donenfeld2020-11-171-2/+1
* fetcher: check WinVerifyTrust before executionJason A. Donenfeld2020-11-172-5/+21
* fetcher: user exit is not a real errorJason A. Donenfeld2020-11-161-0/+1
* fetcher: introduce downloader utilityJason A. Donenfeld2020-11-1614-0/+2024