Age | Commit message (Expand) | Author |
2020-10-14 | replay: minor API changes to more idiomatic Go | Riobard Zhan |
2020-10-14 | replay: clean up internals and better documentation | Riobard Zhan |
2020-10-14 | device: remove global for roaming escape hatch | Jason A. Donenfeld |
2020-09-07 | replay: divide by bits-per-byte | Jason A. Donenfeld |
2020-07-31 | device: get free port when testing | Sina Siadat |
2020-07-14 | device: remove bindsocketshim.go | David Crawshaw |
2020-07-15 | device: remove some unnecessary unsafe | Brad Fitzpatrick |
2020-07-13 | device: use RTMGRP_IPV4_ROUTE to specify multicast groups mask | Tobias Klauser |
2020-07-04 | device: wait for routines to stop before removing peers | Dmytro Shynkevych |
2020-06-22 | device: export Bind and remove socketfd shims for android | David Crawshaw |
2020-06-22 | ipc: add comment about socketDirectory linker override on android | David Crawshaw |
2020-06-22 | conn: add comments saying what uses these interfaces | David Crawshaw |
2020-06-07 | device: do not include sticky sockets on android | Jason A. Donenfeld |
2020-06-07 | conn: unbreak boundif on android | Jason A. Donenfeld |
2020-06-07 | conn: remove useless comment | Jason A. Donenfeld |
2020-06-07 | conn: fix windows situation with boundif | Jason A. Donenfeld |
2020-05-19 | replay: account for fqcodel reordering | Jason A. Donenfeld |
2020-05-18 | device: rework padding calculation and don't shadow paddedSize | Jason A. Donenfeld |
2020-05-06 | tai64n: make the test deterministic | Dmytro Shynkevych |
2020-05-02 | main: now that we're upstreamed, relax Linux warning | Jason A. Donenfeld |
2020-05-02 | README: specify go 1.13 | Jason A. Donenfeld |
2020-05-02 | global: update header comments and modules | Jason A. Donenfeld |
2020-05-02 | ipc: deduplicate some unix-specific code | David Crawshaw |
2020-05-02 | ipc: remove unnecessary error check | David Crawshaw |
2020-05-02 | device: use atomic access for unlocked keypair.next | Jason A. Donenfeld |
2020-05-02 | wintun: make remaining HWID comparisons case insensitive | Simon Rozman |
2020-05-02 | setupapi: extend struct size constant definitions for arm(64) | Simon Rozman |
2020-05-02 | device: add debug logs describing handshake rejection | Avery Pennarun |
2020-05-02 | tun: return a better error message if /dev/net/tun doesn't exist | Brad Fitzpatrick |
2020-05-02 | device: return generic error from Ipc{Get,Set}Operation. | David Anderson |
2020-05-02 | tun: NetlinkListener: don't send EventDown before sending EventUp | Avery Pennarun |
2020-05-02 | device: give handshake state a type | David Crawshaw |
2020-05-02 | tuntest: split out testing package | David Crawshaw |
2020-05-02 | tun: fix data race on name field | Brad Fitzpatrick |
2020-05-02 | tun: remove unused isUp method | Brad Fitzpatrick |
2020-05-02 | conn: introduce new package that splits out the Bind and Endpoint types | David Crawshaw |
2020-05-02 | wintun: split error message for create vs open namespace. | Avery Pennarun |
2020-05-02 | device: add test to ensure Peer fields are safe for atomic access on 32-bit | David Anderson |
2020-03-30 | rwcancel: no-op builds for windows and darwin | David Crawshaw |
2020-03-30 | ratelimiter: use a fake clock in tests and style cleanups | David Crawshaw |
2020-03-20 | version: bump snapshotdmwg-0.0.1 | Jason A. Donenfeld |
2020-03-17 | noise: unify zero checking of ecdh | Jason A. Donenfeld |
2020-03-17 | global: use RTMGRP_* consts from x/sys/unix | Tobias Klauser |
2020-02-14 | send: account for zero mtu | Jason A. Donenfeld |
2020-02-04 | device: fix private key removal logic | Jason A. Donenfeld |
2020-02-04 | uapi: allow unsetting device private key with /dev/null | Jason A. Donenfeld |
2020-01-21 | version: bump snapshot | Jason A. Donenfeld |
2020-01-15 | tun: darwin: ignore ENOMEM errors | Jason A. Donenfeld |
2020-01-07 | tun: windows: serialize write calls | Jason A. Donenfeld |
2019-12-30 | README: update repo urls | Jason A. Donenfeld |