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
/
peer.go
Age
Commit message (
Expand
)
Author
2021-02-09
device: only allocate peer queues once
Josh Bleecher Snyder
2021-02-09
device: fix comment typo and shorten state.mu.Lock to state.Lock
Jason A. Donenfeld
2021-02-09
device: do not attach finalizer to non-returned object
Jason A. Donenfeld
2021-02-08
device: remove mutex from Peer send/receive
Josh Bleecher Snyder
2021-02-08
device: separate timersInit from timersStart
Josh Bleecher Snyder
2021-02-08
device: overhaul device state management
Josh Bleecher Snyder
2021-02-03
device: take peer handshake when reinitializing last sent handshake
Jason A. Donenfeld
2021-02-03
device: tie encryption queue lifetime to the peers that write to it
Josh Bleecher Snyder
2021-01-29
device: simplify peer queue locking
Jason A. Donenfeld
2021-01-28
global: bump copyright
Jason A. Donenfeld
2021-01-27
device: get rid of nonce routine
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-07
device: remove unnecessary zeroing
Josh Bleecher Snyder
2021-01-07
device: call wg.Add outside the goroutine
Josh Bleecher Snyder
2021-01-07
device: fix alignment of peer stats member
Jason A. Donenfeld
2021-01-07
device: fix data race in peer.timersActive
Josh Bleecher Snyder
2021-01-07
device: fix races from changing private_key
Josh Bleecher Snyder
2021-01-07
device: use channel close to shut down and drain outbound channel
Josh Bleecher Snyder
2021-01-07
device: fix persistent_keepalive_interval data races
Josh Bleecher Snyder
2021-01-07
device: prevent spurious errors while closing a device
Josh Bleecher Snyder
2021-01-07
device: remove starting waitgroups
Josh Bleecher Snyder
2020-11-18
device: add write queue mutex for peer
Haichao Liu
2020-11-06
device: format a few things
Jason A. Donenfeld
2020-10-14
device: remove global for roaming escape hatch
Jason A. Donenfeld
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
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-17
noise: unify zero checking of ecdh
Jason A. Donenfeld
2019-08-05
uapi: skip peers with invalid keys
Jason A. Donenfeld
2019-07-11
device: immediately rekey all peers after changing device private key
Jason A. Donenfeld
2019-06-11
device: update transfer counters correctly
Jason A. Donenfeld
2019-03-04
boundif: introduce API for socket binding
Jason A. Donenfeld
2019-03-03
global: begin modularization
Jason A. Donenfeld