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
2021-02-09
device: handshake routine writes into encryption queue
Jason A. Donenfeld
2021-02-09
device: make RoutineReadFromTUN keep encryption queue alive
Josh Bleecher Snyder
2021-02-09
device: only allocate peer queues once
Josh Bleecher Snyder
2021-02-09
device: clarify device.state.state docs (again)
Josh Bleecher Snyder
2021-02-09
device: run fewer iterations in TestUpDown
Josh Bleecher Snyder
2021-02-09
device: run fewer trials in TestWaitPool when race detector enabled
Josh Bleecher Snyder
2021-02-09
device: remove nil elem check in finalizers
Josh Bleecher Snyder
2021-02-09
device: rename unsafeRemovePeer to removePeerLocked
Jason A. Donenfeld
2021-02-09
device: remove deviceStateNew
Jason A. Donenfeld
2021-02-09
device: fix comment typo and shorten state.mu.Lock to state.Lock
Jason A. Donenfeld
2021-02-09
device: fix typo in comment
Jason A. Donenfeld
2021-02-09
device: fix alignment on 32-bit machines and test for it
Jason A. Donenfeld
2021-02-09
device: do not log on idempotent device state change
Jason A. Donenfeld
2021-02-09
device: do not attach finalizer to non-returned object
Jason A. Donenfeld
2021-02-09
device: lock elem in autodraining queue before freeing
Jason A. Donenfeld
2021-02-09
device: remove listen port race in tests
Jason A. Donenfeld
2021-02-09
device: generate test keys on the fly
Jason A. Donenfeld
2021-02-08
device: remove mutex from Peer send/receive
Josh Bleecher Snyder
2021-02-08
device: create channels.go
Josh Bleecher Snyder
2021-02-08
device: print direction when ping transit fails
Josh Bleecher Snyder
2021-02-08
device: separate timersInit from timersStart
Josh Bleecher Snyder
2021-02-08
device: don't track device interface state in RoutineTUNEventReader
Josh Bleecher Snyder
2021-02-08
device: improve MTU change handling
Josh Bleecher Snyder
2021-02-08
device: remove device.state.stopping from RoutineTUNEventReader
Josh Bleecher Snyder
2021-02-08
device: overhaul device state management
Josh Bleecher Snyder
2021-02-08
device: remove unnecessary zeroing in peer.SendKeepalive
Josh Bleecher Snyder
2021-02-08
device: remove device.state.stopping from RoutineHandshake
Josh Bleecher Snyder
2021-02-08
device: remove device.state.stopping from RoutineDecryption
Josh Bleecher Snyder
2021-02-03
device: take peer handshake when reinitializing last sent handshake
Jason A. Donenfeld
2021-02-03
device: fix goroutine leak test
Josh Bleecher Snyder
2021-02-03
device: add up/down stress test
Jason A. Donenfeld
2021-02-03
device: pass cfg strings around in tests instead of reader
Jason A. Donenfeld
2021-02-03
device: benchmark the waitpool to compare it to the prior channels
Jason A. Donenfeld
2021-02-03
device: test that we do not leak goroutines
Josh Bleecher Snyder
2021-02-03
device: tie encryption queue lifetime to the peers that write to it
Josh Bleecher Snyder
2021-02-02
device: use a waiting sync.Pool instead of a channel
Jason A. Donenfeld
2021-01-29
device: reduce number of append calls when padding
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
device: reduce nesting when staging packet
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-28
device: avoid hex allocations in IpcGet
Jason A. Donenfeld
2021-01-28
device: the psk is not a chapoly key
Jason A. Donenfeld
2021-01-27
device: get rid of nonce routine
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
[next]