-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Obtain info via routing sockets (#29)
* feat: Obtain info via routing sockets WIP This avoids the need to mess around with sockets. * Fixes * Fixes * Linux * Windows * Fixes * Clippy * Clippy * Update src/bsd.rs Co-authored-by: Martin Thomson <[email protected]> * Try and fix sanitizer issue * Rearrange Windows code * Fixes * Fixes * Omit win_bindings.rs from codecov (again) * Update docs * Read all socket responses to allow socket reuse * Update README * Add .clippy.toml * Update src/windows/mod.rs Co-authored-by: Max Inden <[email protected]> * Drop neli * Cleanups * Nit * Fixes * Fix * Fix * Simplify * Also install llvm-symbolizer for the sanitizer runs * Fixes * Fixes * README * clippy * Tweaks * Misc improvements * ASAN_OPTIONS: detect_leaks=1:detect_stack_use_after_return=1 * Suppress * LSAN_OPTIONS * llvm * path * Again * Again * Again * Again * Again * Again * Again * Again * Again * Again * Again * Again * Again * Again * Update src/linux.rs Co-authored-by: Max Inden <[email protected]> * Use `OwnedFd` * Address code review * BSDs and Windows * ifconfig * env * rmx_filler * Debug * Debug * send * recv * Again * Again * Again * mtu * Fix cloudflare.com v6 address * Undo * rt_metrics * More BSD * RTAX_IFA * All the BSDs are different, sigh * More * codecov * Again * binstall * cargo-llvm-cov * Again * llvm * Minimize conversions * More * Again * Again * Again * Again * Again * More * Again * Again * Linux fix * More * stable * Simplify * More comments * Use bindgen * Address code review * Iterator * Final fixes * Install llvm * Workflow fixes * Hack * Fix? * CI * llvm-16.0.6p30 * netbsd * netbsd * clang * Remove unused code. * More helpers * Tweaks * Fix * Address code review * Update .github/workflows/check.yml Co-authored-by: Martin Thomson <[email protected]> * Update .github/workflows/check.yml Co-authored-by: Martin Thomson <[email protected]> * Update .github/workflows/check.yml Co-authored-by: Martin Thomson <[email protected]> * Update src/bsd.rs Co-authored-by: Martin Thomson <[email protected]> * Update src/linux.rs Co-authored-by: Martin Thomson <[email protected]> * Address first batch of comments from @martinthomson * Suppress shellcheck warning * More suggestions from @martinthomson * Use `std::io::Result` * clippy * Nits * Suggestions from @martinthomson * Fix * Macro * Not Windows --------- Co-authored-by: Martin Thomson <[email protected]> Co-authored-by: Max Inden <[email protected]>
- Loading branch information
1 parent
14356bf
commit 926a014
Showing
12 changed files
with
1,159 additions
and
973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.