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
/
receive.go
Age
Commit message (
Expand
)
Author
2021-01-20
device: allow compiling with Go 1.15
Jason A. Donenfeld
2021-01-20
device: remove QueueInboundElement.dropped
Josh Bleecher Snyder
2021-01-20
device: remove selects from encrypt/decrypt/inbound/outbound enqueuing
Josh Bleecher Snyder
2021-01-20
device: use channel close to shut down and drain decryption channel
Josh Bleecher Snyder
2021-01-08
device: receive: do not exit immediately on transient UDP receive errors
Jason A. Donenfeld
2021-01-07
device: receive: drain decryption queue before exiting RoutineDecryption
Jason A. Donenfeld
2021-01-07
device: remove QueueInboundElement leak with stopped peers
Josh Bleecher Snyder
2021-01-07
device: fix error shadowing before log print
Brad Fitzpatrick
2021-01-07
device: always name *Queue*Element variables elem
Josh Bleecher Snyder
2021-01-07
device: simplify copying counter to nonce
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-11-18
device: add write queue mutex for peer
Haichao Liu
2020-05-02
global: update header comments and modules
Jason A. Donenfeld
2020-05-02
conn: introduce new package that splits out the Bind and Endpoint types
David Crawshaw
2019-07-01
device: receive: uniform message for source address check
Jason A. Donenfeld
2019-07-01
device: receive: simplify flush loop
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-03-21
receive: implement flush semantics
Jason A. Donenfeld
2019-03-07
receive: squelch tear down error
Jason A. Donenfeld
2019-03-03
global: begin modularization
Jason A. Donenfeld