Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-01 | Add missing locks and fix debug output, and try to flush queues | Jason A. Donenfeld | |
Flushing queues on exit is sort of a partial solution, but this could be better. Really what we want is for no more packets to be enqueued after isUp is set to false. | |||
2018-04-20 | Fix wrong debug messages | Jason A. Donenfeld | |
2018-04-18 | Fixed read from closed channel | Mathias Hall-Andersen | |
A premature waitgroup .Done resulted in reading from closed channel. This caused a nil-pointer deref & crash. Added additional debugging when closing routines. | |||
2018-03-08 | Begin work on full device<->device unit-test | Mathias Hall-Andersen | |
To simulate a full interaction between two WireGuard instances without networking, using dummy instances of the interfaces | |||
2018-02-04 | Work on logging format | Mathias Hall-Andersen | |
2018-02-04 | Align with go library layout | Mathias Hall-Andersen | |