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: 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
2021-01-26
device: fix shadowing of err in IpcHandle
Josh Bleecher Snyder
2021-01-26
device: remove extra error arg
Josh Bleecher Snyder
2021-01-26
device: reduce allocs in Device.IpcGetOperation
Brad Fitzpatrick
2021-01-26
device: add benchmark for UAPI Device.IpcGetOperation
Josh Bleecher Snyder
2021-01-25
device: allow pipelining UAPI requests
Jason A. Donenfeld
2021-01-25
device: serialize access to IpcSetOperation
Josh Bleecher Snyder
2021-01-25
device: simplify handling of IPC set endpoint
Josh Bleecher Snyder
2021-01-25
device: remove close processing fwmark
Josh Bleecher Snyder
2021-01-25
device: remove unnecessary comment
Josh Bleecher Snyder
2021-01-25
device: introduce new IPC error message for unknown error
Josh Bleecher Snyder
2021-01-25
device: correct IPC error number for I/O errors
Josh Bleecher Snyder
2021-01-25
device: simplify IpcHandle error handling
Josh Bleecher Snyder
2021-01-25
device: split IpcSetOperation into parts
Josh Bleecher Snyder
2021-01-25
device: expand IPCError
Josh Bleecher Snyder
[next]