aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-05Upgrade dependenciesMathias Hall-Andersen6-375/+223
Signed-off-by: Mathias Hall-Andersen <mathias@hall-andersen.dk>
2020-10-08Fix some clippy warningsQuang Luong26-666/+701
Signed-off-by: Quang Luong <quangio@outlook.com>
2020-07-06Added MIT licenseMathias Hall-Andersen2-0/+23
2020-06-19Replace RwLock<HashMap> with DashMap in handshakeMathias Hall-Andersen5-29/+84
2020-06-14Added architecture illustration.Mathias Hall-Andersen4-48/+58
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.