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-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
2021-01-07
device: simplify UAPI helper methods
Josh Bleecher Snyder
2021-01-07
device: fix alignment of peer stats member
Jason A. Donenfeld
2021-01-07
device: add UAPI helper methods
Jason A. Donenfeld
2021-01-07
device: add missing colon to error line
Jason A. Donenfeld
2021-01-07
device: fix error shadowing before log print
Brad Fitzpatrick
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: always name *Queue*Element variables elem
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: use channel close to shut down and drain encryption channel
Josh Bleecher Snyder
2021-01-07
device: simplify copying counter to nonce
Josh Bleecher Snyder
2021-01-07
device: add a helper to generate uapi configs
Josh Bleecher Snyder
2021-01-07
device: use defer to simplify peer.NewTimer
Josh Bleecher Snyder
2021-01-07
device: accept any io.Reader in device.IpcSetOperation
Josh Bleecher Snyder
2021-01-07
device: increase timeout in tests
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
2021-01-07
device: make test setup more robust
Josh Bleecher Snyder
2020-12-08
device: avoid copying lock in tests
Josh Bleecher Snyder
2020-12-08
device: clear pointers when returning elems to pools
Josh Bleecher Snyder
2020-12-08
device: use labeled for loop instead of goto
Josh Bleecher Snyder
2020-11-18
version: bump snapshot
Jason A. Donenfeld
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
replay: minor API changes to more idiomatic Go
Riobard Zhan
2020-10-14
device: remove global for roaming escape hatch
Jason A. Donenfeld
2020-07-31
device: get free port when testing
Sina Siadat
2020-07-14
device: remove bindsocketshim.go
David Crawshaw
2020-07-15
device: remove some unnecessary unsafe
Brad Fitzpatrick
2020-07-13
device: use RTMGRP_IPV4_ROUTE to specify multicast groups mask
Tobias Klauser
2020-07-04
device: wait for routines to stop before removing peers
Dmytro Shynkevych
2020-06-22
device: export Bind and remove socketfd shims for android
David Crawshaw
2020-06-07
device: do not include sticky sockets on android
Jason A. Donenfeld
2020-06-07
conn: unbreak boundif on android
Jason A. Donenfeld
2020-06-07
conn: fix windows situation with boundif
Jason A. Donenfeld
2020-05-19
replay: account for fqcodel reordering
Jason A. Donenfeld
2020-05-18
device: rework padding calculation and don't shadow paddedSize
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
device: add debug logs describing handshake rejection
Avery Pennarun
2020-05-02
device: return generic error from Ipc{Get,Set}Operation.
David Anderson
2020-05-02
device: give handshake state a type
David Crawshaw
2020-05-02
tuntest: split out testing package
David Crawshaw
2020-05-02
conn: introduce new package that splits out the Bind and Endpoint types
David Crawshaw
[next]