summaryrefslogtreecommitdiff
path: root/timers.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed read from closed channelMathias Hall-Andersen2018-04-181-3/+7
| | | | | | | A premature waitgroup .Done resulted in reading from closed channel. This caused a nil-pointer deref & crash. Added additional debugging when closing routines.
* Use simple 16-bit integer for persistent keepaliveJason A. Donenfeld2018-04-181-3/+3
| | | | Races for this aren't a huge problem.
* TUN status hack was causing spam during shutdownMathias Hall-Andersen2018-02-111-6/+5
|
* Moved ratelimiter to internal packageMathias Hall-Andersen2018-02-111-1/+1
|
* Fixed tabsMathias Hall-Andersen2018-02-111-348/+348
|
* Work on logging formatMathias Hall-Andersen2018-02-041-12/+14
|
* Align with go library layoutMathias Hall-Andersen2018-02-041-0/+346