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
/
device.go
Age
Commit message (
Expand
)
Author
2021-02-02
device: use a waiting sync.Pool instead of a channel
Jason A. Donenfeld
2021-01-29
device: use int64 instead of atomic.Value for time stamp
Jason A. Donenfeld
2021-01-29
device: use new model queues for handshakes
Jason A. Donenfeld
2021-01-29
device: simplify peer queue locking
Jason A. Donenfeld
2021-01-28
global: bump copyright
Jason A. Donenfeld
2021-01-28
device: do not allow get to run while set runs
Jason A. Donenfeld
2021-01-27
device: avoid deadlock when changing private key and removing self peers
Jason A. Donenfeld
2021-01-27
device: use linked list for per-peer allowed-ip traversal
Jason A. Donenfeld
2021-01-26
device: combine debug and info log levels into 'verbose'
Jason A. Donenfeld
2021-01-26
device: change logging interface to use functions
Josh Bleecher Snyder
2021-01-25
device: serialize access to IpcSetOperation
Josh Bleecher Snyder
2021-01-20
device: remove unnecessary zeroing
Josh Bleecher Snyder
2021-01-20
device: put handshake buffer in pool in FlushPacketQueues
Josh Bleecher Snyder
2021-01-20
device: use channel close to shut down and drain decryption channel
Josh Bleecher Snyder
2021-01-07
device: receive: drain decryption queue before exiting RoutineDecryption
Jason A. Donenfeld
2021-01-07
all: use ++ to increment
Josh Bleecher Snyder
2021-01-07
device: add missing colon to error line
Jason A. Donenfeld
2021-01-07
device: fix data race in peer.timersActive
Josh Bleecher Snyder
2021-01-07
device: fix persistent_keepalive_interval data races
Josh Bleecher Snyder
2021-01-07
device: use channel close to shut down and drain encryption channel
Josh Bleecher Snyder
2021-01-07
device: remove starting waitgroups
Josh Bleecher Snyder
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-05-02
global: update header comments and modules
Jason A. Donenfeld
2020-05-02
conn: introduce new package that splits out the Bind and Endpoint types
David Crawshaw
2020-03-17
noise: unify zero checking of ecdh
Jason A. Donenfeld
2020-02-04
device: fix private key removal logic
Jason A. Donenfeld
2019-08-05
device: drop lock before expiring keys
Jason A. Donenfeld
2019-07-11
device: immediately rekey all peers after changing device private key
Jason A. Donenfeld
2019-06-14
tun: remove TUN prefix from types to reduce stutter elsewhere
Matt Layher
2019-05-30
device: add SendKeepalivesToPeersWithCurrentKeypair for handover
Jason A. Donenfeld
2019-05-17
device: fail to give bind if it doesn't exist
Jason A. Donenfeld
2019-05-14
global: regroup all imports
Jason A. Donenfeld
2019-03-03
global: begin modularization
Jason A. Donenfeld