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
Age
Commit message (
Expand
)
Author
2021-02-12
version: bump snapshot
Jason A. Donenfeld
2021-02-12
device: remove old version file
Jason A. Donenfeld
2021-02-11
gitignore: remove old hacks
Jason A. Donenfeld
2021-02-10
device: use container/list instead of open coding it
Jason A. Donenfeld
2021-02-10
device: retry Up() in up/down test
Jason A. Donenfeld
2021-02-10
conn: close old fd before trying again
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-10
device: return error from Up() and Down()
Jason A. Donenfeld
2021-02-09
rwcancel: add an explicit close call
Jason A. Donenfeld
2021-02-09
rwcancel: use errors.Is for unwrapping
Jason A. Donenfeld
2021-02-09
tun: use errors.Is for unwrapping
Jason A. Donenfeld
2021-02-09
conn: use errors.Is for unwrapping
Jason A. Donenfeld
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
conn: try harder to have v4 and v6 ports agree
Jason A. Donenfeld
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-04
main: add back version file
Jason A. Donenfeld
2021-02-03
tai64n: add string representation for error messages
Jason A. Donenfeld
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
[prev]
[next]