Commit Graph

  • c1d136c743
    add smoke test for loaded_programs() Andrew Stoycos 2023-07-26 12:53:02 -0400
  • 0b022af9f3
    add program_info API Andrew Stoycos 2023-07-05 15:05:02 -0400
  • 243d789be8
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • abde6e10a3
    add map_ids field to bpf_prog_get_info_by_fd Andrew Stoycos 2023-07-03 15:17:27 -0400
  • 8778c4ca29
    Merge pull request #695 from aya-rs/mergify/dave-tucker/config-update Dave Tucker 2023-07-31 12:09:12 +0100
  • 34d1d7a9d7 ci(Mergify): configuration update Dave Tucker 2023-07-27 16:45:27 +0100
  • c74813f8c5 test: add the possibility to run a test inside a network namespace Tuetuopay 2023-03-06 18:31:58 +0100
  • e95f76a5b3
    Merge pull request #699 from aya-rs/cache-again-god-damn-it Tamir Duberstein 2023-07-28 17:22:37 -0400
  • 8961be9526
    Do not escape newlines on Err(LoadError).unwrap() Tamir Duberstein 2023-07-28 09:54:32 -0400
  • 49cbb1366f
    integration-test: rerun-if-changed=integration-ebpf Tamir Duberstein 2023-07-27 22:03:57 -0400
  • 13e83b24ee
    Merge pull request #662 from nrxus/use-owned-fd-for-btf Tamir Duberstein 2023-07-28 17:05:12 -0400
  • ea96c29ccb aya: Use Arc<OwnedFd> when loading BTF fd Andrés Medina 2023-07-27 22:01:55 -0700
  • 09fa11fa30 aya: Use Arc<OwnedFd> when loading BTF fd Andrés Medina 2023-07-27 22:01:55 -0700
  • 6fa7fdb08f aya: Use Arc<OwnedFd> when loading BTF fd Andrés Medina 2023-07-27 22:01:55 -0700
  • 6827b9bbb3
    Do not escape newlines on Err(LoadError).unwrap() Tamir Duberstein 2023-07-28 09:54:32 -0400
  • 4b6b3dbc5e
    integration-test: rerun-if-changed=integration-ebpf Tamir Duberstein 2023-07-27 22:03:57 -0400
  • fcabe5fe58 aya: Use Arc<OwnedFd> when loading BTF fd Andrés Medina 2023-07-27 22:01:55 -0700
  • 683a1cf2e4 aya: Make SysResult generic on Ok variant Andrés Medina 2023-07-20 00:25:54 -0700
  • c63d9904f7 Replace std::os::unix::io for std::os::fd Andrés Medina 2023-07-16 12:02:57 -0700
  • 82347179f6
    bpf: Remove builtin global functions Tamir Duberstein 2023-07-27 18:33:55 -0400
  • 1bc9a1ad04
    Merge pull request #697 from aya-rs/log-env-too ajwerner 2023-07-27 18:03:42 -0400
  • d62ae98889
    integration-test: Remove RUSTC from cargo-in-cargo Tamir Duberstein 2023-07-27 17:26:50 -0400
  • 707c3ab49f
    update public-api Andrew Stoycos 2023-07-27 11:37:29 -0400
  • 92a9eda9a9
    add new programinfo constructor Andrew Stoycos 2023-07-26 16:41:04 -0400
  • 58e53df2b0
    add smoke test for loaded_programs() Andrew Stoycos 2023-07-26 12:53:02 -0400
  • 4efd52cabf
    add program_info API Andrew Stoycos 2023-07-05 15:05:02 -0400
  • 728102504a
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • 0295b63315
    add map_ids field to bpf_prog_get_info_by_fd Andrew Stoycos 2023-07-03 15:17:27 -0400
  • f334cbd86e
    Merge pull request #693 from aya-rs/public-diff-backwards Tamir Duberstein 2023-07-27 10:34:01 -0400
  • 8d7545aff8
    xtask: reverse public API diff direction Tamir Duberstein 2023-07-27 09:01:30 -0400
  • dd988a3556
    remove programfd in favor of borrowedfd Andrew Stoycos 2023-07-27 09:36:03 -0400
  • a8273626a9 xtask: reverse public API diff direction Tamir Duberstein 2023-07-27 09:01:30 -0400
  • b2b52aac9e aya: Use `OwnedFd` when loading BTF fd Andrés Medina 2023-07-20 00:33:21 -0700
  • 41fc87c2e6
    Merge pull request #691 from aya-rs/public-api-followup Dave Tucker 2023-07-27 10:42:46 +0100
  • ab1ca8fb60 aya: Make SysResult generic on Ok variant Andrés Medina 2023-07-20 00:25:54 -0700
  • 48a5f14f8a Replace std::os::unix::io for std::os::fd Andrés Medina 2023-07-16 12:02:57 -0700
  • 321bda7539
    public-api: simplify and improve output Tamir Duberstein 2023-07-26 17:31:16 -0400
  • 06d6a3e7a6
    vscode: exclude public-api fixtures from search Tamir Duberstein 2023-07-26 17:30:38 -0400
  • 8e144a5c29
    Merge pull request #661 from ajwerner/integration-tests-in-release ajwerner 2023-07-26 17:54:54 -0400
  • 48f8584b63
    public-api: simplify and improve output Tamir Duberstein 2023-07-26 17:31:16 -0400
  • 3b8f36f819
    public-api: ignore fixtures in git grep Tamir Duberstein 2023-07-26 17:30:38 -0400
  • e30df50fb7
    Merge pull request #682 from dave-tucker/public-api Dave Tucker 2023-07-26 22:08:30 +0100
  • f833f1fc1d xtask: Add cargo-public-api Dave Tucker 2023-07-20 10:51:26 +0100
  • 38969df748 xtask: Add cargo-public-api Dave Tucker 2023-07-20 10:51:26 +0100
  • 90d9dbbee1
    remove programfd in favor of ownedfd Andrew Stoycos 2023-07-26 14:40:44 -0400
  • 909394e93d
    add smoke test for loaded_programs() Andrew Stoycos 2023-07-26 12:53:02 -0400
  • 9adb1b29f3
    add program_info API Andrew Stoycos 2023-07-05 15:05:02 -0400
  • 7fe6b9dbb0
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • 7575628d1b integration-tests: run in release also Andrew Werner 2023-07-16 16:03:14 -0400
  • 2d4f9f257d
    add smoke test for loaded_programs() Andrew Stoycos 2023-07-26 12:53:02 -0400
  • 96c0c57fee
    add program_info API Andrew Stoycos 2023-07-05 15:05:02 -0400
  • a2a1d642c0
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • 927006d3e8
    add map_ids field to bpf_prog_get_info_by_fd Andrew Stoycos 2023-07-03 15:17:27 -0400
  • 53d36a3fe0
    Merge pull request #688 from aya-rs/get-fd-owned Tamir Duberstein 2023-07-26 13:31:17 -0400
  • 5e953e7df6
    add smoke test for loaded_programs() Andrew Stoycos 2023-07-26 12:53:02 -0400
  • 85ce71d42e
    add program_info API Andrew Stoycos 2023-07-05 15:05:02 -0400
  • e4d6edfdd3
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • f8e785fa8f
    add map_ids field to bpf_prog_get_info_by_fd Andrew Stoycos 2023-07-03 15:17:27 -0400
  • eb80e6f37e
    Merge pull request #689 from aya-rs/parallel-ci Tamir Duberstein 2023-07-25 21:17:51 -0400
  • d6322d2da3
    github: parallel all the CI Tamir Duberstein 2023-07-25 19:33:38 -0400
  • 76c78e3bf8
    sys: bpf_prog_get_fd_by_id returns OwnedFd Tamir Duberstein 2023-07-25 19:01:03 -0400
  • 51cd36378a
    Merge pull request #687 from ajwerner/cargo-args Tamir Duberstein 2023-07-25 19:12:23 -0400
  • 6dc961ac53
    sys: bpf_prog_get_fd_by_id returns OwnedFd Tamir Duberstein 2023-07-25 19:01:03 -0400
  • a6b1fb9a1e xtask: allow arbitrary flags to cargo build Tamir Duberstein 2023-07-18 17:37:29 -0400
  • 5f5931c4b9
    use ownedfd Andrew Stoycos 2023-07-25 17:28:36 -0400
  • 17e10db63d
    add program_info API Andrew Stoycos 2023-07-05 15:05:02 -0400
  • 4b892e1a4b
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • 58fa703a33
    add map_ids field to bpf_prog_get_info_by_fd Andrew Stoycos 2023-07-03 15:17:27 -0400
  • 3061cc42fe
    change map_ids type Andrew Stoycos 2023-07-25 15:42:29 -0400
  • a034e9aa99
    tmp1 Andrew Stoycos 2023-07-25 15:14:14 -0400
  • 365ed3a614
    add program_info API Andrew Stoycos 2023-07-05 15:05:02 -0400
  • dfda4cef28
    add program_info API Andrew Stoycos 2023-07-05 15:05:02 -0400
  • e64e84ffa2
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • f462e0d586 integration-test: Add test for 2 progs in same section Dave Tucker 2023-07-24 19:04:19 +0100
  • ffe293e48c aya-bpf-macros: Refactor for ease of testing Dave Tucker 2023-07-04 17:13:40 +0100
  • e5e38fc5cb aya: Find programs using the symbol table Dave Tucker 2022-10-12 14:27:00 +0000
  • ee00f43920
    add program_info api Andrew Stoycos 2023-07-05 15:05:02 -0400
  • cda138367d
    add methods to help the loaded_programs() API Andrew Stoycos 2023-07-24 12:16:23 -0400
  • 0542f9d22e
    add map_ids field to bpf_prog_get_info_by_fd Andrew Stoycos 2023-07-03 15:17:27 -0400
  • 5ebaf5f393
    Merge pull request #683 from aya-rs/logs-wtf Tamir Duberstein 2023-07-24 11:35:54 -0400
  • 68174d7d73
    Merge pull request #685 from aya-rs/dependabot/cargo/cargo_metadata-0.17.0 Dave Tucker 2023-07-24 15:56:29 +0100
  • 4b6579e2f1
    build(deps): update cargo_metadata requirement from 0.15.4 to 0.17.0 dependabot[bot] 2023-07-24 13:54:55 +0000
  • aed74d5ab3
    Merge pull request #669 from aya-rs/bpf-linker-hella-warnings vadorovsky 2023-07-21 22:19:02 +0200
  • b3db9161eb
    Refactor log macro for readability Tamir Duberstein 2023-07-14 15:55:13 -0400
  • bbb7caf7dd
    Refactor log macro for readability Tamir Duberstein 2023-07-14 15:55:13 -0400
  • 74fc50bf7e
    integration-test: shuttle stdio to user Tamir Duberstein 2023-07-17 20:34:14 -0400
  • c8200edd6a aya: Add cargo-public-api Dave Tucker 2023-07-20 10:51:26 +0100
  • ec5ff01e41
    Merge pull request #681 from aya-rs/fix-cargo-test Dave Tucker 2023-07-21 12:39:16 +0100
  • 11e993fdc4 aya: Use `OwnedFd` when loading BTF fd Andrés Medina 2023-07-20 00:33:21 -0700
  • f09e26f756 aya: Make SysResult generic on Ok variant Andrés Medina 2023-07-20 00:25:54 -0700
  • 64a3d65c01 Replace std::os::unix::io for std::os::fd Andrés Medina 2023-07-16 12:02:57 -0700
  • a84bd1a95d
    test: document cargo build scripts Tamir Duberstein 2023-07-20 10:51:34 -0400
  • 8cec4b25f9
    Revert "integration-test: add to default-members" Tamir Duberstein 2023-07-20 10:18:44 -0400
  • ca2c360e69 aya: Add cargo-public-api Dave Tucker 2023-07-20 10:51:26 +0100
  • ff11c65734
    Merge pull request #680 from dave-tucker/ci-cleanup Dave Tucker 2023-07-20 16:32:27 +0100
  • ca2d0885e2
    test: document cargo build scripts Tamir Duberstein 2023-07-20 10:51:34 -0400
  • 3b859ba70a ci: Bump ubunutu Dave Tucker 2023-07-20 14:27:35 +0100
  • cf0c866458 .github: Consolidate CI workflows into one Dave Tucker 2023-07-20 10:48:23 +0100
  • 19ed955e30
    Revert "integration-test: add to default-members" Tamir Duberstein 2023-07-20 10:18:44 -0400
  • 7456d2bb0d aya: Use `OwnedFd` when loading BTF fd Andrés Medina 2023-07-20 00:33:21 -0700