aboutsummaryrefslogtreecommitdiffstats
path: root/src/platform (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-11Prevent lock guard from being dropped prematurelyJanito Vaqueiro Ferreira Filho1-2/+2
Signed-off-by: Janito Vaqueiro Ferreira Filho <janito@mullvad.net>
2020-05-22Enable wireguard-rs to build on stable.Mathias Hall-Andersen6-174/+207
WireGuard Rust targets the latest nightly compiler, primarily for security and speed reasons. The recommended way to build WireGuard Rust is still with latest nightly.
2020-05-17Elimited Daemonize dependencyrm-dummyMathias Hall-Andersen5-37/+117
2020-05-13Remove "list_peers" and "lookup_peer".Mathias Hall-Andersen6-61/+67
2020-05-13Bumped dependenciesMathias Hall-Andersen2-69/+23
2020-05-10Refactoring timer code:Mathias Hall-Andersen9-175/+186
- Remove the Events struct - Implement Callbacks on the PeerInner, elimiting an Arc.