aboutsummaryrefslogtreecommitdiffstats
path: root/noise-helpers.go (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-02-07main_windows: Catch more exit eventsJason A. Donenfeld1-0/+3
2019-02-07wintun: Introduce new package for obscuring Windows bitsJason A. Donenfeld12-487/+527
2019-02-07tun_windows: StyleJason A. Donenfeld1-11/+13
2019-02-07setupapi: Lower case paramsJason A. Donenfeld3-184/+184
2019-02-07setupapi: Do not export the toGo/toWindows functionsJason A. Donenfeld2-3/+3
2019-02-07setupapi: Pass pointers instead of valuesJason A. Donenfeld1-9/+9
2019-02-06tun_windows: Introduce preliminary TUN interface creationSimon Rozman3-5/+556
2019-02-06tun_windows: Stop checking minimum size of received TUN packetsSimon Rozman1-2/+1
2019-02-06setupapi: Add DrvInfoDetailData.IsCompatible() to simplify HID detectionSimon Rozman2-1/+29
2019-02-06setupapi: Add SP_DRVINFO_DATA.IsNewer() method to simplify comparisonSimon Rozman2-0/+48
2019-02-06setupapi: Make toUTF16() public and add UTF16ToBuf() counterpartSimon Rozman2-4/+28
2019-02-05Fix up errors and pathsJason A. Donenfeld3-10/+12
2019-02-05conn: close ipv4 socket when ipv6 socket failsJason A. Donenfeld1-1/+0