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
2023-12-11
device: change Peer.endpoint locking to reduce contention
Jordan Whited
2023-10-10
device: move Queue{In,Out}boundElement Mutex to container type
Jordan Whited
2023-03-10
conn, device, tun: implement vectorized I/O plumbing
Jordan Whited
2023-02-16
device: uniformly check ECDH output for zeros
Jason A. Donenfeld
2023-02-07
global: bump copyright year
Jason A. Donenfeld
2022-09-20
global: bump copyright year
Jason A. Donenfeld
2022-09-04
all: use Go 1.19 and its atomic types
Brad Fitzpatrick
2021-11-15
device: defer state machine transitions until configuration is complete
Jason A. Donenfeld
2021-05-18
device: optimize Peer.String even more
Jason A. Donenfeld
2021-05-14
device: optimize Peer.String
Josh Bleecher Snyder
2021-05-07
device: remove unusual ... in messages
Jason A. Donenfeld
2021-03-06
device: get rid of peers.empty boolean in timersActive
Jason A. Donenfeld
2021-02-23
conn: make binds replacable
Jason A. Donenfeld
2021-02-10
device: use container/list instead of open coding it
Jason A. Donenfeld
2021-02-10
device: flush peer queues before starting device
Jason A. Donenfeld
2021-02-10
device: create peer queues at peer creation time
Jason A. Donenfeld
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
[next]