Quentin Monnet
|
fc834c71fb
src: handle errors in verifier instead of panic!()-ing
|
6 years ago |
Quentin Monnet
|
f6aae40d69
src/verifier.rs: wrap calls to panic!()
|
6 years ago |
Quentin Monnet
|
2efb55b513
Cargo.toml: update dependencies
|
6 years ago |
Quentin Monnet
|
af2495e891
src/lib.rs: fix bytecode in some examples
|
6 years ago |
Quentin Monnet
|
9b1529f147
README.md: update table of contents
|
6 years ago |
Quentin Monnet
|
d5bf1ae715
README.md: update doc with a note on OS support
|
6 years ago |
Quentin Monnet
|
d40115045b
Cargo.toml: update author's email
|
6 years ago |
Quentin Monnet
|
6691d231ac
README.md: add section about ways to build programs
|
6 years ago |
Quentin Monnet
|
ba86c52774
README.md: remove to-do item about assembler, we have it
|
6 years ago |
Quentin Monnet
|
f90087a0d6
README.md: fix a broken test
|
6 years ago |
Quentin Monnet
|
e1ec05e558
README.md: add "ignore" tag to snippets that should never be tested
|
6 years ago |
Quentin Monnet
|
22264f5722
src/insn_builder.rs: add a test with several instructions
|
6 years ago |
Quentin Monnet
|
7f62d773ff
src/assembler.rs, src/disassembler.rs: fix some tests
|
6 years ago |
Quentin Monnet
|
d938af12ea
Merge pull request #28 from jackcmay/fix_clippy
|
6 years ago |
Jack May
|
4bbf5f1811
clippy clean
|
6 years ago |
Jan-Erik Rediger
|
afcfff22c9
Merge pull request #27 from jackcmay/fix_clippy_errors
|
6 years ago |
Jack May
|
bb0e3a73ef
copy OperandSize, cleanup extern/use
|
6 years ago |
Jack May
|
1a6f30fd9c
fix clippy errors: cast to more stick alignment, warning: not consumed copy
|
6 years ago |
Jan-Erik Rediger
|
9712efc8eb
Merge pull request #26 from waywardmonkeys/fix-cargo-toml
|
7 years ago |
Bruce Mitchener
|
dc032b98e6
Use [package] in Cargo.toml
|
7 years ago |
Quentin Monnet
|
53b0fce923
Add BPF_J{LT,LE,SLT,SLE} instructions
|
7 years ago |
Quentin Monnet
|
4af0583d99
README.md: Add badge for AppVeyor builds (master branch)
|
7 years ago |
Quentin Monnet
|
fe5ddd5ee4
Merge pull request #25 from waywardmonkeys/remove_redundant_checks
|
7 years ago |
Bruce Mitchener
|
3d4ac54d65
Remove redundant checks from disassemble().
|
7 years ago |
Quentin Monnet
|
391a0be023
Merge pull request #23 from badboy/appveyor-ci
|
7 years ago |
Jan-Erik Rediger
|
b50aec9aae
Show jit compilation where possible
|
7 years ago |
Jan-Erik Rediger
|
c0226ead9a
Use time crate instead of libc
|
7 years ago |
Jan-Erik Rediger
|
5fa9e809d1
Use non-jitted examples to build natively on Windows
|
7 years ago |
Jan-Erik Rediger
|
435c6152d6
Skip JITting on Windows
|
7 years ago |
Jan-Erik Rediger
|
f3b127ebaa
Run build and test on a Windows machine using AppVeyor
|
7 years ago |