Historial de Commits

Autor SHA1 Mensaje Fecha
  Bruce Mitchener f2893a0af6 Remove unused extern crates. hace 8 años
  Bruce Mitchener 7ccafdc819 Use assert_eq! rather than assert! where relevant. hace 8 años
  Bruce Mitchener 14adf30a11 Use is_empty instead of len comparisons. hace 8 años
  Bruce Mitchener 641439ed8a Remove unnecessary reference taking. hace 8 años
  Bruce Mitchener 60f0cab745 Remove unused mut from buffer. hace 8 años
  Quentin Monnet 61cb5fc7b8 Merge pull request #20 from waywardmonkeys/use_time_crate hace 8 años
  Bruce Mitchener 5f66bd116b Add macOS to Travis config. hace 8 años
  Bruce Mitchener a767dbcb04 Use time crate for nanosecond helper. hace 8 años
  Quentin Monnet f1e69a8f83 Merge pull request #17 from NanXiao/patch-1 hace 8 años
  Nan Xiao c02af2c59d Fix typo in README.md hace 8 años
  Quentin Monnet f7c31d1d2f Merge pull request #16 from badboy/remove-old-lint hace 8 años
  Jan-Erik Rediger 79f092d66d Remove no-longer-existing lint hace 8 años
  Quentin Monnet 43f2a1aff4 Merge pull request #15 from badboy/correct-disasm hace 8 años
  Jan-Erik Rediger 2a060c87f6 Add my own copyright hace 8 años
  Jan-Erik Rediger 34bd96391b Add tests for disassembler output hace 8 años
  Jan-Erik Rediger dc3afe257e Store and load operations apply the offset to different arguments hace 8 años
  Jan-Erik Rediger 9205b3924f Byteswap size is determined by immediate, not by offset hace 8 años
  Quentin Monnet c63bd3411a src: fix all warnings from clippy, one way or another hace 8 años
  Quentin Monnet 4a7083c7f4 src/asm_parser.rs: remove public exposure of the module in root file hace 8 años
  Quentin Monnet e6ca552b6e src/asm_parser.rs: add example to parse() function documentation hace 8 años
  Quentin Monnet e822a90a2d src/jit.rs: comment a somewhat obscure line hace 8 años
  Oleksandr Dukhno 724fee58cb src/insn_builder.rs: add a Rust API to build eBPF programs hace 8 años
  Quentin Monnet 26138c2dcc src,examples: fix copyright owner hace 8 años
  Quentin Monnet 27df7c781c tests: fix style (skip two lines after license boilerplate) hace 8 años
  Quentin Monnet e3a39829c0 Merge pull request #11 from rlane/use-assembler hace 8 años
  Rich Lane fa01e85ad4 tests/ubpf_jit_x86_64.rs: fix sign of immediates hace 8 años
  Rich Lane 79f794bb13 tests/ubpf_vm.rs: fix sign of immediates hace 8 años
  Rich Lane 8a835c12b6 tests/ubpf_verifier.rs: use assembler in test_verifier_err_write_r10 hace 8 años
  Rich Lane d08279fc5c tests/ubpf_vm.rs: use assembler hace 8 años
  Rich Lane 2f9d49f69e tests/ubpf_verifier.rs: use assembler hace 8 años