aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer (follow)
Commit message (Expand)AuthorAgeFilesLines
* installer: make sure we can delete files after killing processesHEADmasterJason A. Donenfeld15 hours1-17/+62
* installer: don't follow reparse points when computing file IDsJason A. Donenfeld21 hours1-1/+1
* installer: fail if EnumServicesStatusEx failsJason A. Donenfeld4 days1-1/+1
* installer: don't follow reparse points during recursive deleteJason A. Donenfeld4 days1-1/+7
* installer: include unmangled driver removal log messagesJason A. Donenfeld4 days1-1/+5
* installer: add missing COM initializationJason A. Donenfeld4 days1-0/+3
* docs: update signing keyJason A. Donenfeld10 days1-1/+1
* updater,fetcher: enable http/3 opportunisticallyJason A. Donenfeld2026-03-301-4/+6
* fetcher: account for potentially mangled title bar textJason A. Donenfeld2026-03-231-1/+1
* updater: do not verify EV statusJason A. Donenfeld2026-03-232-23/+4
* installer: forbid emulation of amd64 on arm64Jason A. Donenfeld2026-03-211-1/+10
* global: raise min windows version to 10Jason A. Donenfeld2026-03-219-35/+70
* global: bump dateJason A. Donenfeld2026-03-1814-15/+15
* fetcher: cmdline option need not be volatileJason A. Donenfeld2026-03-181-3/+4
* build: make code signing method configurableSimon Rozman2024-10-171-4/+4
* installer: update WiX Toolset download URL and versionSimon Rozman2024-09-041-1/+1
* fetcher: add /noprompt switchSimon Rozman2023-01-231-2/+18
* global: bump dateJason A. Donenfeld2022-01-0614-15/+15
* fetcher: only write 32 bytes to hash outputJason A. Donenfeld2022-01-062-3/+3
* fetcher,winhttp: force TLS 1.2 on Win 8.0 and 7Jason A. Donenfeld2021-10-293-0/+14
* build: stop building for arm32Jason A. Donenfeld2021-10-211-1/+0
* installer: cast to farproc instead of other way aroundJason A. Donenfeld2021-10-162-2/+2
* driver: use new APIJason A. Donenfeld2021-10-051-1/+1
* installer: do not require KB2921916Jason A. Donenfeld2021-08-022-96/+0
* fetcher: close winverifytrust handle after usageJason A. Donenfeld2021-08-021-1/+4
* installer: sign custom actions dllJason A. Donenfeld2021-08-021-1/+6
* global: bump copyright dateJason A. Donenfeld2021-02-0114-15/+15
* 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-986/+2201
* global: update headersJason A. Donenfeld2020-11-223-3/+3
* installer: remove admin knobs in cleanupJason A. Donenfeld2020-11-221-0/+1
* installer: force modal if KB2921916 is missingJason A. Donenfeld2020-11-221-7/+19
* installer: remove memmemJason A. Donenfeld2020-11-201-116/+8
* installer: regard KB2921916 exits when prompted to be USEREXIT so fetcher doesn't mindJason A. Donenfeld2020-11-181-0/+1
* installer: check for KB2921916's setupapi.dll directlyJason A. Donenfeld2020-11-181-23/+144
* installer: refactor custom actions to appear in chronological orderSimon Rozman2020-11-182-209/+209
* installer: prevent the process killing on upgrade cleanupSimon Rozman2020-11-181-7/+13
* installer: ignore remove failuresSimon Rozman2020-11-181-1/+2
* installer: disable ROLLBACKJason A. Donenfeld2020-11-171-0/+1
* 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
* installer: launch GUI before attempting a reinstallSimon Rozman2020-11-162-8/+34
* installer: add missing thread handle closeSimon Rozman2020-11-161-0/+1
* fetcher: introduce downloader utilityJason A. Donenfeld2020-11-1614-0/+2024