aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* conf: don't sleep before failure in dns resolutionJason A. Donenfeld2021-02-011-2/+3
* global: bump copyright dateJason A. Donenfeld2021-02-0117-17/+17
* manager: pipeline UAPI requestsJason A. Donenfeld2021-02-011-4/+11
* updater,version: simplify code locationsJason A. Donenfeld2021-01-251-6/+6
* global: move certain win32 APIs to x/sys/windowsJason A. Donenfeld2021-01-246-153/+27
* conf: rename migration to migration_windowsJason A. Donenfeld2021-01-041-0/+0
* conf: separate out migration and print errorsJason A. Donenfeld2020-11-272-76/+89
* manager: move legacy store from confJason A. Donenfeld2020-11-273-137/+0
* conf: rework migration flows around a single Save()Jason A. Donenfeld2020-11-274-21/+14
* conf: when migrating, write out reserialized configJason A. Donenfeld2020-11-271-3/+4
* conf: open temporary file with read sharingJason A. Donenfeld2020-11-271-1/+1
* conf: do exponential back off for sharing violation in hotfolderJason A. Donenfeld2020-11-273-12/+40