aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-02version: bumpv0.3.3Jason A. Donenfeld1-1/+1
2020-12-02mod: bumpJason A. Donenfeld2-7/+9
2020-12-02go-patches: add ARM TST fixJason A. Donenfeld15-12/+1289
2020-11-30version: use crypt32 instead of go x509 for cn extraction for file sizeJason A. Donenfeld4-50/+207
2020-11-30updater: another attempt at winhttpJason A. Donenfeld8-28/+846
2020-11-29fetcher: enable HTTP/2.0 on systems that support itJason A. Donenfeld1-1/+2
2020-11-28manager: do not respond to update state requests for non-elevatedJason A. Donenfeld1-0/+3
2020-11-27go-patches: fix isAbort calculation on armJason A. Donenfeld12-11/+55
2020-11-27version: bumpv0.3.2Jason A. Donenfeld1-1/+1
2020-11-27build: bump wintun to 0.9.2Jason A. Donenfeld2-2/+2
2020-11-27fetcher: make malleability checks work on big endianJason A. Donenfeld1-2/+3
2020-11-27fetcher: use sha512 from bcryptJason A. Donenfeld2-165/+13
2020-11-27winipcfg: cleanup netsh error reportingJason A. Donenfeld1-7/+6
2020-11-27conf: separate out migration and print errorsJason A. Donenfeld3-77/+90
2020-11-27main: restrict dll search pathJason A. Donenfeld1-0/+4
2020-11-27go-patches: force PIE mode on armJason A. Donenfeld11-10/+54
2020-11-27mod: bumpJason A. Donenfeld2-14/+13
2020-11-27fetcher: delay load anything with transitive dependencies outside of knowndllsJason A. Donenfeld2-1/+4
2020-11-27manager: move legacy store from confJason A. Donenfeld4-12/+6
2020-11-27conf: rework migration flows around a single Save()Jason A. Donenfeld5-22/+15
2020-11-27conf: when migrating, write out reserialized configJason A. Donenfeld1-3/+4
2020-11-27conf: open temporary file with read sharingJason A. Donenfeld1-1/+1
2020-11-27conf: do exponential back off for sharing violation in hotfolderJason A. Donenfeld4-13/+41
2020-11-27docs: fix /0 -> /1 in netquirkJason A. Donenfeld1-1/+1
2020-11-27fetcher: use formally verified cryptoJason A. Donenfeld3-1042/+2257
2020-11-23version: bumpv0.3.1Jason A. Donenfeld1-1/+1
2020-11-23firewall: add allow rule for tunnel service process even when no blocking is requiredJason A. Donenfeld3-39/+43
2020-11-23mod: bumpJason A. Donenfeld2-4/+4
2020-11-23docs: trim double backtick and header levelJason A. Donenfeld2-2/+2
2020-11-23version: bumpv0.3Jason A. Donenfeld1-1/+1
2020-11-23docs: mention that the uninstaller will nuke knobsJason A. Donenfeld1-1/+2
2020-11-23docs: clarify group membership search algorithmJason A. Donenfeld1-2/+2
2020-11-23manager: styleJason A. Donenfeld1-1/+0
2020-11-23manager: cleanup pipes on failureJason A. Donenfeld1-0/+16
2020-11-23docs: move to docs subdirectoryJason A. Donenfeld7-101/+134
2020-11-23main: do not display message when user presses 'no'Jason A. Donenfeld1-2/+2
2020-11-22tunnel: set %WIREGUARD_INTERFACE_NAME% instead of expanding %iJason A. Donenfeld2-3/+4
2020-11-22build: use newer version of go in makefileJason A. Donenfeld1-1/+1
2020-11-22go-patches: add back hires windows timer patchesJason A. Donenfeld10-19/+529
2020-11-22docs: remove highlighting from cmd examples in readmeJason A. Donenfeld1-9/+9
2020-11-22docs: add networking quirks descriptionJason A. Donenfeld2-0/+34
2020-11-22docs: add enterprise usage summaryJason A. Donenfeld2-0/+94
2020-11-22l18n: regenerate indexJason A. Donenfeld16-2596/+1703
2020-11-22global: update headersJason A. Donenfeld114-114/+114
2020-11-22version: unify architecture string handlingJason A. Donenfeld5-63/+57
2020-11-22conf: always use 64-bit registry view on 64-bit machinesJason A. Donenfeld1-1/+1
2020-11-22manager: allow multiple tunnels if admin knob allows itJason A. Donenfeld2-25/+39
2020-11-22tunnel: enable {Pre,Post}{Up,Down} scripts gated behind admin knobJason A. Donenfeld10-12/+169
2020-11-22conf: allow administrators to add and remove configs easilyJason A. Donenfeld5-22/+78
2020-11-22manager: move IPC notification to go routine per clientJason A. Donenfeld1-2/+15