aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* manager: check for disabled service properlyJason A. Donenfeld2026-04-161-1/+1
* manager: remove unused old service tracker callbackJason A. Donenfeld2026-04-161-4/+0
* updater: response is unsigned anywayJason A. Donenfeld2026-04-161-1/+1
* updater: fix error message text to specify hex, not base64Jason A. Donenfeld2026-04-161-1/+1
* updater: read proper number of numbersJason A. Donenfeld2026-04-161-1/+1
* updater: more gracefully handle read errors in winhttpJason A. Donenfeld2026-04-161-1/+1
* installer: fail if EnumServicesStatusEx failsJason A. Donenfeld2026-04-161-1/+1
* installer: don't follow reparse points during recursive deleteJason A. Donenfeld2026-04-161-1/+7
* installer: include unmangled driver removal log messagesJason A. Donenfeld2026-04-161-1/+5
* installer: add missing COM initializationJason A. Donenfeld2026-04-161-0/+3
* version: bumpv0.6.1Jason A. Donenfeld2026-04-101-1/+1
* updater: do not return swallowed errorJason A. Donenfeld2026-04-101-2/+1
* version: bumpv0.6Jason A. Donenfeld2026-04-101-1/+1
* build: bump wireguard-nt to 0.11Jason A. Donenfeld2026-04-102-2/+2
* docs: update signing keyJason A. Donenfeld2026-04-102-3/+3
* tunnel: don't set addresses, routes, and MTU if no family configuredJason A. Donenfeld2026-03-301-10/+29
* updater,fetcher: enable http/3 opportunisticallyJason A. Donenfeld2026-03-303-7/+11
* driver: add new allowedip flagJason A. Donenfeld2026-03-242-2/+8
* fetcher: account for potentially mangled title bar textJason A. Donenfeld2026-03-231-1/+1
* conf: fix length calculation on rename operationJason A. Donenfeld2026-03-231-1/+1
* updater: do not verify EV statusJason A. Donenfeld2026-03-235-64/+5
* installer: forbid emulation of amd64 on arm64Jason A. Donenfeld2026-03-212-2/+21
* Makefile: allow setting deployment architectureJason A. Donenfeld2026-03-211-1/+2
* firewall: fix formattingJason A. Donenfeld2026-03-212-4/+0
* global: raise min windows version to 10Jason A. Donenfeld2026-03-2118-189/+98
* global: modernize go conventionsJason A. Donenfeld2026-03-1816-54/+22
* global: bump dateJason A. Donenfeld2026-03-18144-147/+147
* build: update go depsJason A. Donenfeld2026-03-184-33/+24
* fetcher: cmdline option need not be volatileJason A. Donenfeld2026-03-181-3/+4