aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-07wintun: CleanupSimon Rozman1-1/+1
2019-03-07wintun: Refactor network registry key name generationSimon Rozman1-22/+18
2019-03-07wintun: Revise interface creation waitSimon Rozman3-59/+106
2019-03-07receive: squelch tear down errorJason A. Donenfeld1-1/+1
2019-03-07tun: linux: work out netpoll trickJason A. Donenfeld1-54/+46
2019-03-04wintun: Resolve some of golint warningsSimon Rozman4-17/+33
2019-03-04Elaborate the failing step when forwarding errors on returnSimon Rozman1-3/+3
2019-03-04Simplify reading NetCfgInstanceId from registrySimon Rozman1-8/+2
2019-03-04Unify interface-specific network registry key openSimon Rozman1-10/+19
2019-03-04tun: import mobile particularitiesJason A. Donenfeld5-7/+65
2019-03-04boundif: introduce API for socket bindingJason A. Donenfeld8-21/+155
2019-03-03global: begin modularizationJason A. Donenfeld44-109/+118
2019-03-01tun: windows: expose GUIDJason A. Donenfeld1-0/+4
2019-03-01tun: allow special methods in NativeTunJason A. Donenfeld6-65/+65
2019-02-27tun: linux: netpoll is broken for tun's epollJason A. Donenfeld1-27/+48
2019-02-27tun: linux: netlink sock needs cleaning up but file will be gc'dJason A. Donenfeld1-4/+2
2019-02-27tun: use netpoll instead of rwcancelJason A. Donenfeld6-138/+39
2019-02-27tun: use sysconn instead of .Fd with Go 1.12Jason A. Donenfeld6-55/+80
2019-02-22Rearrange importsJason A. Donenfeld3-3/+3
2019-02-22device: send persistent keepalive when bringing up deviceJason A. Donenfeld1-0/+3
2019-02-22wintun: Read/write packet size from/to exchange buffer directlySimon Rozman1-3/+3
2019-02-22wintun: Make two-step slicing a one stepSimon Rozman1-3/+3
2019-02-20wintun: Write exchange buffer increased back to 1MiBSimon Rozman1-5/+4
2019-02-20wintun: Migrate from unsafe buffer handling to encoding/binarySimon Rozman1-5/+8
2019-02-20wintun: Adopt new packet data alignmentSimon Rozman1-10/+10
2019-02-20wintun: CleanupSimon Rozman1-2/+2
2019-02-20wintun: Add TUN device lockingSimon Rozman1-40/+64
2019-02-20wintun: Move exchange buffer in separate struct on heapSimon Rozman1-33/+44
2019-02-19wintun: Switch to dynamic packet sizesSimon Rozman1-50/+46
2019-02-18Change package pathJason A. Donenfeld17-19/+19
2019-02-14Bump dependencies for ARM ChaCha20Jason A. Donenfeld2-9/+9
2019-02-08wintun: Auto-calculate TUN exchange buffer sizeSimon Rozman1-8/+7
2019-02-08wintun: Simplify Read method()Simon Rozman1-51/+51
2019-02-08wintun: Make constants private and adopt Go recommended caseSimon Rozman1-29/+29
2019-02-08wintun: Check for user close in read loop regardless the loadSimon Rozman1-24/+22
2019-02-08wintun: Adjust tunRWQueue.left member to match Wintun driverSimon Rozman1-2/+2
2019-02-07setupapi: Merge _SP_DRVINFO_DETAIL_DATA and DrvInfoDetailDataSimon Rozman4-55/+60
2019-02-07setupapi: Merge SP_DRVINFO_DATA and DrvInfoDataSimon Rozman4-78/+78
2019-02-07setupapi: Rename SP_REMOVEDEVICE_PARAMS to RemoveDeviceParamsSimon Rozman2-4/+4
2019-02-07setupapi: Rename SP_CLASSINSTALL_HEADER to ClassInstallHeaderSimon Rozman4-20/+20
2019-02-07setupapi: Merge _SP_DEVINSTALL_PARAMS and DevInstallParamsSimon Rozman4-63/+25
2019-02-07setupapi: Merge _SP_DEVINFO_LIST_DETAIL_DATA and DevInfoListDetailDataSimon Rozman4-26/+26
2019-02-07setupapi: Rename SP_DEVINFO_DATA to DevInfoDataSimon Rozman4-81/+81
2019-02-07wintun: Detect if a foreign interface with the same name existsSimon Rozman2-6/+49
2019-02-07wintun: Clean excessive setupapi.DevInfo.GetDeviceInfoListDetail() callSimon Rozman1-14/+0
2019-02-07wintun: Explain rationale behind case-insensitive interface namesSimon Rozman1-1/+5
2019-02-07wintun: Implement TODO in TestSetupDiGetDeviceRegistryProperty()Simon Rozman1-3/+11
2019-02-07wintun: add FlushInterface stubJason A. Donenfeld2-4/+18
2019-02-07main_windows: Get iface name from argumentJason A. Donenfeld1-2/+1
2019-02-07wintun: Compare values of GUID, not pointers, when removingJason A. Donenfeld1-1/+1