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
/
uapi.go
Age
Commit message (
Expand
)
Author
2023-02-07
global: bump copyright year
Jason A. Donenfeld
2022-09-20
global: bump copyright year
Jason A. Donenfeld
2022-09-04
all: use Go 1.19 and its atomic types
Brad Fitzpatrick
2022-03-16
all: use any in place of interface{}
Josh Bleecher Snyder
2022-03-16
all: update to Go 1.18
Josh Bleecher Snyder
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
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: 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-06-03
device: reduce size of trie struct
Jason A. Donenfeld
2021-02-23
conn: make binds replacable
Jason A. Donenfeld
2021-02-08
device: overhaul device state management
Josh Bleecher Snyder
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-27
device: get rid of nonce routine
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-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-07
device: simplify UAPI helper methods
Josh Bleecher Snyder
2021-01-07
device: add UAPI helper methods
Jason A. Donenfeld
2021-01-07
device: fix persistent_keepalive_interval data races
Josh Bleecher Snyder
2021-01-07
device: accept any io.Reader in device.IpcSetOperation
Josh Bleecher Snyder
2020-05-02
global: update header comments and modules
Jason A. Donenfeld
2020-05-02
device: return generic error from Ipc{Get,Set}Operation.
David Anderson
2020-05-02
conn: introduce new package that splits out the Bind and Endpoint types
David Crawshaw
2020-02-04
uapi: allow unsetting device private key with /dev/null
Jason A. Donenfeld
2019-10-04
uapi: allow preventing creation of new peers when updating
Jason A. Donenfeld
2019-08-05
uapi: skip peers with invalid keys
Jason A. Donenfeld
2019-05-14
global: regroup all imports
Jason A. Donenfeld
2019-03-20
uapi: remove unhelpful log messages
Jason A. Donenfeld
[next]