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-05-07
device: remove unusual ... in messages
Jason A. Donenfeld
2021-05-07
device: avoid verbose log line during ordinary shutdown sequence
Jason A. Donenfeld
2021-05-06
device: log all errors received by RoutineReceiveIncoming
Josh Bleecher Snyder
2021-04-12
device: don't defer unlocking from loop
Jason A. Donenfeld
2021-04-12
conn: reconstruct v4 vs v6 receive function based on symtab
Jason A. Donenfeld
2021-04-12
device: allocate new buffer in receive death spiral
Kristupas Antanavičius
2021-04-02
all: make conn.Bind.Open return a slice of receive functions
Josh Bleecher Snyder
2021-03-30
device: handle broader range of errors in RoutineReceiveIncoming
Josh Bleecher Snyder
2021-03-30
device: rename unsafeCloseBind to closeBindLocked
Josh Bleecher Snyder
2021-03-11
device: signal to close device in separate routine
Jason A. Donenfeld
2021-03-06
device: get rid of peers.empty boolean in timersActive
Jason A. Donenfeld
2021-02-25
conn: implement RIO for fast Windows UDP sockets
Jason A. Donenfeld
2021-02-23
global: remove TODO name graffiti
Jason A. Donenfeld
2021-02-23
device: test up/down using virtual conn
Jason A. Donenfeld
2021-02-23
device: cleanup unused test components
Jason A. Donenfeld
2021-02-23
conn: make binds replacable
Jason A. Donenfeld
2021-02-22
device: disable waitpool tests
Jason A. Donenfeld
2021-02-17
global: stop using ioutil
Jason A. Donenfeld
2021-02-16
conn: bump to 1.16 and get rid of NetErrClosed hack
Jason A. Donenfeld
2021-02-12
device: remove old version file
Jason A. Donenfeld
2021-02-10
device: use container/list instead of open coding it
Jason A. Donenfeld
2021-02-10
device: retry Up() in up/down test
Jason A. Donenfeld
2021-02-10
device: flush peer queues before starting device
Jason A. Donenfeld
2021-02-10
device: create peer queues at peer creation time
Jason A. Donenfeld
2021-02-10
device: return error from Up() and Down()
Jason A. Donenfeld
2021-02-09
rwcancel: add an explicit close call
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: only allocate peer queues once
Josh Bleecher Snyder
2021-02-09
device: clarify device.state.state docs (again)
Josh Bleecher Snyder
2021-02-09
device: run fewer iterations in TestUpDown
Josh Bleecher Snyder
2021-02-09
device: run fewer trials in TestWaitPool when race detector enabled
Josh Bleecher Snyder
2021-02-09
device: remove nil elem check in finalizers
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-09
device: do not attach finalizer to non-returned object
Jason A. Donenfeld
2021-02-09
device: lock elem in autodraining queue before freeing
Jason A. Donenfeld
2021-02-09
device: remove listen port race in tests
Jason A. Donenfeld
2021-02-09
device: generate test keys on the fly
Jason A. Donenfeld
2021-02-08
device: remove mutex from Peer send/receive
Josh Bleecher Snyder
2021-02-08
device: create channels.go
Josh Bleecher Snyder
2021-02-08
device: print direction when ping transit fails
Josh Bleecher Snyder
2021-02-08
device: separate timersInit from timersStart
Josh Bleecher Snyder
2021-02-08
device: don't track device interface state in RoutineTUNEventReader
Josh Bleecher Snyder
2021-02-08
device: improve MTU change handling
Josh Bleecher Snyder
2021-02-08
device: remove device.state.stopping from RoutineTUNEventReader
Josh Bleecher Snyder
[next]