aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/timers.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some clippy warningsQuang Luong2020-10-081-5/+0
| | | | Signed-off-by: Quang Luong <quangio@outlook.com>
* Remove "list_peers" and "lookup_peer".Mathias Hall-Andersen2020-05-131-23/+18
|
* Refactoring timer code:Mathias Hall-Andersen2020-05-101-53/+76
| | | | | - Remove the Events struct - Implement Callbacks on the PeerInner, elimiting an Arc.
* Simplified router codeMathias Hall-Andersen2020-02-161-2/+2
|
* Fixed typo in under load codecleanMathias Hall-Andersen2019-12-271-7/+27
|
* Remove unused test code.Mathias Hall-Andersen2019-12-211-9/+6
| | | | | | | - 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-7/+1
|
* Fixed inbound job bug (add to sequential queue)Mathias Hall-Andersen2019-12-061-39/+50
|
* Moving away from peer threadsMathias Hall-Andersen2019-12-031-0/+1
|
* Work on netlink IF event code for LinuxMathias Hall-Andersen2019-11-271-2/+2
|
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-241-4/+4
|
* DaemonizationMathias Hall-Andersen2019-11-211-1/+1
|
* Clean dependencies and importsMathias Hall-Andersen2019-11-211-2/+6
|
* Update configuration APIMathias Hall-Andersen2019-11-171-1/+1
|
* 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