aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allows for erroneous Clippy lintsHEADmasterMathias Hall-Andersen2021-01-131-10/+11
| | | | Signed-off-by: Mathias Hall-Andersen <mathias@hall-andersen.dk>
* Refactoring timer code:Mathias Hall-Andersen2020-05-101-3/+0
| | | | | - Remove the Events struct - Implement Callbacks on the PeerInner, elimiting an Arc.
* Restructuring and dependency version bump.Mathias Hall-Andersen2020-03-291-3/+0
|
* 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