Historique des commits

Auteur SHA1 Message Date
  Quentin Monnet 88fd75eae6 src: update deprecated syntax il y a 5 ans
  Quentin Monnet f983ff2163 src/lib.rs: fix sign extension for MOV32_IMM (interpreter) il y a 5 ans
  jackcmay 622c876d1a Helper function type to be used with register_helper() (#44) il y a 6 ans
  jackcmay f4bda9472c Rename (#40) il y a 6 ans
  jackcmay b31d366489 Exit gracefully on program exit (#38) il y a 6 ans
  Quentin Monnet bc41ec47d9 src/lib.rs: minor cleanup in documentation il y a 6 ans
  jackcmay 4bcf67ad4c Customizable verifier (#34) il y a 6 ans
  Quentin Monnet fc834c71fb src: handle errors in verifier instead of panic!()-ing il y a 6 ans
  Quentin Monnet af2495e891 src/lib.rs: fix bytecode in some examples il y a 6 ans
  Jack May 4bbf5f1811 clippy clean il y a 6 ans
  Jack May bb0e3a73ef copy OperandSize, cleanup extern/use il y a 6 ans
  Jack May 1a6f30fd9c fix clippy errors: cast to more stick alignment, warning: not consumed copy il y a 6 ans
  Quentin Monnet 53b0fce923 Add BPF_J{LT,LE,SLT,SLE} instructions il y a 7 ans
  Jan-Erik Rediger 435c6152d6 Skip JITting on Windows il y a 7 ans
  Bruce Mitchener 97e185c336 Configure rustc and clippy warnings. il y a 7 ans
  Bruce Mitchener f2893a0af6 Remove unused extern crates. il y a 7 ans
  Bruce Mitchener 14adf30a11 Use is_empty instead of len comparisons. il y a 7 ans
  Bruce Mitchener a767dbcb04 Use time crate for nanosecond helper. il y a 7 ans
  Quentin Monnet c63bd3411a src: fix all warnings from clippy, one way or another il y a 8 ans
  Quentin Monnet 4a7083c7f4 src/asm_parser.rs: remove public exposure of the module in root file il y a 8 ans
  Oleksandr Dukhno 724fee58cb src/insn_builder.rs: add a Rust API to build eBPF programs il y a 8 ans
  Quentin Monnet 26138c2dcc src,examples: fix copyright owner il y a 8 ans
  Rich Lane 4f35aae74e eBPF assembler il y a 8 ans
  Rich Lane c96f7d8335 src/lib.rs: alphabetize module includes il y a 8 ans
  Rich Lane a5244aa441 add assembly parser il y a 8 ans
  Quentin Monnet 691c77aa03 src/: reorganize comments around `LD_DW_IMM` in match arms il y a 8 ans
  Quentin Monnet 477c95d82e src/(lib,verifier).rs: add support for `LD_ABS_*` and `LD_IND_*` ops il y a 8 ans
  Quentin Monnet e6d68af67a src/(lib,jit).rs: use functions from std::ptr when relevant il y a 8 ans
  Quentin Monnet d12f712a8f src/lib.rs: sort module includes il y a 8 ans
  Quentin Monnet 9044596a7f src, tests, examples: replace vec. by slices in unit/doc tests and ex. il y a 8 ans