Commit Graph

  • a06134963a fix sockaddr_to_network_addr main Niko PLP 2023-08-02 19:42:44 +0300
  • 9061d447b4
    Merge pull request #38 from shellrow/dev shellrow 2023-07-16 15:57:24 +0900
  • ba7f5fd78b Run `cargo fmt` shellrow 2023-07-16 15:53:31 +0900
  • 7ef04c107e Bump version to 0.16.2 shellrow 2023-07-16 15:50:37 +0900
  • cd8f1bb44f Fix macOS shellrow 2023-07-16 15:46:32 +0900
  • 136aca6d0b
    Merge pull request #37 from shellrow/dev shellrow 2023-07-11 22:16:34 +0900
  • 78f8caeacb Bump version to 0.16.1 shellrow 2023-07-11 22:12:06 +0900
  • dc22e34dce
    Merge pull request #35 from dignifiedquire/feat-android-deps shellrow 2023-07-11 22:01:13 +0900
  • 73ff008cb5
    Merge pull request #36 from shellrow/34-fix-macos shellrow 2023-07-11 01:16:14 +0900
  • 7ca22bdce8 Add android target shellrow 2023-07-11 01:09:26 +0900
  • 162240457f Run `cargo fmt` shellrow 2023-07-11 01:01:14 +0900
  • 63ec068733 Update README.md shellrow 2023-07-11 00:51:38 +0900
  • d6f2c0b4a5 Bump version to 0.16.0 shellrow 2023-07-11 00:47:33 +0900
  • 8a77d9726e Fix macOS shellrow 2023-07-11 00:42:24 +0900
  • b1b77ef737 api fixup dignifiedquire 2023-07-10 11:48:18 +0200
  • 8b15f041af feat: update android deps dignifiedquire 2023-07-10 12:01:02 +0200
  • 943939c5c9
    Merge pull request #30 from flub/lighter-deps shellrow 2023-05-25 20:06:05 +0900
  • 719b85627a
    Merge pull request #33 from shellrow/dev shellrow 2023-05-22 23:08:41 +0900
  • 78ab24075c Update ci.yml shellrow 2023-05-22 22:46:34 +0900
  • ef18deff67 Bump version to 0.15.0 shellrow 2023-05-22 22:42:16 +0900
  • 3b4c18f550
    Merge pull request #32 from shellrow/24-update-windows-dependency shellrow 2023-05-22 22:26:27 +0900
  • b67ffecf95 Update ci.yml shellrow 2023-05-22 22:02:26 +0900
  • 3b7f4de183 Update ci.yml shellrow 2023-05-22 22:00:04 +0900
  • 95ed57922d Update ci.yml shellrow 2023-05-22 21:54:28 +0900
  • de905706e0 Run rustfmt shellrow 2023-05-22 21:30:49 +0900
  • dbda68f696 Update windows dependency shellrow 2023-05-22 21:20:51 +0900
  • 61c034ebf3
    ref(deps): Only request basic features of dlopen2 Floris Bruynooghe 2023-03-27 18:22:01 +0200
  • 1bc3d44857
    Merge pull request #29 from flub/cross-android-version shellrow 2023-03-24 23:00:52 +0900
  • 9ed8776197
    fix(ci): Use rust 1.68 for android compilation Floris Bruynooghe 2023-03-24 14:37:37 +0100
  • af79dffcbd
    Merge pull request #28 from shellrow/dev shellrow 2023-03-24 22:35:58 +0900
  • 006971f491 Bump version to 0.14.1 shellrow 2023-03-24 22:22:19 +0900
  • 4c48f345a5
    Merge pull request #27 from flub/cross-fixes shellrow 2023-03-24 22:13:50 +0900
  • c003d2d35d
    Fix the android dlopen call Floris Bruynooghe 2023-03-23 15:27:42 +0100
  • 50b8d80134
    Add a github workflow to cross compile Floris Bruynooghe 2023-03-23 15:22:30 +0100
  • 85532c178c
    Merge pull request #26 from shellrow/dev shellrow 2023-03-23 22:47:13 +0900
  • 0bc7f9544d Update README.md shellrow 2023-03-23 22:46:32 +0900
  • 5c71d490d1
    Merge pull request #25 from shellrow/dev shellrow 2023-03-23 22:42:50 +0900
  • 4f5886407a Bump version to 0.14.0 shellrow 2023-03-23 22:39:57 +0900
  • ebf094bb46 Correction after merge shellrow 2023-03-23 22:38:22 +0900
  • 7e89532b4b
    Merge pull request #22 from dignifiedquire/feat-android shellrow 2023-03-23 22:10:55 +0900
  • 584b96f8f4
    Merge branch 'main' into feat-android shellrow 2023-03-23 21:58:52 +0900
  • 07a3fce1ea
    Merge pull request #23 from link2xt/cargo-fmt shellrow 2023-03-23 21:37:24 +0900
  • e649387dc0
    remove println Floris Bruynooghe 2023-03-22 17:18:06 +0100
  • 8e8ebb974d
    Use dlopen2 as that's maintained Floris Bruynooghe 2023-03-22 16:46:40 +0100
  • 67a4468a98 ci: check formatting link2xt 2023-03-19 12:25:04 +0000
  • e2e7032ffa Run `cargo fmt` link2xt 2023-03-19 11:36:01 +0000
  • 7a257095ba bring back dlopen dignifiedquire 2023-03-13 18:05:55 +0100
  • 64e265889a simplify android impl, to only use netlink dignifiedquire 2023-03-12 13:33:49 +0100
  • fba8877f4a cleanup netlink impl dignifiedquire 2023-03-12 13:29:20 +0100
  • 7b1545ebd8 remove stray println dignifiedquire 2023-03-12 00:44:07 +0100
  • f629ab3ccb feat: use netlink as a fallback on android dignifiedquire 2023-03-12 00:35:17 +0100
  • a8bed97314 feat: try to dynamically load libc.so on Android dignifiedquire 2023-03-10 16:19:32 +0100
  • 8f22d88792
    Merge pull request #21 from shellrow/dev shellrow 2023-03-11 14:28:43 +0900
  • 5ef6981db7 Bump version to 0.13.1 shellrow 2023-03-11 14:22:54 +0900
  • 1ee0ffc05b Update README.md shellrow 2023-03-11 14:22:02 +0900
  • 3f20b971ef
    Merge pull request #20 from shellrow/19-upgrade-dependencies shellrow 2023-03-10 01:01:21 +0900
  • 8e3f713ac8 Bump version to 0.13.0 shellrow 2023-03-10 00:57:09 +0900
  • 1f617cbfcf #19 Upgrade windows dependency shellrow 2023-03-10 00:47:36 +0900
  • f70d5e688a Update README.md shellrow 2022-12-31 22:23:51 +0900
  • e2b45a364d Update README.md shellrow 2022-12-31 21:48:43 +0900
  • a876fc0cd9 Update Cargo.toml shellrow 2022-12-31 21:48:38 +0900
  • c25d09b926
    Merge pull request #18 from Kingtous/main shellrow 2022-12-31 21:37:04 +0900
  • bdaad8dd5b opt: prevent panic from failure on creating channel Kingtous 2022-12-31 14:49:47 +0800
  • cf7ca24e7e
    Merge pull request #11 from shellrow/6-feature-request-interface-speed shellrow 2022-05-05 16:59:19 +0900
  • 3acb8dc98e Bump version to 0.11.0 shellrow 2022-05-05 16:47:17 +0900
  • 32a12ef823 Linux support shellrow 2022-05-05 16:30:41 +0900
  • 135de73e3f Add Interface TX/RX speed shellrow 2022-05-05 16:05:26 +0900
  • c49c19b62f Update windows crate shellrow 2022-05-03 23:02:45 +0900
  • 4659282060 Update README.md shellrow 2022-05-03 22:47:49 +0900
  • fc64ad8789 Update unix.rs shellrow 2022-05-03 22:47:02 +0900
  • f7c77b8116 [Windows] Change logic of interfaces() function shellrow 2022-05-03 22:41:51 +0900
  • 3edf665117 Bump version to 0.10.0 shellrow 2022-05-03 15:43:53 +0900
  • eb16ba8c99 Add docs shellrow 2022-05-03 15:34:55 +0900
  • 8d78aa85ff Update Rust edition to 2021 shellrow 2022-05-03 14:50:07 +0900
  • 568b43d959
    Merge pull request #10 from shellrow/4-feature-request-interface-type shellrow 2022-03-28 23:21:08 +0900
  • dff57c56e1 Bump version to 0.9.0 shellrow 2022-03-28 22:39:16 +0900
  • 488afea392 Update types.rs shellrow 2022-03-28 22:27:59 +0900
  • dd966fc195 Fix if_type exception handling (Linux) shellrow 2022-03-28 22:12:35 +0900
  • 85bb313187 Update macos.rs shellrow 2022-03-28 21:40:38 +0900
  • 72cbca957c Update linux.rs shellrow 2022-03-27 22:15:28 +0900
  • 65aa839803 Add if_type for macOS and iOS shellrow 2022-03-27 22:06:53 +0900
  • c131e15441 Update unix.rs shellrow 2022-03-27 17:50:02 +0900
  • c57b24a26d Add if_type and flags for linux shellrow 2022-03-27 16:54:36 +0900
  • bdd5d9a617 Add if_type and flags to Interface struct shellrow 2022-03-27 15:16:23 +0900
  • dab7f43370
    Merge pull request #9 from shellrow/8-add-interface-type-win shellrow 2022-03-22 23:47:00 +0900
  • 3e13ec01e5 Bump version to 0.8.2 shellrow 2022-03-22 23:22:05 +0900
  • f4118443cc Add interface types shellrow 2022-03-22 22:59:38 +0900
  • 6f5975df03 Bump version to 0.8.1 shellrow 2022-02-12 15:36:11 +0900
  • 42f8fad9e2 Add adapter type filter (#3) shellrow 2022-02-12 15:20:22 +0900
  • 9ee14ada71 Update unix.rs shellrow 2022-01-29 18:12:53 +0900
  • 1569bb2dd0 Bump version to 0.8.0 shellrow 2022-01-29 17:51:43 +0900
  • 1875148ab6 Add docs shellrow 2022-01-29 17:47:29 +0900
  • 08a3805606 Windows support (#2) shellrow 2022-01-29 16:59:34 +0900
  • ad4bf96587 Add Ipv4Net and Ipv6Net struct (#2) shellrow 2022-01-29 16:10:14 +0900
  • 75f24cfe6c Update README.md shellrow 2022-01-16 21:47:23 +0900
  • 38fc10e014 Bump version to 0.7.0 shellrow 2022-01-16 21:20:33 +0900
  • aec1e2017c Update mod.rs shellrow 2022-01-16 17:49:07 +0900
  • e072e3de14 Update linux.rs shellrow 2022-01-16 17:37:34 +0900
  • 43255ac602 Update mod.rs shellrow 2022-01-16 17:31:18 +0900
  • 97195bef06 Linux support shellrow 2022-01-16 17:24:48 +0900