shellrow
|
85532c178c
|
Merge pull request #26 from shellrow/dev
Update README.md
|
2 years ago |
shellrow
|
0bc7f9544d
|
Update README.md
|
2 years ago |
shellrow
|
5c71d490d1
|
Merge pull request #25 from shellrow/dev
Bump version to 0.14.0
|
2 years ago |
shellrow
|
4f5886407a
|
Bump version to 0.14.0
|
2 years ago |
shellrow
|
ebf094bb46
|
Correction after merge
|
2 years ago |
shellrow
|
7e89532b4b
|
Merge pull request #22 from dignifiedquire/feat-android
feat: Android compatibility
|
2 years ago |
shellrow
|
584b96f8f4
|
Merge branch 'main' into feat-android
|
2 years ago |
shellrow
|
07a3fce1ea
|
Merge pull request #23 from link2xt/cargo-fmt
Run `cargo fmt` and add GitHub Actions check
|
2 years ago |
Floris Bruynooghe
|
e649387dc0
|
remove println
|
2 years ago |
Floris Bruynooghe
|
8e8ebb974d
|
Use dlopen2 as that's maintained
|
2 years ago |
link2xt
|
67a4468a98
|
ci: check formatting
|
2 years ago |
link2xt
|
e2e7032ffa
|
Run `cargo fmt`
|
2 years ago |
dignifiedquire
|
7a257095ba
|
bring back dlopen
|
2 years ago |
dignifiedquire
|
64e265889a
|
simplify android impl, to only use netlink
|
2 years ago |
dignifiedquire
|
fba8877f4a
|
cleanup netlink impl
|
2 years ago |
dignifiedquire
|
7b1545ebd8
|
remove stray println
|
2 years ago |
dignifiedquire
|
f629ab3ccb
|
feat: use netlink as a fallback on android
|
2 years ago |
dignifiedquire
|
a8bed97314
|
feat: try to dynamically load libc.so on Android
|
2 years ago |
shellrow
|
8f22d88792
|
Merge pull request #21 from shellrow/dev
Bump version to 0.13.1
|
2 years ago |
shellrow
|
5ef6981db7
|
Bump version to 0.13.1
|
2 years ago |
shellrow
|
1ee0ffc05b
|
Update README.md
|
2 years ago |
shellrow
|
3f20b971ef
|
Merge pull request #20 from shellrow/19-upgrade-dependencies
19 upgrade dependencies
|
2 years ago |
shellrow
|
8e3f713ac8
|
Bump version to 0.13.0
|
2 years ago |
shellrow
|
1f617cbfcf
|
#19 Upgrade windows dependency
|
2 years ago |
shellrow
|
f70d5e688a
|
Update README.md
|
2 years ago |
shellrow
|
e2b45a364d
|
Update README.md
|
2 years ago |
shellrow
|
a876fc0cd9
|
Update Cargo.toml
|
2 years ago |
shellrow
|
c25d09b926
|
Merge pull request #18 from Kingtous/main
opt: prevent panic from failure on creating channel
|
2 years ago |
Kingtous
|
bdaad8dd5b
|
opt: prevent panic from failure on creating channel
|
2 years ago |
shellrow
|
cf7ca24e7e
|
Merge pull request #11 from shellrow/6-feature-request-interface-speed
6 feature request interface speed
|
3 years ago |
shellrow
|
3acb8dc98e
|
Bump version to 0.11.0
|
3 years ago |
shellrow
|
32a12ef823
|
Linux support
|
3 years ago |
shellrow
|
135de73e3f
|
Add Interface TX/RX speed
|
3 years ago |
shellrow
|
c49c19b62f
|
Update windows crate
|
3 years ago |
shellrow
|
4659282060
|
Update README.md
|
3 years ago |
shellrow
|
fc64ad8789
|
Update unix.rs
|
3 years ago |
shellrow
|
f7c77b8116
|
[Windows] Change logic of interfaces() function
- Add friendly_name field to Interface struct
- Change iphlpapi function from GetAdaptersInfo to GetAdaptersAddresses
- Windows IPv6 support
|
3 years ago |
shellrow
|
3edf665117
|
Bump version to 0.10.0
|
3 years ago |
shellrow
|
eb16ba8c99
|
Add docs
|
3 years ago |
shellrow
|
8d78aa85ff
|
Update Rust edition to 2021
|
3 years ago |
shellrow
|
568b43d959
|
Merge pull request #10 from shellrow/4-feature-request-interface-type
4 feature request interface type
|
3 years ago |
shellrow
|
dff57c56e1
|
Bump version to 0.9.0
|
3 years ago |
shellrow
|
488afea392
|
Update types.rs
|
3 years ago |
shellrow
|
dd966fc195
|
Fix if_type exception handling (Linux)
|
3 years ago |
shellrow
|
85bb313187
|
Update macos.rs
|
3 years ago |
shellrow
|
72cbca957c
|
Update linux.rs
|
3 years ago |
shellrow
|
65aa839803
|
Add if_type for macOS and iOS
|
3 years ago |
shellrow
|
c131e15441
|
Update unix.rs
|
3 years ago |
shellrow
|
c57b24a26d
|
Add if_type and flags for linux
|
3 years ago |
shellrow
|
bdd5d9a617
|
Add if_type and flags to Interface struct
|
3 years ago |