summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-01-07device: prevent spurious errors while closing a deviceJosh Bleecher Snyder
2021-01-07device: remove starting waitgroupsJosh Bleecher Snyder
2021-01-07device: make test setup more robustJosh Bleecher Snyder
2021-01-07wintun: do not load dll in init()Jason A. Donenfeld
2021-01-07tun/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 snapshotJason 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
2020-07-14device: remove bindsocketshim.goDavid Crawshaw
2020-07-15device: remove some unnecessary unsafeBrad Fitzpatrick
2020-07-13device: use RTMGRP_IPV4_ROUTE to specify multicast groups maskTobias Klauser
2020-07-04device: wait for routines to stop before removing peersDmytro Shynkevych
2020-06-22device: export Bind and remove socketfd shims for androidDavid Crawshaw
2020-06-22ipc: add comment about socketDirectory linker override on androidDavid Crawshaw
2020-06-22conn: add comments saying what uses these interfacesDavid Crawshaw
2020-06-07device: do not include sticky sockets on androidJason A. Donenfeld
2020-06-07conn: unbreak boundif on androidJason A. Donenfeld
2020-06-07conn: remove useless commentJason A. Donenfeld
2020-06-07conn: fix windows situation with boundifJason A. Donenfeld
2020-05-19replay: account for fqcodel reorderingJason A. Donenfeld
2020-05-18device: rework padding calculation and don't shadow paddedSizeJason A. Donenfeld
2020-05-06tai64n: make the test deterministicDmytro Shynkevych
2020-05-02main: now that we're upstreamed, relax Linux warningJason A. Donenfeld
2020-05-02README: specify go 1.13Jason A. Donenfeld
2020-05-02global: update header comments and modulesJason A. Donenfeld