Commit Verlauf

Autor SHA1 Nachricht Datum
  Afonso Bordado 1e0aae882a cranelift: Add initial Cranelift JIT vor 2 Jahren
  Quentin Monnet 7b1f768a9c src/lib.rs: Apply rustfmt vor 1 Jahr
  Quentin Monnet 0f365500d3 src/jit.rs: Fix offset when skipping insns for handling divisions by 0 vor 1 Jahr
  Quentin Monnet 7d2b019a51 README.md: Update link to BPF docs in kernel repository vor 2 Jahren
  yihuaf 8d42a07b9d use error to_string from latest `combine` crate vor 2 Jahren
  yihuaf 4e9e594e81 update combine to 4.6.6 vor 2 Jahren
  yihuaf 416eec9190 cargo fmt vor 2 Jahren
  Quentin Monnet f6baf9cacd Cargo.toml,README.md: Bump version to 0.2.0 vor 2 Jahren
  Quentin Monnet b7d4bb74ab rbpf: Rename "master" branch into "main" everywhere in the repo vor 2 Jahren
  Quentin Monnet d22a3cfce2 ci: Remove empty workflow file vor 2 Jahren
  Quentin Monnet e45f7484f2 ci: Split job, avoid running conformance/coverage w/ all toolchains vor 2 Jahren
  Quentin Monnet c738e360d6 ci: Add Rust and Asan flags (memory leaks, address sanitation) for tests vor 2 Jahren
  Quentin Monnet 54c3f2169d src/jit.rs: Move JitMemory under JitCompiler vor 2 Jahren
  Quentin Monnet 6f8ba2e86b src/jit.rs: Move emitting functions to JitCompiler vor 2 Jahren
  Quentin Monnet beb469fff9 src/jit.rs: Fix memory leak in JIT-compiler vor 2 Jahren
  Quentin Monnet eb819554d6 src/{jit.rs,lib.rs}: Split struct JitMemory, make JITed prog an object vor 2 Jahren
  Quentin Monnet 6a48bdd638 src/insn_builder.rs: Remove unnecessary 'mut' reported by rust-analyzer vor 2 Jahren
  Quentin Monnet 1c3bf0046d src: Fix rust-analyzer diagnostics for shorthand struct initialization vor 2 Jahren
  Quentin Monnet 045049e957 src/interpreter.rs: Update clippy linter names (cast_ptr_alignment) vor 2 Jahren
  Quentin Monnet 651ae4b187 src/lib.rs,src/interpreter.rs: Move interpreter to dedicated module vor 2 Jahren
  Ben Kimock 14bdb38a8d Fix buffer overflow in strcmp test vor 2 Jahren
  Ben Kimock 495c36a545 Use {read,write}_unaligned to avoid unaligned derefs vor 2 Jahren
  Quentin Monnet 0da60cf99a jit.rs: When emitting bytes, mark writing as unaligned vor 2 Jahren
  Ismo Puustinen 196e537589 deps: update time crate version. vor 2 Jahren
  Quentin Monnet 06229a98df ci: Disable fail-fast, add concurrency options vor 2 Jahren
  Quentin Monnet a339ce8192 Cargo.toml: Disable debug assertions for tests vor 2 Jahren
  Quentin Monnet e2653a45dd src/lib.rs: Remove spurious spaces at end of lines vor 2 Jahren
  Quentin Monnet f41cd0959c examples/rbpf_plugin.rs: Fix minor reports from clippy vor 2 Jahren
  Quentin Monnet b46188f423 README.md: State DCO requirement explicitly vor 2 Jahren
  Quentin Monnet 8de265e0a7 README.md: Add coverage status badge vor 2 Jahren