aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* version: bump to 1.1HEADv1.1masterJason A. Donenfeld4 days1-1/+1
* tunnel: create DNS registry key if it doesn't existJason A. Donenfeld4 days1-1/+1
* build: bump wireguard-nt to 1.1Jason A. Donenfeld4 days2-2/+2
* updater,fetcher: disable HTTP/3Jason A. Donenfeld5 days2-10/+4
* conf: prevent directory traversal on bare tunnel namesJason A. Donenfeld7 days1-0/+3
* installer: reduce windows 7 disappointment emailJason A. Donenfeld2026-04-221-0/+1
* version: bump to 1.0.1v1.0.1Jason A. Donenfeld2026-04-201-1/+1
* build: use crlf line endings on bat filesJason A. Donenfeld2026-04-201-0/+2
* build: bump to go 1.26.2Jason A. Donenfeld2026-04-202-2/+2
* global: regenerate syscall code from latest x/sys/windows wrapperJason A. Donenfeld2026-04-203-57/+57
* locales: update translations from crowdinJason A. Donenfeld2026-04-209-933/+4623
* mod: bump for walk fixJason A. Donenfeld2026-04-202-20/+20
* installer: make sure we can delete files after killing processesJason A. Donenfeld2026-04-191-17/+62
* installer: don't follow reparse points when computing file IDsJason A. Donenfeld2026-04-191-1/+1
* driver: remove wintun legacy cleanupJason A. Donenfeld2026-04-193-53/+0
* version: bumpv1.0Jason A. Donenfeld2026-04-181-1/+1
* build: bump wireguard-nt to 1.0Jason A. Donenfeld2026-04-182-2/+2
* global: format codeJason A. Donenfeld2026-04-162-6/+6
* ringlogger: close file on Truncate failureJason A. Donenfeld2026-04-161-0/+1
* memmod: be more resilient toward weird PE filesJason A. Donenfeld2026-04-161-8/+34
* service: make use of errors.As instead of type assertionJason A. Donenfeld2026-04-161-4/+6
* ui: nil-check CurrentTunnel in item-activated handlerJason A. Donenfeld2026-04-161-1/+5
* ui: register visibility handler after pages are createdJason A. Donenfeld2026-04-161-8/+9
* ui: fix scope syntax highlightingJason A. Donenfeld2026-04-161-1/+1
* ui: break out of ticker loops properlyJason A. Donenfeld2026-04-162-19/+27
* ui: print correct error when unable to enumerate tunnelsJason A. Donenfeld2026-04-161-1/+1
* ui: set hidden keys for limited UIJason A. Donenfeld2026-04-161-2/+8
* elevate: restore FullDllName struct directly instead of via RtlInitUnicodeStringJason A. Donenfeld2026-04-161-2/+2
* elevate: default lpDirectory to the program's directoryJason A. Donenfeld2026-04-161-0/+3
* elevate: close right handleJason A. Donenfeld2026-04-161-1/+1
* tunnel: use system cmd.exe for scriptsJason A. Donenfeld2026-04-161-7/+4
* tunnel: disable firewall after flushing routes on teardownJason A. Donenfeld2026-04-161-1/+1
* tunnel: avoid calling netsh on <1809 for DNS changesJason A. Donenfeld2026-04-162-114/+32
* tunnel: prevent metric integer overflowJason A. Donenfeld2026-04-161-3/+4
* tunnel: move label to right place to avoid zeroing errJason A. Donenfeld2026-04-161-1/+1
* tunnel: firewall: prevent unsafe variables from being GC'dJason A. Donenfeld2026-04-161-1/+5
* tunnel: prevent min MTU calculation from wrappingJason A. Donenfeld2026-04-161-2/+2
* tunnel: clone slices before sorting in deterministicGUIDJason A. Donenfeld2026-04-161-2/+3
* conf: properly deduplicate peersJason A. Donenfeld2026-04-161-1/+2
* conf: reject tunnel names with leading or trailing dotsJason A. Donenfeld2026-04-161-1/+1
* conf: redact scripts for limited operatorsJason A. Donenfeld2026-04-161-0/+4
* conf: give redacted peers distinct public keysJason A. Donenfeld2026-04-161-0/+2
* conf: fix typo in failing testJason A. Donenfeld2026-04-161-1/+1
* conf: use sync.Once for admin registry key initializationJason A. Donenfeld2026-04-161-11/+14
* conf: dpapi: handle nil outName after CryptUnprotectDataJason A. Donenfeld2026-04-161-0/+3
* manager,conf: protect callback arrays with shared locksJason A. Donenfeld2026-04-163-14/+64
* manager: close previously created pipes on os.Pipe failureJason A. Donenfeld2026-04-161-0/+6
* manager: keep alive service state object until after unsubscriptionJason A. Donenfeld2026-04-161-1/+1
* manager: improve service stop waiting loopsJason A. Donenfeld2026-04-162-4/+11
* manager: return right error if os.Executable() failsJason A. Donenfeld2026-04-161-2/+2