aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wintun: guid functions are upstreamJason A. Donenfeld2019-06-067-120/+14
* wintun: simplify DeleteInterface method signatureSimon Rozman2019-06-062-58/+79
* wintun: don't run HrRenameConnection in separate threadJason A. Donenfeld2019-06-051-3/+2
* tun: windows: obsolete 256 packets per exchange buffer limitationSimon Rozman2019-06-051-2/+1
* setupapi, wintun: replace syscall with golang.org/x/sys/windowsSimon Rozman2019-06-044-36/+32
* wintun: set DI_QUIETINSTALL flag for GUI-less device managementSimon Rozman2019-06-041-3/+26
* setupapi: define PropChangeParams structSimon Rozman2019-06-041-1/+20
* device: remove redundant return statementsMatt Layher2019-06-041-3/+0
* device: use bytes.Equal for equality check, simplify assertEqualMatt Layher2019-06-041-2/+2
* device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher2019-06-035-11/+11
* ipc/winpipe: go fmtMatt Layher2019-06-031-1/+1
* tun: windows: mitigate infinite loop in Flush()Jason A. Donenfeld2019-05-311-29/+35
* device: add SendKeepalivesToPeersWithCurrentKeypair for handoverJason A. Donenfeld2019-05-301-0/+17
* tai64n: account for whitening in testJason A. Donenfeld2019-05-291-3/+7
* device, tun: rearrange code and fix device testsMatt Layher2019-05-293-103/+86
* wintun: remove extra /Jason A. Donenfeld2019-05-261-1/+1
* device: darwin actually doesn't need bound interfacesJason A. Donenfeld2019-05-251-44/+0
* device: make initiations per second match kernel implementationJason A. Donenfeld2019-05-251-1/+1
* device: timers: add jitter on ack failure reinitiationJason A. Donenfeld2019-05-241-1/+1
* wintun: revise GetInterface()Simon Rozman2019-05-242-3/+6
* wintun: never return nil, nilJason A. Donenfeld2019-05-231-1/+1
* ipc: use simplified fork of winioJason A. Donenfeld2019-05-238-20/+1162
* setupapi: trim "Get" from gettersSimon Rozman2019-05-225-53/+53
* wintun: don't try to flush interface, but rather deleteJason A. Donenfeld2019-05-172-25/+8
* device: fail to give bind if it doesn't existJason A. Donenfeld2019-05-172-2/+13
* wintun: make certain methods privateJason A. Donenfeld2019-05-172-33/+41
* version: bump snapshot0.0.20190517Jason A. Donenfeld2019-05-171-1/+1
* makefile: do not show warning on non-linuxJason A. Donenfeld2019-05-171-1/+1
* wintun: change acronyms to uppercaseSimon Rozman2019-05-171-5/+5
* global: regroup all importsJason A. Donenfeld2019-05-1427-44/+70
* wintun: registry: fix nitsJason A. Donenfeld2019-05-111-17/+20
* wintun: registry: revise value readingSimon Rozman2019-05-112-67/+82
* wintun: call HrRenameConnection in another threadJason A. Donenfeld2019-05-101-2/+3
* wintun: add LUID accessorJason A. Donenfeld2019-05-101-0/+7
* wintun: enumerate faster by using COMPATDRIVER instead of CLASSDRIVERJason A. Donenfeld2019-05-101-1/+1
* wintun: destroy devinfolist after usageJason A. Donenfeld2019-05-101-0/+1
* wintun: registry: replace REG_NOTIFY with NOTIFYSimon Rozman2019-05-103-13/+9
* wintun: IpConfig is a MULTI_SZ, and fix errorsJason A. Donenfeld2019-05-102-49/+72
* wintun: poll for device keyJason A. Donenfeld2019-05-101-9/+10
* wintun: fix scope of error objectJason A. Donenfeld2019-05-101-5/+6
* wintun: wait for interface registry key on device creationSimon Rozman2019-05-107-133/+534
* conn: remove scope when sanity checking IP address formatJason A. Donenfeld2019-05-091-1/+7
* wintun: fix GUID leading zero paddingSimon Rozman2019-05-091-1/+1
* mod: update depsJason A. Donenfeld2019-05-032-11/+14
* setupapi: safer aliasing of slice typesJason A. Donenfeld2019-05-035-23/+40
* wintun: work around GetInterface staleness bugJason A. Donenfeld2019-05-032-18/+30
* wintun: don't retry when not creatingJason A. Donenfeld2019-05-022-9/+26
* wintun: try harder to open registry keyJason A. Donenfeld2019-04-291-2/+2
* go.mod: use vendored winioJason A. Donenfeld2019-04-292-1/+4
* tun: freebsd: work around numerous kernel panics on shutdownJason A. Donenfeld2019-04-231-23/+82