Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: begin modularization | 2019-03-03 | 1 | -227/+0 | |
* | Extend structs rather than embed, when possible | 2019-02-05 | 1 | -9/+9 | |
* | Update copyright | 2019-02-05 | 1 | -2/+2 | |
* | Make error messages consistent | 2018-12-19 | 1 | -4/+4 | |
* | global: fix up copyright headers | 2018-09-16 | 1 | -1/+1 | |
* | Fix typo in timers | 2018-05-27 | 1 | -1/+1 | |
* | Fix data races in timers | 2018-05-20 | 1 | -11/+11 | |
* | Fix race in lock pending | 2018-05-20 | 1 | -4/+10 | |
* | timers: no need to clear keepalive in persistent keepalive | 2018-05-19 | 1 | -3/+0 | |
* | timers: clear send_keepalive timer on sending handshake response | 2018-05-19 | 1 | -7/+9 | |
* | Lock timers on modification | 2018-05-15 | 1 | -7/+32 | |
* | More refactoring | 2018-05-13 | 1 | -25/+1 | |
* | Rework index hashtable | 2018-05-13 | 1 | -2/+2 | |
* | Rewrite timers and related state machines | 2018-05-10 | 1 | -305/+171 | |
* | Removed remaining signals from peer | 2018-05-05 | 1 | -14/+7 | |
* | Use Int32n for jitter | 2018-05-05 | 1 | -47/+48 | |
* | Removed old signals | 2018-05-05 | 1 | -68/+38 | |
* | Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go | 2018-05-05 | 1 | -0/+5 | |
|\ | |||||
| * | global: Add SPDX tags and copyright header | 2018-05-03 | 1 | -0/+5 | |
* | | Initial version of migration to new event model | 2018-05-05 | 1 | -53/+88 | |
|/ | |||||
* | Add missing locks and fix debug output, and try to flush queues | 2018-05-01 | 1 | -14/+14 | |
* | Fixed read from closed channel | 2018-04-18 | 1 | -3/+7 | |
* | Use simple 16-bit integer for persistent keepalive | 2018-04-18 | 1 | -3/+3 | |
* | TUN status hack was causing spam during shutdown | 2018-02-11 | 1 | -6/+5 | |
* | Moved ratelimiter to internal package | 2018-02-11 | 1 | -1/+1 | |
* | Fixed tabs | 2018-02-11 | 1 | -348/+348 | |
* | Work on logging format | 2018-02-04 | 1 | -12/+14 | |
* | Align with go library layout | 2018-02-04 | 1 | -0/+346 |