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
/
send.go
Age
Commit message (
Expand
)
Author
2021-01-07
device: add missing colon to error line
Jason A. Donenfeld
2021-01-07
device: fix races from changing private_key
Josh Bleecher Snyder
2021-01-07
device: always name *Queue*Element variables elem
Josh Bleecher Snyder
2021-01-07
device: use channel close to shut down and drain outbound channel
Josh Bleecher Snyder
2021-01-07
device: use channel close to shut down and drain encryption channel
Josh Bleecher Snyder
2021-01-07
device: remove starting waitgroups
Josh Bleecher Snyder
2020-12-08
device: clear pointers when returning elems to pools
Josh Bleecher Snyder
2020-12-08
device: use labeled for loop instead of goto
Josh Bleecher Snyder
2020-11-18
device: add write queue mutex for peer
Haichao Liu
2020-05-18
device: rework padding calculation and don't shadow paddedSize
Jason A. Donenfeld
2020-05-02
global: update header comments and modules
Jason A. Donenfeld
2020-02-14
send: account for zero mtu
Jason A. Donenfeld
2019-10-21
device: remove dead error reporting code
Jason A. Donenfeld
2019-06-11
device: update transfer counters correctly
Jason A. Donenfeld
2019-06-03
device, ratelimiter: replace uses of time.Now().Sub() with time.Since()
Matt Layher
2019-05-14
global: regroup all imports
Jason A. Donenfeld
2019-04-18
device: send: check packet length before freeing element
Jason A. Donenfeld
2019-03-03
global: begin modularization
Jason A. Donenfeld