Historique des commits

Auteur SHA1 Message Date
  Quentin Monnet f73b9c2e5b src: Fix Clippy reports il y a 8 mois
  Quentin Monnet 5d622130c2 src: Fix deprecated calls to 'feature = "cargo-clippy"' il y a 8 mois
  Quentin Monnet e97a5223cd src/helpers.rs,src/jit.rs: Formatting nits il y a 8 mois
  John Nunley 404ccd0916 feat: Reduce dependency on libc il y a 9 mois
  Quentin Monnet cfb363c156 src/interpreter.rs: Use wrapping_offset() for load/store operations il y a 8 mois
  Wouter Dullaert 93e7dcda59 fix(doc): Add compilation instructions for aya ebpf example il y a 9 mois
  Quentin Monnet e8d9a12b31 Cargo.toml,README.md: Bump version to 0.3.0 il y a 9 mois
  Quentin Monnet 28f3d28c9a Cargo.toml: Update author email il y a 9 mois
  Wouter Dullaert e4d054275d fix(examples): Restructure allowed_memory test il y a 9 mois
  Wouter Dullaert 384c8820b3 feat: Add an option to register allowed ranges of memory il y a 9 mois
  Quentin Monnet 31e118b89e .appveyor.yml: Update Rust version il y a 9 mois
  SzymonKubica fe7021b07b Add a workflow job to build and run the tests available under no_std. il y a 1 an
  SzymonKubica c08db1b9e4 Add no_std feature description to the README. il y a 1 an
  SzymonKubica 86d2586d36 Add lib module with conditional imports depending on std/no_std. il y a 1 an
  SzymonKubica 9061ae823d Add std feature for gating the jit code alongside windows cfg option. il y a 1 an
  Sean Young 17353e3b2f src/ebpf.rs: Increase instruction limit to 1 million il y a 1 an
  LookForAdmin 50a8fbaacc README.md: Update link referencing JIT il y a 1 an
  Quentin Monnet 3e80ed720a src/interpreter: Remove/explain masks for 32-bit shift operations il y a 1 an
  Quentin Monnet a16cc00d8c tests/ubpf_vm.rs: Add tests for arsh offset masking il y a 1 an
  ret2happy adea893e18 src/interpreter.rs: Fix arithmetic left/right shift implementation (mask offset) il y a 1 an
  Quentin Monnet 505d54afa4 src: Remove unused imports raised by linter il y a 1 an
  Quentin Monnet 21b2e418e0 .appveyor.yml: Update Rust version il y a 1 an
  Quentin Monnet 7bebff57be src/interpreter.rs: Fix left/right shifts implementation (mask offset) il y a 1 an
  Quentin Monnet c8d34a03d8 tests/disassembler.rs: Add non-regression test for -0x8000 offset il y a 1 an
  HAPPY 48acd9ff14 Fix negation overflow in disassembler il y a 1 an
  Quentin Monnet 9bd61f2dd7 tests/ubpf_vm.rs: Add non-regression tests for 32-bit divisions by 0 il y a 1 an
  HAPPY e866963146 Fix nullness check to src value in MOD32 and DIV32 il y a 1 an
  Quentin Monnet 36bf0d646c tests/ubpf_vm.rs: Add regression test for check_mem() addition overflow il y a 1 an
  HAPPY 56669f8cc3 Fix overflow issue in memory address boundary check il y a 1 an
  Afonso Bordado 4812c52fe1 cranelift: Use the default libcall names il y a 1 an