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
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
2019-03-19
uapi: report endpoint error
Jason A. Donenfeld
2019-03-10
uapi: make ipcerror conform to interface
Jason A. Donenfeld
2019-03-03
global: begin modularization
Jason A. Donenfeld