aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/peer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in under load codecleanMathias Hall-Andersen2019-12-271-3/+19
|
* Make under_load global for WireGuard deviceMathias Hall-Andersen2019-12-261-2/+2
|
* Remove unused test code.Mathias Hall-Andersen2019-12-211-8/+35
| | | | | | | - make naming consistent with the kernel module. - better distribution of functionality from src/wireguard.rs - more consistent "import pattern" throughout the project. - remove unused test code.
* Added profiler featureMathias Hall-Andersen2019-12-141-3/+3
|
* Remove crossbeam dependencyMathias Hall-Andersen2019-12-101-3/+0
|
* Moving away from peer threadsMathias Hall-Andersen2019-12-031-1/+1
|
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-241-8/+8
|
* DaemonizationMathias Hall-Andersen2019-11-211-1/+1
|
* Update configuration APIMathias Hall-Andersen2019-11-171-2/+1
|
* Removal of secret key in the handshake moduleMathias Hall-Andersen2019-11-081-29/+8
|
* Implement disable/enable timersMathias Hall-Andersen2019-11-061-6/+13
|
* Work on Up/Down operation on WireGuard deviceMathias Hall-Andersen2019-11-041-0/+111