aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make under_load global for WireGuard deviceMathias Hall-Andersen2019-12-261-1/+1
|
* Remove unused test code.Mathias Hall-Andersen2019-12-211-4/+15
| | | | | | | - 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.
* Clean dead codeMathias Hall-Andersen2019-12-161-1/+0
|
* Remove crossbeam dependencyMathias Hall-Andersen2019-12-101-1/+1
|
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-241-1/+1
|
* Work on Up/Down operation on WireGuard deviceMathias Hall-Andersen2019-11-041-7/+6
|
* Work on timer semanticsMathias Hall-Andersen2019-10-311-0/+1
|
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-231-4/+6
|
* Work on platform specific code (Linux)Mathias Hall-Andersen2019-10-231-6/+7
|
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-0/+23