summaryrefslogtreecommitdiffhomepage
path: root/src/timers.c
AgeCommit message (Expand)Author
2017-10-03global: add space around variable declarationsJason A. Donenfeld
2017-10-02timers: ensure safe timer removalJason A. Donenfeld
2017-09-24timers: convert to use netif_runningJason A. Donenfeld
2017-09-18queue: entirely rework parallel systemJason A. Donenfeld
2017-09-15timers: styleJason A. Donenfeld
2017-08-05timers: do not send out double keepaliveJason A. Donenfeld
2017-08-04timers: rename confusingly named functions and variablesJason A. Donenfeld
2017-08-04receive: move lastminute guard into timer eventJason A. Donenfeld
2017-07-20global: use pointer to net_deviceJason A. Donenfeld
2017-05-31timers: queue up killing ephemerals only if not alreadyJason A. Donenfeld
2017-05-31timers: reset retry-attempt counter when not retryingJason A. Donenfeld
2017-05-31timers: the completion of a handshake also is on key confirmationJason A. Donenfeld
2017-05-31timers: rework handshake reply control flowJason A. Donenfeld
2017-05-31debug: print interface name in dmesgJason A. Donenfeld
2017-05-30timers: fix typo in commentJason A. Donenfeld
2017-05-30handshake: process in parallelJason A. Donenfeld
2017-04-08data: cleanup parallel workqueue and use two max_activeJason A. Donenfeld
2017-03-14timers: elide enable checkJason A. Donenfeld
2017-02-07timers: use simpler uninit sync techniqueJason A. Donenfeld
2017-01-23timers: use setup_timer macro helperJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-13peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld
2016-12-09socket: clear src address when retrying handshakeJason A. Donenfeld
2016-12-09timers: add random jitter to handshake retryJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-15socket: keep track of src address in sending packetsJason A. Donenfeld
2016-11-07send: simplify handshake initiation queueing and introduce lockJason A. Donenfeld
2016-11-03timers: take reference like a lookup tableJason A. Donenfeld
2016-10-19timers: only have initiator rekeyJason A. Donenfeld
2016-10-19timers: always delay handshakes for responderJason A. Donenfeld
2016-10-19timers: move constants to headerJason A. Donenfeld
2016-10-19timers: kill half-open handshakes after a whileJason A. Donenfeld
2016-10-19timers: avoid thundering herd for simultaneous initiationJason A. Donenfeld
2016-10-19debug: keep alive -> keepaliveJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-02timers: use more clear pow macroJason A. Donenfeld
2016-07-23timers: upstream removed the slack conceptJason A. Donenfeld
2016-07-10timers: apply slack to hotpath timersJason A. Donenfeld
2016-07-10timers: document conditions for callingJason A. Donenfeld
2016-07-10persistent keepalive: use unsigned long to avoid multiplication in hotpathJason A. Donenfeld
2016-07-10persistent keepalive: use authenticated keepalivesJason A. Donenfeld
2016-07-08timers: rename *authorized* functions to *authenticated*Jason A. Donenfeld
2016-07-08persistent keepalive: add kernel mechanismJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld