aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: format codeJason A. Donenfeld12 days1-3/+3
* conf: properly deduplicate peersJason A. Donenfeld12 days1-1/+2
* conf: reject tunnel names with leading or trailing dotsJason A. Donenfeld12 days1-1/+1
* conf: redact scripts for limited operatorsJason A. Donenfeld12 days1-0/+4
* conf: give redacted peers distinct public keysJason A. Donenfeld12 days1-0/+2
* conf: fix typo in failing testJason A. Donenfeld12 days1-1/+1
* conf: use sync.Once for admin registry key initializationJason A. Donenfeld12 days1-11/+14
* conf: dpapi: handle nil outName after CryptUnprotectDataJason A. Donenfeld12 days1-0/+3
* manager,conf: protect callback arrays with shared locksJason A. Donenfeld12 days2-9/+14
* conf: fix length calculation on rename operationJason A. Donenfeld2026-03-231-1/+1
* global: modernize go conventionsJason A. Donenfeld2026-03-182-15/+4
* global: bump dateJason A. Donenfeld2026-03-1816-16/+16
* dpapi: remove stray test exeJason A. Donenfeld2022-01-171-0/+0
* conf: do not examine connectivity state at bootJason A. Donenfeld2022-01-173-65/+4
* global: bump dateJason A. Donenfeld2022-01-0617-17/+17
* global: use strings.Cut where possibleJason A. Donenfeld2021-12-231-4/+1
* global: interface{} -> anyJason A. Donenfeld2021-12-161-3/+3
* global: update to go 1.18 beta1Jason A. Donenfeld2021-12-165-9/+5
* global: apply gofumptJason A. Donenfeld2021-12-097-17/+30
* winipcfg: handle zones and make things use itJason A. Donenfeld2021-11-061-13/+9
* global: switch to netipJason A. Donenfeld2021-11-065-132/+62
* services: use more reliable method of detecting boot-upJason A. Donenfeld2021-10-262-3/+11
* tunnel: add retry loop to certain interface config failuresJason A. Donenfeld2021-10-211-1/+1
* global: remove wireguard-go/Wintun implementationJason A. Donenfeld2021-10-163-203/+1
* global: use unsafe.Add where possibleJason A. Donenfeld2021-10-122-3/+3
* global: use unsafe.Slice instead of unsafeSliceJason A. Donenfeld2021-10-112-23/+5
* conf: always pass v4-sized v4 addressesJason A. Donenfeld2021-10-061-3/+6
* global: prefer WireGuardNT over wireguard-go/WintunJason A. Donenfeld2021-09-121-45/+1
* global: format with go 1.17Jason A. Donenfeld2021-09-091-1/+1
* conf: use wgnt for those enrolled in insider programJason A. Donenfeld2021-09-091-1/+32
* conf: generate valid endpoint for ::1Jason A. Donenfeld2021-09-071-1/+1
* conf: split registry key open and createSimon Rozman2021-08-131-2/+3
* conf: create registry key if it doesn't existJason A. Donenfeld2021-08-131-1/+1
* ui: add visible knob for kernel testing [revert me please!]Jason A. Donenfeld2021-08-131-1/+13
* manager: make multiple tunnels mode automaticJason A. Donenfeld2021-08-131-0/+37
* driver: break encapsulation and pass timestamp to ringloggerJason A. Donenfeld2021-08-081-0/+8
* conf: write tmp path in same directory as finalJason A. Donenfeld2021-08-051-1/+2
* conf: remove workaround for erroneous hasendpoint flagJason A. Donenfeld2021-08-041-1/+1
* conf: work around erroneous hasendpoint flagJason A. Donenfeld2021-08-031-1/+1
* conf: do not resolve empty endpointJason A. Donenfeld2021-08-031-0/+3
* driver: introduce new module for talking with kernel driverJason A. Donenfeld2021-08-023-9/+141
* conf: update storage test to follow changes in codeSimon Rozman2021-08-021-2/+6
* conf: forbid reserved names with extensionJason A. Donenfeld2021-08-021-5/+9
* conf: list unencrypted conf filesJason A. Donenfeld2021-06-251-6/+2
* tunnel: support turning off automatic routing tableJason A. Donenfeld2021-06-183-0/+21
* manager: rewrite service arguments when migrating configsJason A. Donenfeld2021-06-181-4/+15
* conf: merge {Pre,Post}{Up,Down} from uapiJason A. Donenfeld2021-03-051-0/+4
* build: port to arm64Jason A. Donenfeld2021-02-181-37/+3
* conf: simplify ip casting in dns resolutionJason A. Donenfeld2021-02-011-8/+5
* global: move away from ioutilJason A. Donenfeld2021-02-012-9/+22