summaryrefslogtreecommitdiffstats
path: root/device/timers.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: get rid of peers.empty boolean in timersActiveJason A. Donenfeld2021-03-061-1/+1
* device: separate timersInit from timersStartJosh Bleecher Snyder2021-02-081-4/+5
* device: overhaul device state managementJosh Bleecher Snyder2021-02-081-1/+1
* global: bump copyrightJason A. Donenfeld2021-01-281-1/+1
* device: get rid of nonce routineJason A. Donenfeld2021-01-271-1/+1
* device: combine debug and info log levels into 'verbose'Jason A. Donenfeld2021-01-261-4/+4
* device: change logging interface to use functionsJosh Bleecher Snyder2021-01-261-4/+4
* device: fix data race in peer.timersActiveJosh Bleecher Snyder2021-01-071-1/+1
* device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder2021-01-071-3/+4
* device: use defer to simplify peer.NewTimerJosh Bleecher Snyder2021-01-071-2/+1
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* device: timers: add jitter on ack failure reinitiationJason A. Donenfeld2019-05-241-1/+1
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+227