index
:
wireguard-go
android
dhcp
dhcp2
dmwg-0.0.1
fix/listen-any-addresses
master
sorted-peers
tun-net-with-stack
WireGuard Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
device
Age
Commit message (
Expand
)
Author
2020-05-02
global: update header comments and modules
Jason A. Donenfeld
2020-05-02
device: use atomic access for unlocked keypair.next
Jason A. Donenfeld
2020-05-02
device: add debug logs describing handshake rejection
Avery Pennarun
2020-05-02
device: return generic error from Ipc{Get,Set}Operation.
David Anderson
2020-05-02
device: give handshake state a type
David Crawshaw
2020-05-02
tuntest: split out testing package
David Crawshaw
2020-05-02
conn: introduce new package that splits out the Bind and Endpoint types
David Crawshaw
2020-05-02
device: add test to ensure Peer fields are safe for atomic access on 32-bit
David Anderson
2020-03-20
version: bump snapshot
dmwg-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
2019-12-30
README: update repo urls
Jason A. Donenfeld
2019-11-28
device: SendmsgN mutates the input sockaddr
Jason A. Donenfeld
2019-10-30
constants: recalculate rekey max based on a one minute flood
Jason A. Donenfeld
2019-10-22
global: fix a few typos courtesy of codespell
Jonathan Tooker
2019-10-21
device: allow blackholing sockets
Jason A. Donenfeld
2019-10-21
device: remove dead error reporting code
Jason A. Donenfeld
2019-10-17
device: recheck counters while holding write lock
Jason A. Donenfeld
2019-10-16
device: test packets between two fake devices
David Crawshaw
2019-10-12
version: bump snapshot
Jason A. Donenfeld
2019-10-04
uapi: allow preventing creation of new peers when updating
Jason A. Donenfeld
2019-09-08
version: bump snapshot
Jason A. Donenfeld
2019-08-25
device: getsockname on linux to determine port
Jason A. Donenfeld
2019-08-05
version: bump snapshot
Jason A. Donenfeld
2019-08-05
device: drop lock before expiring keys
Jason A. Donenfeld
2019-08-05
uapi: skip peers with invalid keys
Jason A. Donenfeld
2019-07-18
device: do not crash on nil'd bind in windows binding
Jason A. Donenfeld
2019-07-11
device: immediately rekey all peers after changing device private key
Jason A. Donenfeld
2019-07-01
device: receive: uniform message for source address check
Jason A. Donenfeld
2019-07-01
device: receive: simplify flush loop
Jason A. Donenfeld
2019-06-14
tun: remove TUN prefix from types to reduce stutter elsewhere
Matt Layher
2019-06-11
device: update transfer counters correctly
Jason A. Donenfeld
2019-06-04
device: remove redundant return statements
Matt Layher
2019-06-04
device: use bytes.Equal for equality check, simplify assertEqual
Matt Layher
2019-06-03
device, ratelimiter: replace uses of time.Now().Sub() with time.Since()
Matt Layher
2019-05-30
device: add SendKeepalivesToPeersWithCurrentKeypair for handover
Jason A. Donenfeld
2019-05-29
device, tun: rearrange code and fix device tests
Matt Layher
2019-05-25
device: darwin actually doesn't need bound interfaces
Jason A. Donenfeld
2019-05-25
device: make initiations per second match kernel implementation
Jason A. Donenfeld
2019-05-24
device: timers: add jitter on ack failure reinitiation
Jason A. Donenfeld
2019-05-17
device: fail to give bind if it doesn't exist
Jason A. Donenfeld
2019-05-17
version: bump snapshot
Jason A. Donenfeld
2019-05-14
global: regroup all imports
Jason A. Donenfeld
2019-05-09
conn: remove scope when sanity checking IP address format
Jason A. Donenfeld
2019-04-18
device: send: check packet length before freeing element
Jason A. Donenfeld
2019-04-13
conn: linux: RTA_MARK has moved to x/sys
Jason A. Donenfeld
[next]