aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* device: add Device.ListenPort and Device.SetListenPortjs/sample-apiJosh Bleecher Snyder2020-12-222-9/+24
* device: add UAPI helper methodsJason A. Donenfeld2020-12-221-2/+21
* tun: make customization of WintunPool and WintunGUID more obviousJason A. Donenfeld2020-12-221-10/+3
* conn: do not SO_REUSEADDR on linuxJason A. Donenfeld2020-12-181-19/+0
* device: add missing colon to error lineJason A. Donenfeld2020-12-182-3/+3
* device: fix error shadowing before log printBrad Fitzpatrick2020-12-171-4/+4
* device: fix data race in peer.timersActiveJosh Bleecher Snyder2020-12-163-3/+6
* device: fix races from changing private_keyJosh Bleecher Snyder2020-12-165-11/+32
* device: always name *Queue*Element variables elemJosh Bleecher Snyder2020-12-163-26/+26
* device: use channel close to shut down and drain outbound channelJosh Bleecher Snyder2020-12-162-55/+34
* device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder2020-12-155-9/+22
* device: use channel close to shut down and drain encryption channelJosh Bleecher Snyder2020-12-153-98/+170
* device: simplify copying counter to nonceJosh Bleecher Snyder2020-12-151-12/+2
* device: add a helper to generate uapi configsJosh Bleecher Snyder2020-12-151-28/+45
* device: use defer to simplify peer.NewTimerJosh Bleecher Snyder2020-12-151-2/+1
* device: accept any io.Reader in device.IpcSetOperationJosh Bleecher Snyder2020-12-151-2/+2
* device: increase timeout in testsJosh Bleecher Snyder2020-12-151-2/+2
* device: prevent spurious errors while closing a deviceJosh Bleecher Snyder2020-12-151-0/+5
* device: remove starting waitgroupsJosh Bleecher Snyder2020-12-105-29/+1
* device: make test setup more robustJosh Bleecher Snyder2020-12-102-29/+65
* wintun: do not load dll in init()Jason A. Donenfeld2020-12-095-14/+21
* tun/tuntest: make genICMPv4 allocate lessJosh Bleecher Snyder2020-12-081-8/+7
* device: avoid copying lock in testsJosh Bleecher Snyder2020-12-081-1/+1
* device: clear pointers when returning elems to poolsJosh Bleecher Snyder2020-12-083-1/+24
* device: use labeled for loop instead of gotoJosh Bleecher Snyder2020-12-081-4/+4
* memmod: fix import loading function usageJason A. Donenfeld2020-11-275-32/+10
* wintun: log when reboot is suggested by WindowsSimon Rozman2020-11-251-1/+5
* wintun: keep original error when Wintun session start failsSimon Rozman2020-11-251-1/+1
* version: bump snapshot0.0.20201118Jason A. Donenfeld2020-11-181-1/+1
* mod: bumpJason A. Donenfeld2020-11-182-9/+11
* device: add write queue mutex for peerHaichao Liu2020-11-183-1/+11
* wintun: load from filesystem by defaultJason A. Donenfeld2020-11-113-39/+109
* global: switch to using %w instead of %v for ErrorfJason A. Donenfeld2020-11-076-34/+34
* mod: update depsJason A. Donenfeld2020-11-072-12/+9
* wintun: ring management moved to wintun.dllSimon Rozman2020-11-074-214/+147
* wintun: load wintun.dll from RCDATA resourceSimon Rozman2020-11-0719-2/+1578
* wintun: migrate to wintun.dll APISimon Rozman2020-11-0725-3711/+169
* device: format a few thingsJason A. Donenfeld2020-11-062-2/+1
* tun: use SockaddrCtl from golang.org/x/sys/unix on macOSTobias Klauser2020-10-271-29/+6
* tun: use Ioctl{Get,Set}IfreqMTU from golang.org/x/sys/unix on macOSTobias Klauser2020-10-271-35/+10
* tun: use IoctlCtlInfo from golang.org/x/sys/unix on macOSTobias Klauser2020-10-271-20/+6
* tun: use GetsockoptString in (*NativeTun).Name on macOSTobias Klauser2020-10-271-14/+6
* go.mod: bump golang.org/x/sys to latest versionTobias Klauser2020-10-272-3/+3
* tun/wintun/registry: fix Go 1.15 race/checkptr failureBrad Fitzpatrick2020-10-213-4/+4
* Makefile: Add test targetFrank Werner2020-10-201-1/+4
* replay: minor API changes to more idiomatic GoRiobard Zhan2020-10-144-17/+17
* replay: clean up internals and better documentationRiobard Zhan2020-10-142-71/+50
* device: remove global for roaming escape hatchJason A. Donenfeld2020-10-142-2/+18
* replay: divide by bits-per-byteJason A. Donenfeld2020-09-071-1/+1
* device: get free port when testingSina Siadat2020-07-311-5/+23