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
2022-02-02
tun/netstack: implement ICMP ping
Thomas H. Ptacek
2022-01-17
version: bump snapshot
Jason A. Donenfeld
2022-01-14
ipc: bsd: try again if kqueue returns EINTR
Jason A. Donenfeld
2021-12-09
global: apply gofumpt
Jason A. Donenfeld
2021-11-29
device: handle peer post config on blank line
Jason A. Donenfeld
2021-11-23
device: reduce peer lock critical section in UAPI
Josh Bleecher Snyder
2021-11-23
device: remove code using unsafe
Josh Bleecher Snyder
2021-11-23
global: use netip where possible now
Jason A. Donenfeld
2021-11-16
device: only propagate roaming value before peer is referenced elsewhere
Jason A. Donenfeld
2021-11-16
device: align 64-bit atomic member in Device
Jason A. Donenfeld
2021-11-16
device: start peers before running handshake test
Jason A. Donenfeld
2021-11-16
Makefile: don't use test -v because it hides failures in scrollback
Jason A. Donenfeld
2021-11-16
device: fix nil pointer dereference in uapi read
David Anderson
2021-11-15
device: make new peers inherit broken mobile semantics
Jason A. Donenfeld
2021-11-15
device: defer state machine transitions until configuration is complete
Jason A. Donenfeld
2021-11-15
device: do not consume handshake messages if not running
Jason A. Donenfeld
2021-11-04
tun: move wintun to its own repo
Jason A. Donenfeld
2021-11-04
namedpipe: rename from winpipe to keep in sync with CL299009
Jason A. Donenfeld
2021-10-28
device: timers: use pre-seeded per-thread unlocked fastrandn for jitter
Jason A. Donenfeld
2021-10-28
device: timers: seed unsafe rng before use for jitter
Jason A. Donenfeld
2021-10-26
wintun: align 64-bit argument on ARM32
Jason A. Donenfeld
2021-10-25
README: raise minimum Go to 1.17
Jason A. Donenfeld
2021-10-22
tun/netstack: update gvisor
Mikael Magnusson
2021-10-20
ipc, rwcancel: compile on js/wasm
Brad Fitzpatrick
2021-10-20
wintun: allow retrieving DLL version
Jason A. Donenfeld
2021-10-16
version: bump snapshot
Jason A. Donenfeld
2021-10-16
wintun: remove memmod option for dll loading
Jason A. Donenfeld
2021-10-12
global: remove old-style build tags
Jason A. Donenfeld
2021-10-12
global: add newer-style build tags
Jason A. Donenfeld
2021-10-12
wintun: use new swdevice-based API for upcoming Wintun 0.14
Jason A. Donenfeld
2021-10-11
conn,wintun: use unsafe.Slice instead of unsafeSlice
Jason A. Donenfeld
2021-10-11
memmod: import from wireguard-windows
Jason A. Donenfeld
2021-09-27
rwcancel: use unix.Poll again but bump x/sys so it uses ppoll under the hood
Jason A. Donenfeld
2021-09-26
rwcancel: use ppoll on Linux for Android
Jason A. Donenfeld
2021-09-23
tun: make operateonfd.go build tags more specific
Tobias Klauser
2021-09-23
tun: avoid leaking sock fd in CreateTUN error cases
Tobias Klauser
2021-09-05
global: add new go 1.17 build comments
Jason A. Donenfeld
2021-08-05
memmod: register exception handler tables
Jason A. Donenfeld
2021-07-29
memmod: fix protected delayed load the right way
Jason A. Donenfeld
2021-07-29
memmod: disable protected delayed load for now
Jason A. Donenfeld
2021-06-24
ipc: allow admins but require high integrity label
Jason A. Donenfeld
2021-06-04
device: zero out allowedip node pointers when removing
Jason A. Donenfeld
2021-06-03
device: limit allowedip fuzzer a to 4 times through
Jason A. Donenfeld
2021-06-03
device: simplify allowedips lookup signature
Jason A. Donenfeld
2021-06-03
device: remove nodes by peer in O(1) instead of O(n)
Jason A. Donenfeld
2021-06-03
device: remove recursion from insertion and connect parent pointers
Jason A. Donenfeld
2021-06-03
device: reduce size of trie struct
Jason A. Donenfeld
2021-05-25
go.mod: bump golang.org/x/sys again
Josh Bleecher Snyder
2021-05-22
device: allow reducing queue constants on iOS
Jason A. Donenfeld
2021-05-20
tun: linux: account for interface removal from outside
Jason A. Donenfeld
[next]