aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* timers: take reference like a lookup tableJason A. Donenfeld2016-11-031-23/+18
* timers: only have initiator rekeyJason A. Donenfeld2016-10-191-33/+0
* timers: always delay handshakes for responderJason A. Donenfeld2016-10-191-0/+33
* timers: move constants to headerJason A. Donenfeld2016-10-191-11/+6
* timers: kill half-open handshakes after a whileJason A. Donenfeld2016-10-191-0/+4
* timers: avoid thundering herd for simultaneous initiationJason A. Donenfeld2016-10-191-1/+1
* debug: keep alive -> keepaliveJason A. Donenfeld2016-10-191-2/+0
* Rework headers and includesJason A. Donenfeld2016-09-291-2/+2
* timers: use more clear pow macroJason A. Donenfeld2016-08-021-1/+1
* timers: upstream removed the slack conceptJason A. Donenfeld2016-07-231-4/+7
* timers: apply slack to hotpath timersJason A. Donenfeld2016-07-101-0/+3
* timers: document conditions for callingJason A. Donenfeld2016-07-101-0/+8
* persistent keepalive: use unsigned long to avoid multiplication in hotpathJason A. Donenfeld2016-07-101-2/+2
* persistent keepalive: use authenticated keepalivesJason A. Donenfeld2016-07-101-2/+3
* timers: rename *authorized* functions to *authenticated*Jason A. Donenfeld2016-07-081-1/+1
* persistent keepalive: add kernel mechanismJason A. Donenfeld2016-07-081-0/+23
* Initial commitJason A. Donenfeld2016-06-251-0/+168