summaryrefslogtreecommitdiffstats
path: root/src/platform/dummy (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-213-68/+34
| | | | | | | - 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.
* Moving away from peer threadsMathias Hall-Andersen2019-12-031-2/+0
|
* Enable up/down from configuration interfaceMathias Hall-Andersen2019-11-251-2/+3
|
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-242-18/+25
|
* Update configuration APIMathias Hall-Andersen2019-11-171-2/+2
|
* Update UAPI semantics for removeMathias Hall-Andersen2019-11-152-2/+2
|
* Work on configuration interfaceMathias Hall-Andersen2019-11-021-1/+9
|
* First full test of pure WireGuardMathias Hall-Andersen2019-10-282-2/+54
|
* Fixed Ordering::Acquire -> Ordering::SeqCst typoMathias Hall-Andersen2019-10-232-4/+6
|
* Work on pure WireGuard testMathias Hall-Andersen2019-10-232-24/+25
|
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-234-0/+397