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-02-15
uapi: IpcGetOperation: return peers in sorted order
HEAD
sorted-peers
Mikael Magnusson
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
2019-04-09
version: put version in right place
Jason A. Donenfeld
2019-03-21
receive: implement flush semantics
Jason A. Donenfeld
2019-03-20
uapi: remove unhelpful log messages
Jason A. Donenfeld
2019-03-19
uapi: report endpoint error
Jason A. Donenfeld
2019-03-10
uapi: make ipcerror conform to interface
Jason A. Donenfeld
2019-03-07
receive: squelch tear down error
Jason A. Donenfeld
2019-03-04
tun: import mobile particularities
Jason A. Donenfeld
2019-03-04
boundif: introduce API for socket binding
Jason A. Donenfeld
2019-03-03
global: begin modularization
Jason A. Donenfeld