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-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
2021-01-25
device: remove dead code
Josh Bleecher Snyder
2021-01-25
device: return errors from ipc scanner
Josh Bleecher Snyder
2021-01-20
device: allow compiling with Go 1.15
Jason A. Donenfeld
2021-01-20
device: remove unused fields from DummyDatagram and DummyBind
Josh Bleecher Snyder
2021-01-20
device: remove unused trie test code
Josh Bleecher Snyder
2021-01-20
device: remove unnecessary zeroing
Josh Bleecher Snyder
2021-01-20
device: remove QueueInboundElement.dropped
Josh Bleecher Snyder
2021-01-20
device: remove QueueOutboundElement.dropped
Josh Bleecher Snyder
2021-01-20
device: check returned errors from NewPeer in TestNoiseHandshake
Josh Bleecher Snyder
2021-01-20
device: remove selects from encrypt/decrypt/inbound/outbound enqueuing
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-08
device: receive: do not exit immediately on transient UDP receive errors
Jason A. Donenfeld
2021-01-07
device: receive: drain decryption queue before exiting RoutineDecryption
Jason A. Donenfeld
2021-01-07
device: add latency and throughput benchmarks
Josh Bleecher Snyder
2021-01-07
device: use LogLevelError for benchmarking
Josh Bleecher Snyder
2021-01-07
device: make test infrastructure usable with benchmarks
Josh Bleecher Snyder
2021-01-07
all: use ++ to increment
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: remove QueueInboundElement leak with stopped peers
Josh Bleecher Snyder
[next]