index
:
wireguard-go
bo/dflybsd-port
dc/nstest
fd/propagate-DSCP-bits
fw/codeQuality
jd/generic-aip
jd/multibuffer
jd/netip-go118
jd/netns-specific-uapi
js/peer-stats
js/sample-api
master
tp/icmp-fixes
Go implementation of WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WIP] device: run testns.sh from a Go test harness
dc/nstest
David Crawshaw
2020-05-03
1
-0
/
+292
*
main: now that we're upstreamed, relax Linux warning
Jason A. Donenfeld
2020-05-02
2
-13
/
+11
*
README: specify go 1.13
Jason A. Donenfeld
2020-05-02
1
-1
/
+1
*
global: update header comments and modules
Jason A. Donenfeld
2020-05-02
90
-97
/
+98
*
ipc: deduplicate some unix-specific code
David Crawshaw
2020-05-02
3
-141
/
+65
*
ipc: remove unnecessary error check
David Crawshaw
2020-05-02
2
-4
/
+2
*
device: use atomic access for unlocked keypair.next
Jason A. Donenfeld
2020-05-02
4
-11
/
+23
*
wintun: make remaining HWID comparisons case insensitive
Simon Rozman
2020-05-02
1
-2
/
+19
*
setupapi: extend struct size constant definitions for arm(64)
Simon Rozman
2020-05-02
2
-0
/
+4
*
device: add debug logs describing handshake rejection
Avery Pennarun
2020-05-02
1
-4
/
+8
*
tun: return a better error message if /dev/net/tun doesn't exist
Brad Fitzpatrick
2020-05-02
1
-0
/
+3
*
device: return generic error from Ipc{Get,Set}Operation.
David Anderson
2020-05-02
2
-5
/
+16
*
tun: NetlinkListener: don't send EventDown before sending EventUp
Avery Pennarun
2020-05-02
1
-1
/
+13
*
device: give handshake state a type
David Crawshaw
2020-05-02
1
-17
/
+38
*
tuntest: split out testing package
David Crawshaw
2020-05-02
2
-141
/
+155
*
tun: fix data race on name field
Brad Fitzpatrick
2020-05-02
1
-13
/
+31
*
tun: remove unused isUp method
Brad Fitzpatrick
2020-05-02
1
-6
/
+0
*
conn: introduce new package that splits out the Bind and Endpoint types
David Crawshaw
2020-05-02
15
-452
/
+562
*
wintun: split error message for create vs open namespace.
Avery Pennarun
2020-05-02
1
-1
/
+4
*
device: add test to ensure Peer fields are safe for atomic access on 32-bit
David Anderson
2020-05-02
2
-1
/
+48
*
rwcancel: no-op builds for windows and darwin
David Crawshaw
2020-03-30
4
-2
/
+17
*
ratelimiter: use a fake clock in tests and style cleanups
David Crawshaw
2020-03-30
2
-65
/
+88
*
version: bump snapshot
0.0.20200320
Jason A. Donenfeld
2020-03-20
1
-1
/
+1
*
noise: unify zero checking of ecdh
Jason A. Donenfeld
2020-03-17
3
-63
/
+49
*
global: use RTMGRP_* consts from x/sys/unix
Tobias Klauser
2020-03-17
4
-5
/
+5
*
send: account for zero mtu
Jason A. Donenfeld
2020-02-14
1
-4
/
+12
*
device: fix private key removal logic
Jason A. Donenfeld
2020-02-04
1
-13
/
+4
*
uapi: allow unsetting device private key with /dev/null
Jason A. Donenfeld
2020-02-04
2
-1
/
+10
*
version: bump snapshot
0.0.20200121
Jason A. Donenfeld
2020-01-21
1
-1
/
+1
*
tun: darwin: ignore ENOMEM errors
Jason A. Donenfeld
2020-01-15
1
-1
/
+18
*
tun: windows: serialize write calls
Jason A. Donenfeld
2020-01-07
1
-0
/
+5
*
README: update repo urls
Jason A. Donenfeld
2019-12-30
2
-2
/
+2
*
device: SendmsgN mutates the input sockaddr
Jason A. Donenfeld
2019-11-28
1
-0
/
+9
*
wintun: manage ring memory manually
Jason A. Donenfeld
2019-11-22
2
-7
/
+27
*
constants: recalculate rekey max based on a one minute flood
Jason A. Donenfeld
2019-10-30
1
-1
/
+1
*
global: fix a few typos courtesy of codespell
Jonathan Tooker
2019-10-22
5
-10
/
+10
*
device: allow blackholing sockets
Jason A. Donenfeld
2019-10-21
2
-4
/
+14
*
device: remove dead error reporting code
Jason A. Donenfeld
2019-10-21
1
-4
/
+1
*
namespaceapi: remove tasteless comment
Jason A. Donenfeld
2019-10-21
1
-1
/
+1
*
device: recheck counters while holding write lock
Jason A. Donenfeld
2019-10-17
1
-2
/
+7
*
wintun: normalize variable names for their types
Jason A. Donenfeld
2019-10-17
1
-72
/
+72
*
wintun: quickly ignore non-Wintun devices
Avery Pennarun
2019-10-17
1
-0
/
+18
*
tun: match windows CreateTUN signature to the Linux variant
Avery Pennarun
2019-10-17
2
-5
/
+10
*
rwcancel: handle EINTR and EAGAIN in unixSelect()
Avery Pennarun
2019-10-17
1
-2
/
+14
*
device: test packets between two fake devices
David Crawshaw
2019-10-16
1
-29
/
+199
*
version: bump snapshot
0.0.20191012
Jason A. Donenfeld
2019-10-12
1
-1
/
+1
*
Makefile: remove v prefix
Jason A. Donenfeld
2019-10-08
1
-1
/
+1
*
wintun: expose version
Jason A. Donenfeld
2019-10-08
2
-1
/
+34
*
uapi: allow preventing creation of new peers when updating
Jason A. Donenfeld
2019-10-04
1
-1
/
+17
*
mod: bump versions
Jason A. Donenfeld
2019-10-04
9
-16
/
+16
[next]