aboutsummaryrefslogtreecommitdiff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-22device: add UAPI helper methodsJason A. Donenfeld1-2/+21
2020-12-22tun: make customization of WintunPool and WintunGUID more obviousJason A. Donenfeld1-10/+3
2020-12-18conn: do not SO_REUSEADDR on linuxJason A. Donenfeld1-19/+0
2020-12-18device: add missing colon to error lineJason A. Donenfeld2-3/+3
2020-12-17device: fix error shadowing before log printBrad Fitzpatrick1-4/+4
2020-12-16device: fix data race in peer.timersActiveJosh Bleecher Snyder3-3/+6
2020-12-16device: fix races from changing private_keyJosh Bleecher Snyder5-11/+32
2020-12-16device: always name *Queue*Element variables elemJosh Bleecher Snyder3-26/+26
2020-12-16device: use channel close to shut down and drain outbound channelJosh Bleecher Snyder2-55/+34
2020-12-15device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder5-9/+22
2020-12-15device: use channel close to shut down and drain encryption channelJosh Bleecher Snyder3-98/+170
2020-12-15device: simplify copying counter to nonceJosh Bleecher Snyder1-12/+2
2020-12-15device: add a helper to generate uapi configsJosh Bleecher Snyder1-28/+45
2020-12-15device: use defer to simplify peer.NewTimerJosh Bleecher Snyder1-2/+1
2020-12-15device: accept any io.Reader in device.IpcSetOperationJosh Bleecher Snyder1-2/+2
2020-12-15device: increase timeout in testsJosh Bleecher Snyder1-2/+2
2020-12-15device: prevent spurious errors while closing a deviceJosh Bleecher Snyder1-0/+5
2020-12-10device: remove starting waitgroupsJosh Bleecher Snyder5-29/+1
2020-12-10device: make test setup more robustJosh Bleecher Snyder2-29/+65
2020-12-09wintun: do not load dll in init()Jason A. Donenfeld5-14/+21
2020-12-08tun/tuntest: make genICMPv4 allocate lessJosh Bleecher Snyder1-8/+7
2020-12-08device: avoid copying lock in testsJosh Bleecher Snyder1-1/+1
2020-12-08device: clear pointers when returning elems to poolsJosh Bleecher Snyder3-1/+24
2020-12-08device: use labeled for loop instead of gotoJosh Bleecher Snyder1-4/+4
2020-11-27memmod: fix import loading function usageJason A. Donenfeld5-32/+10
2020-11-25wintun: log when reboot is suggested by WindowsSimon Rozman1-1/+5
2020-11-25wintun: keep original error when Wintun session start failsSimon Rozman1-1/+1
2020-11-18version: bump snapshot0.0.20201118Jason A. Donenfeld1-1/+1
2020-11-18mod: bumpJason A. Donenfeld2-9/+11
2020-11-18device: add write queue mutex for peerHaichao Liu3-1/+11
2020-11-11wintun: load from filesystem by defaultJason A. Donenfeld3-39/+109
2020-11-07global: switch to using %w instead of %v for ErrorfJason A. Donenfeld6-34/+34
2020-11-07mod: update depsJason A. Donenfeld2-12/+9
2020-11-07wintun: ring management moved to wintun.dllSimon Rozman4-214/+147
2020-11-07wintun: load wintun.dll from RCDATA resourceSimon Rozman19-2/+1578
2020-11-07wintun: migrate to wintun.dll APISimon Rozman25-3711/+169
2020-11-06device: format a few thingsJason A. Donenfeld2-2/+1
2020-10-27tun: use SockaddrCtl from golang.org/x/sys/unix on macOSTobias Klauser1-29/+6
2020-10-27tun: use Ioctl{Get,Set}IfreqMTU from golang.org/x/sys/unix on macOSTobias Klauser1-35/+10
2020-10-27tun: use IoctlCtlInfo from golang.org/x/sys/unix on macOSTobias Klauser1-20/+6
2020-10-27tun: use GetsockoptString in (*NativeTun).Name on macOSTobias Klauser1-14/+6
2020-10-27go.mod: bump golang.org/x/sys to latest versionTobias Klauser2-3/+3
2020-10-21tun/wintun/registry: fix Go 1.15 race/checkptr failureBrad Fitzpatrick3-4/+4
2020-10-20Makefile: Add test targetFrank Werner1-1/+4
2020-10-14replay: minor API changes to more idiomatic GoRiobard Zhan4-17/+17
2020-10-14replay: clean up internals and better documentationRiobard Zhan2-71/+50
2020-10-14device: remove global for roaming escape hatchJason A. Donenfeld2-2/+18
2020-09-07replay: divide by bits-per-byteJason A. Donenfeld1-1/+1
2020-07-31device: get free port when testingSina Siadat1-5/+23
2020-07-14device: remove bindsocketshim.goDavid Crawshaw1-36/+0