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
/
device.go
Age
Commit message (
Expand
)
Author
2023-03-10
conn, device, tun: implement vectorized I/O plumbing
Jordan Whited
2023-02-16
device: uniformly check ECDH output for zeros
Jason A. Donenfeld
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
2021-11-16
device: align 64-bit atomic member in Device
Jason A. Donenfeld
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-05-22
device: allow reducing queue constants on iOS
Jason A. Donenfeld
2021-05-07
device: add ID to repeated routines
Jason A. Donenfeld
2021-04-02
all: make conn.Bind.Open return a slice of receive functions
Josh Bleecher Snyder
2021-03-30
device: rename unsafeCloseBind to closeBindLocked
Josh Bleecher Snyder
2021-03-06
device: get rid of peers.empty boolean in timersActive
Jason A. Donenfeld
2021-02-23
conn: make binds replacable
Jason A. Donenfeld
2021-02-10
device: return error from Up() and Down()
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
device: clarify device.state.state docs (again)
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-08
device: create channels.go
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 device.state.stopping from RoutineHandshake
Josh Bleecher Snyder
2021-02-08
device: remove device.state.stopping from RoutineDecryption
Josh Bleecher Snyder
2021-02-03
device: tie encryption queue lifetime to the peers that write to it
Josh Bleecher Snyder
2021-02-02
device: use a waiting sync.Pool instead of a channel
Jason A. Donenfeld
2021-01-29
device: use int64 instead of atomic.Value for time stamp
Jason A. Donenfeld
2021-01-29
device: use new model queues for handshakes
Jason A. Donenfeld
2021-01-29
device: simplify peer queue locking
Jason A. Donenfeld
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-27
device: avoid deadlock when changing private key and removing self peers
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-25
device: serialize access to IpcSetOperation
Josh Bleecher Snyder
2021-01-20
device: remove unnecessary zeroing
Josh Bleecher Snyder
2021-01-20
device: put handshake buffer in pool in FlushPacketQueues
Josh Bleecher Snyder
2021-01-20
device: use channel close to shut down and drain decryption channel
Josh Bleecher Snyder
2021-01-07
device: receive: drain decryption queue before exiting RoutineDecryption
Jason A. Donenfeld
2021-01-07
all: use ++ to increment
Josh Bleecher Snyder
2021-01-07
device: add missing colon to error line
Jason A. Donenfeld
2021-01-07
device: fix data race in peer.timersActive
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
[next]