aboutsummaryrefslogtreecommitdiffstats
path: root/src/platform/dummy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restructuring and dependency version bump.Mathias Hall-Andersen2020-03-293-10/+72
|
* Squashed commit of the following:Mathias Hall-Andersen2020-02-012-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1e26a0bef44e65023a97a16ecf3b123e688d19f7 Author: Mathias Hall-Andersen <mathias@hall-andersen.dk> Date: Sat Feb 1 14:36:50 2020 +0100 Initial version of sticky sockets for Linux commit 605cc656ad235d09ba6cd12d03dee2c5e0a9a80a Author: Mathias Hall-Andersen <mathias@hall-andersen.dk> Date: Thu Jan 30 14:57:00 2020 +0100 Clear src when sendmsg fails with EINVAL commit dffd2b228af70f681e2a161642bbdaa348419bf3 Author: Mathias Hall-Andersen <mathias@hall-andersen.dk> Date: Sun Jan 26 14:01:28 2020 +0100 Fix typoes commit 2015663706fbe15ed1ac443a31de86b3e6c643c7 Author: Mathias Hall-Andersen <mathias@hall-andersen.dk> Date: Sun Jan 26 13:51:59 2020 +0100 Restructure of public key -> peer state Restructured the mapping of public keys to peer state in the project. The handshake device is now generic over an opaque type, which enables it to be the sole place where public keys are mapped to the peer states. This gets rid of the "peer" map in the WireGuard devices and avoids having to include the public key in the handshake peer state. commit bbcfaad4bcc5cf16bacdef0cefe7d29ba1519a23 Author: Mathias Hall-Andersen <mathias@hall-andersen.dk> Date: Fri Jan 10 21:10:27 2020 +0100 Fixed bind6 also binding on IPv4 commit acbca236b70598c20c24de474690bcad883241d4 Author: Mathias Hall-Andersen <mathias@hall-andersen.dk> Date: Thu Jan 9 11:24:13 2020 +0100 Work on sticky sockets
* 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