aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manager (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-19manager: don't serialize a nil tunnelJason A. Donenfeld1-0/+3
2020-11-19ui: add status icon to context menuJason A. Donenfeld1-0/+4
2020-11-19build: bump golang version to 1.15.5Jason A. Donenfeld9-27/+27
2020-11-19ui: re-add systray popup menu tunnel list, but behind submenu if too bigJason A. Donenfeld3-40/+199
2020-11-18locales: sync with crowdinJason A. Donenfeld16-1571/+4415
2020-11-18updater: remove obsolete syscall stubJason A. Donenfeld1-8/+0
2020-11-18tunnel: mask self before giving routes to windowsJason A. Donenfeld2-0/+9
2020-11-18installer: regard KB2921916 exits when prompted to be USEREXIT so fetcher doesn't mindJason A. Donenfeld1-0/+1
2020-11-18version: bumpv0.2.2Jason A. Donenfeld1-1/+1
2020-11-18installer: check for KB2921916's setupapi.dll directlyJason A. Donenfeld1-23/+144
2020-11-18conf: do not remigrate configs that are pending deletionJason A. Donenfeld1-6/+18
2020-11-18installer: refactor custom actions to appear in chronological orderSimon Rozman2-209/+209
2020-11-18installer: prevent the process killing on upgrade cleanupSimon Rozman1-7/+13
2020-11-18installer: ignore remove failuresSimon Rozman1-1/+2
2020-11-18mod: bump for x/sys/svc/mgr fix for UpdateConfig(Config())Jason A. Donenfeld2-12/+9
2020-11-17installer: disable ROLLBACKJason A. Donenfeld1-0/+1
2020-11-17conf: delay removal of old configs until next rebootJason A. Donenfeld1-7/+15
2020-11-17updater: BOOLEAN is a char, whereas BOOL is an intJason A. Donenfeld1-2/+2
2020-11-17fetcher: styleJason A. Donenfeld1-2/+1
2020-11-17updater: SetFileInformationByHandle moved into x/sysJason A. Donenfeld3-18/+8
2020-11-17version: bumpv0.2.1Jason A. Donenfeld1-1/+1
2020-11-17build: bump wintunJason A. Donenfeld2-2/+2
2020-11-17version: bumpv0.2Jason A. Donenfeld1-1/+1
2020-11-17conf: do not attempt to create programfilesJason A. Donenfeld1-1/+2
2020-11-17conf: cleanup final path buffer handlingJason A. Donenfeld1-7/+12
2020-11-17updater: handle deletion more smoothlyJason A. Donenfeld2-21/+50
2020-11-17fetcher: do not append .msi to random filenameJason A. Donenfeld1-2/+1
2020-11-17fetcher: check WinVerifyTrust before executionJason A. Donenfeld2-5/+21
2020-11-17updater: do not allow WinVerifyTrust to use UIJason A. Donenfeld1-1/+1
2020-11-16conf: do best-effort service argument migrationJason A. Donenfeld1-0/+53
2020-11-16mod: bump for recent conf additionsJason A. Donenfeld3-26/+10
2020-11-16fetcher: user exit is not a real errorJason A. Donenfeld1-0/+1
2020-11-16installer: launch GUI before attempting a reinstallSimon Rozman2-8/+34
2020-11-16installer: add missing thread handle closeSimon Rozman1-0/+1
2020-11-16conf: move configuration to C:\Program Files\WireGuard\DataJason A. Donenfeld6-64/+175
2020-11-16fetcher: introduce downloader utilityJason A. Donenfeld14-0/+2024
2020-11-16installer: always pass program files via propertyJason A. Donenfeld1-45/+30
2020-11-16installer: use new path for wg.exeJason A. Donenfeld1-3/+1
2020-11-16ui: do not show <nil> as reason when importing empty zipJason A. Donenfeld1-0/+3
2020-11-16go-patches: drop CreateWaitableTimerExJason A. Donenfeld1-406/+0
2020-11-16mod: bump x/sys for IsWow64Process2Jason A. Donenfeld6-108/+14
2020-11-16build: llvm doesnt like dashesJason A. Donenfeld2-1/+1
2020-11-16tunnel: do not return a nil error when adding routes failsJason A. Donenfeld1-1/+1
2020-11-16ui: microsoft is now providing fractional icon sizesJason A. Donenfeld2-2/+2
2020-11-16installer: do not check for Wow64 and KB when removingJason A. Donenfeld1-2/+2
2020-11-16installer: require KB2921916 on Windows 7Jason A. Donenfeld3-1/+71
2020-11-16installer: prohibit Wow64 installsJason A. Donenfeld2-1/+53
2020-11-16build: make more robust to partial rebuildsJason A. Donenfeld1-1/+3
2020-11-16main: check for x86 emulation on armJason A. Donenfeld1-5/+38
2020-11-16updater: use constants from debug/peJason A. Donenfeld2-40/+5