aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/memmod/memmod_windows.go (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-07wintun: load wintun.dll from RCDATA resourceSimon Rozman1-0/+620
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
2020-07-15device: remove some unnecessary unsafeBrad Fitzpatrick1-2/+3
2020-07-13device: use RTMGRP_IPV4_ROUTE to specify multicast groups maskTobias Klauser1-1/+1
2020-07-04device: wait for routines to stop before removing peersDmytro Shynkevych1-1/+1
2020-06-22device: export Bind and remove socketfd shims for androidDavid Crawshaw2-24/+6
2020-06-22ipc: add comment about socketDirectory linker override on androidDavid Crawshaw1-0/+2
2020-06-22conn: add comments saying what uses these interfacesDavid Crawshaw1-2/+5
2020-06-07device: do not include sticky sockets on androidJason A. Donenfeld2-1/+3
2020-06-07conn: unbreak boundif on androidJason A. Donenfeld4-44/+65
2020-06-07conn: remove useless commentJason A. Donenfeld1-1/+0
2020-06-07conn: fix windows situation with boundifJason A. Donenfeld2-8/+8
2020-05-19replay: account for fqcodel reorderingJason A. Donenfeld2-2/+2
2020-05-18device: rework padding calculation and don't shadow paddedSizeJason A. Donenfeld1-15/+17
2020-05-06tai64n: make the test deterministicDmytro Shynkevych2-19/+32
2020-05-02main: now that we're upstreamed, relax Linux warningJason A. Donenfeld2-13/+11
2020-05-02README: specify go 1.13Jason A. Donenfeld1-1/+1
2020-05-02global: update header comments and modulesJason A. Donenfeld90-97/+98
2020-05-02ipc: deduplicate some unix-specific codeDavid Crawshaw3-141/+65
2020-05-02ipc: remove unnecessary error checkDavid Crawshaw2-4/+2
2020-05-02device: use atomic access for unlocked keypair.nextJason A. Donenfeld4-11/+23
2020-05-02wintun: make remaining HWID comparisons case insensitiveSimon Rozman1-2/+19
2020-05-02setupapi: extend struct size constant definitions for arm(64)Simon Rozman2-0/+4
2020-05-02device: add debug logs describing handshake rejectionAvery Pennarun1-4/+8
2020-05-02tun: return a better error message if /dev/net/tun doesn't existBrad Fitzpatrick1-0/+3
2020-05-02device: return generic error from Ipc{Get,Set}Operation.David Anderson2-5/+16
2020-05-02tun: NetlinkListener: don't send EventDown before sending EventUpAvery Pennarun1-1/+13
2020-05-02device: give handshake state a typeDavid Crawshaw1-17/+38
2020-05-02tuntest: split out testing packageDavid Crawshaw2-141/+155
2020-05-02tun: fix data race on name fieldBrad Fitzpatrick1-13/+31
2020-05-02tun: remove unused isUp methodBrad Fitzpatrick1-6/+0
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw15-452/+562
2020-05-02wintun: split error message for create vs open namespace.Avery Pennarun1-1/+4
2020-05-02device: add test to ensure Peer fields are safe for atomic access on 32-bitDavid Anderson2-1/+48
2020-03-30rwcancel: no-op builds for windows and darwinDavid Crawshaw4-2/+17
2020-03-30ratelimiter: use a fake clock in tests and style cleanupsDavid Crawshaw2-65/+88