aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-22device: add Device.ListenPort and Device.SetListenPortjs/sample-apiJosh Bleecher Snyder
2020-12-22device: add UAPI helper methodsJason A. Donenfeld
2020-12-22tun: make customization of WintunPool and WintunGUID more obviousJason A. Donenfeld
2020-12-18conn: do not SO_REUSEADDR on linuxJason A. Donenfeld
2020-12-18device: add missing colon to error lineJason A. Donenfeld
2020-12-17device: fix error shadowing before log printBrad Fitzpatrick
2020-12-16device: fix data race in peer.timersActiveJosh Bleecher Snyder
2020-12-16device: fix races from changing private_keyJosh Bleecher Snyder
2020-12-16device: always name *Queue*Element variables elemJosh Bleecher Snyder
2020-12-16device: use channel close to shut down and drain outbound channelJosh Bleecher Snyder
2020-12-15device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder
2020-12-15device: use channel close to shut down and drain encryption channelJosh Bleecher Snyder
2020-12-15device: simplify copying counter to nonceJosh Bleecher Snyder
2020-12-15device: add a helper to generate uapi configsJosh Bleecher Snyder
2020-12-15device: use defer to simplify peer.NewTimerJosh Bleecher Snyder
2020-12-15device: accept any io.Reader in device.IpcSetOperationJosh Bleecher Snyder
2020-12-15device: increase timeout in testsJosh Bleecher Snyder
2020-12-15device: prevent spurious errors while closing a deviceJosh Bleecher Snyder
2020-12-10device: remove starting waitgroupsJosh Bleecher Snyder
2020-12-10device: make test setup more robustJosh Bleecher Snyder
2020-12-09wintun: do not load dll in init()Jason A. Donenfeld
2020-12-08tun/tuntest: make genICMPv4 allocate lessJosh Bleecher Snyder
2020-12-08device: avoid copying lock in testsJosh Bleecher Snyder
2020-12-08device: clear pointers when returning elems to poolsJosh Bleecher Snyder
2020-12-08device: use labeled for loop instead of gotoJosh Bleecher Snyder
2020-11-27memmod: fix import loading function usageJason A. Donenfeld
2020-11-25wintun: log when reboot is suggested by WindowsSimon Rozman
2020-11-25wintun: keep original error when Wintun session start failsSimon Rozman
2020-11-18version: bump snapshot0.0.20201118Jason A. Donenfeld
2020-11-18mod: bumpJason A. Donenfeld
2020-11-18device: add write queue mutex for peerHaichao Liu
2020-11-11wintun: load from filesystem by defaultJason A. Donenfeld
2020-11-07global: switch to using %w instead of %v for ErrorfJason A. Donenfeld
2020-11-07mod: update depsJason A. Donenfeld
2020-11-07wintun: ring management moved to wintun.dllSimon Rozman
2020-11-07wintun: load wintun.dll from RCDATA resourceSimon Rozman
2020-11-07wintun: migrate to wintun.dll APISimon Rozman
2020-11-06device: format a few thingsJason A. Donenfeld
2020-10-27tun: use SockaddrCtl from golang.org/x/sys/unix on macOSTobias Klauser
2020-10-27tun: use Ioctl{Get,Set}IfreqMTU from golang.org/x/sys/unix on macOSTobias Klauser
2020-10-27tun: use IoctlCtlInfo from golang.org/x/sys/unix on macOSTobias Klauser
2020-10-27tun: use GetsockoptString in (*NativeTun).Name on macOSTobias Klauser
2020-10-27go.mod: bump golang.org/x/sys to latest versionTobias Klauser
2020-10-21tun/wintun/registry: fix Go 1.15 race/checkptr failureBrad Fitzpatrick
2020-10-20Makefile: Add test targetFrank Werner
2020-10-14replay: minor API changes to more idiomatic GoRiobard Zhan
2020-10-14replay: clean up internals and better documentationRiobard Zhan
2020-10-14device: remove global for roaming escape hatchJason A. Donenfeld
2020-09-07replay: divide by bits-per-byteJason A. Donenfeld
2020-07-31device: get free port when testingSina Siadat