Skip to content

Commit

Permalink
Complete leak checker and implement in daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
hulthe committed Jan 24, 2025
1 parent b6200ab commit 077fb39
Show file tree
Hide file tree
Showing 36 changed files with 1,954 additions and 1,000 deletions.
63 changes: 26 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ members = [
"mullvad-fs",
"mullvad-ios",
"mullvad-jni",
"mullvad-leak-checker",
"mullvad-management-interface",
"mullvad-nsis",
"mullvad-paths",
Expand All @@ -44,7 +45,6 @@ members = [
"tunnel-obfuscation",
"wireguard-go-rs",
"windows-installer",
"leak-checker",
]
# Default members dictate what is built when running `cargo build` in the root directory.
# This is set to a minimal set of packages to speed up the build process and avoid building
Expand Down Expand Up @@ -84,6 +84,7 @@ hickory-server = { version = "0.24.2", features = ["resolver"] }
tokio = { version = "1.42" }
parity-tokio-ipc = "0.9"
futures = "0.3.15"

# Tonic and related crates
tonic = "0.12.3"
tonic-build = { version = "0.10.0", default-features = false }
Expand All @@ -94,6 +95,7 @@ hyper-util = {version = "0.1.8", features = ["client", "client-legacy", "http2",

env_logger = "0.10.0"
thiserror = "2.0"
anyhow = "1.0"
log = "0.4"

shadowsocks = "1.20.3"
Expand All @@ -107,8 +109,10 @@ once_cell = "1.16"
serde = "1.0.204"
serde_json = "1.0.122"

pnet_packet = "0.35.0"
ipnetwork = "0.20"
tun = { version = "0.7", features = ["async"] }
socket2 = "0.5.7"

# Test dependencies
proptest = "1.4"
Expand Down
16 changes: 0 additions & 16 deletions leak-checker/notes.md

This file was deleted.

24 changes: 0 additions & 24 deletions leak-checker/src/lib.rs

This file was deleted.

Loading

0 comments on commit 077fb39

Please sign in to comment.