Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-11 | Moved test-processes to background | Mathias Hall-Andersen | |
2018-02-11 | TUN status hack was causing spam during shutdown | Mathias Hall-Andersen | |
2018-02-11 | Added missing mutex acquisition | Mathias Hall-Andersen | |
2018-02-11 | Removed exported methods from ratelimiter package | Mathias Hall-Andersen | |
2018-02-11 | Moved ratelimiter to internal package | Mathias Hall-Andersen | |
2018-02-11 | Moved tai64n into sub-package | Mathias Hall-Andersen | |
2018-02-11 | Fixed tabs | Mathias Hall-Andersen | |
2018-02-11 | Reverted event changes | Mathias Hall-Andersen | |
This feature was not needed for Android, upon further inspection. | |||
2018-02-09 | Started migration to sub-packages | Mathias Hall-Andersen | |
2018-02-07 | Go treats underscores specially | Jason A. Donenfeld | |
In case there's ever a platform called helpers or protocol, we don't want to be doing this. | |||
2018-02-04 | Work on logging format | Mathias Hall-Andersen | |
2018-02-04 | Merge branch 'master' into timer-teardown | Mathias Hall-Andersen | |
2018-02-04 | Removed debugging locks | Mathias Hall-Andersen | |
2018-02-04 | Align with go library layout | Mathias Hall-Andersen | |
2018-02-02 | Fixed tests | Mathias Hall-Andersen | |
2018-02-02 | Clear cryptographic state when interface down | Mathias Hall-Andersen | |
Attempts to clear the cryptographic state for every peer when the device goes down. | |||
2018-02-02 | Rework of entire locking system | Mathias Hall-Andersen | |
Locking on the Device instance is now much more fined-grained, seperating out the fields into "resources" st. most common interactions only require a small number. | |||
2018-02-01 | Merge branch 'timer-teardown' of git.zx2c4.com:wireguard-go into timer-teardown | Mathias Hall-Andersen | |
2018-01-31 | Added binary to .gitignore | Mathias Hall-Andersen | |
2018-01-26 | Added initial version of peer teardown | Mathias Hall-Andersen | |
There is a double lock issue with device.Close which has yet to be resolved. | |||
2018-01-16 | Fixed potential DoS issue | Mathias Hall-Andersen | |
2018-01-13 | Work on timer teardown + bug fixes | Mathias Hall-Andersen | |
Added waitgroups to peer struct for routine start / stop synchronisation | |||
2018-01-09 | Fixed fwmark update without device status change | Mathias Hall-Andersen | |
An update of the fwmark was missing, when the device was not bought up after the change. | |||
2018-01-04 | Revert "Peer timer teardown" | Mathias Hall-Andersen | |
This reverts commit d73f960aab86b9a12b0b7d18aa80ce1d4f130695. Problems with deadlocking arises due to orphaned packets in per-peer queues. Additional work on this issue continues in seperate branch. | |||
2017-12-29 | Peer timer teardown | Mathias Hall-Andersen | |
2017-12-04 | Removed IFF_NO_PI from TUN linux | Mathias Hall-Andersen | |
This change was needed for the Linux TUN status hack to work properly (not increment the error counter). This commit also updates the TUN interface to allow for the construction / removal of the TUN info headers in-place. | |||
2017-12-02 | Removed profiler code | Mathias Hall-Andersen | |
2017-12-01 | More consistent use of signal struct | Mathias Hall-Andersen | |
2017-12-01 | Fixed receive path infinite loop | Mathias Hall-Andersen | |
2017-11-30 | Added missing exit codes | Mathias Hall-Andersen | |
2017-11-30 | Refactor timers.go | Mathias Hall-Andersen | |
2017-11-29 | Fixed typos | Mathias Hall-Andersen | |
2017-11-29 | Added cross namespace TUN status detection | Mathias Hall-Andersen | |
2017-11-19 | Better naming of bind helpers | Mathias Hall-Andersen | |
2017-11-19 | Merge branch 'source-caching' | Mathias Hall-Andersen | |
2017-11-19 | Implemented missing methods for Bind and Endpoint | Mathias Hall-Andersen | |
2017-11-19 | Begin generic Bind implementation | Mathias Hall-Andersen | |
2017-11-18 | Moved endpoint into interface and simplified peer | Mathias Hall-Andersen | |
2017-11-17 | Ported remaining netns.sh | Mathias Hall-Andersen | |
- Ported remaining netns.sh tests - Begin work on generic implementation of bind interface | |||
2017-11-17 | Allows passing UAPI fd to service | Mathias Hall-Andersen | |
2017-11-14 | Moved TUN device creation to pre-fork | Mathias Hall-Andersen | |
2017-11-14 | Initial working source caching | Mathias Hall-Andersen | |
2017-11-11 | Fixed blocking reader on closed socket | Mathias Hall-Andersen | |
2017-11-11 | Fixed port endianness | Mathias Hall-Andersen | |
2017-11-11 | Close tun device with device | Aurélien Chabot | |
2017-10-27 | Fixed message header length in conn_linux | Mathias Hall-Andersen | |
2017-10-17 | Fixed timer issue when failing to send handshake | Mathias Hall-Andersen | |
+ Identified send4 issue | |||
2017-10-16 | Initial implementation of source caching | Mathias Hall-Andersen | |
Yet untested. | |||
2017-10-08 | Added new UDPBind interface | Mathias Hall-Andersen | |
2017-10-07 | Begin incorporating new src cache into receive | Mathias Hall-Andersen | |