aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/timers.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removal of secret key in the handshake moduleMathias Hall-Andersen2019-11-081-3/+2
* Implement disable/enable timersMathias Hall-Andersen2019-11-061-58/+90
* Work on Up/Down operation on WireGuard deviceMathias Hall-Andersen2019-11-041-7/+52
* Work on configuration interfaceMathias Hall-Andersen2019-11-021-0/+14
* Add derived_sessionMathias Hall-Andersen2019-10-311-6/+8
* Work on timer semanticsMathias Hall-Andersen2019-10-311-38/+75
* First full test of pure WireGuardMathias Hall-Andersen2019-10-281-16/+23
* Fixed Ordering::Acquire -> Ordering::SeqCst typoMathias Hall-Andersen2019-10-231-4/+4
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-231-1/+1
* Work on porting timer semantics and linux platformMathias Hall-Andersen2019-10-161-6/+46
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-0/+234