aboutsummaryrefslogtreecommitdiff
path: root/timers.go
AgeCommit message (Expand)Author
2018-05-20Fix data races in timersJason A. Donenfeld
2018-05-20Fix race in lock pendingJason A. Donenfeld
2018-05-19timers: no need to clear keepalive in persistent keepaliveJason A. Donenfeld
2018-05-19timers: clear send_keepalive timer on sending handshake responseJason A. Donenfeld
2018-05-15Lock timers on modificationJason A. Donenfeld
2018-05-13More refactoringJason A. Donenfeld
2018-05-13Rework index hashtableJason A. Donenfeld
2018-05-10Rewrite timers and related state machinesJason A. Donenfeld
2018-05-05Removed remaining signals from peerMathias Hall-Andersen
2018-05-05Use Int32n for jitterMathias Hall-Andersen
2018-05-05Removed old signalsMathias Hall-Andersen
2018-05-05Merge branch 'master' of ssh://git.zx2c4.com/wireguard-goMathias Hall-Andersen
2018-05-05Initial version of migration to new event modelMathias Hall-Andersen
2018-05-03global: Add SPDX tags and copyright headerJason A. Donenfeld
2018-05-01Add missing locks and fix debug output, and try to flush queuesJason A. Donenfeld
2018-04-18Fixed read from closed channelMathias Hall-Andersen
2018-04-18Use simple 16-bit integer for persistent keepaliveJason A. Donenfeld
2018-02-11TUN status hack was causing spam during shutdownMathias Hall-Andersen
2018-02-11Moved ratelimiter to internal packageMathias Hall-Andersen
2018-02-11Fixed tabsMathias Hall-Andersen
2018-02-04Work on logging formatMathias Hall-Andersen
2018-02-04Align with go library layoutMathias Hall-Andersen