jackcmay
|
b31d366489
Exit gracefully on program exit (#38)
|
6 年之前 |
Quentin Monnet
|
df55731e65
README.md: update README to tell about possible use of custom verifiers
|
6 年之前 |
Quentin Monnet
|
b82d727e38
src/verifier.rs: fix error message for empty eBPF programs
|
6 年之前 |
Jack May
|
37528013ee
Fix empty program error message
|
6 年之前 |
Quentin Monnet
|
bc41ec47d9
src/lib.rs: minor cleanup in documentation
|
6 年之前 |
Jack May
|
d21d5bb191
Don't pass by value, fix clippy
|
6 年之前 |
jackcmay
|
4bcf67ad4c
Customizable verifier (#34)
|
6 年之前 |
Quentin Monnet
|
541c883583
README.md: update doc following API change for new() and set_program()
|
6 年之前 |
Quentin Monnet
|
fc834c71fb
src: handle errors in verifier instead of panic!()-ing
|
6 年之前 |
Quentin Monnet
|
f6aae40d69
src/verifier.rs: wrap calls to panic!()
|
6 年之前 |
Quentin Monnet
|
2efb55b513
Cargo.toml: update dependencies
|
6 年之前 |
Quentin Monnet
|
af2495e891
src/lib.rs: fix bytecode in some examples
|
6 年之前 |
Quentin Monnet
|
9b1529f147
README.md: update table of contents
|
6 年之前 |
Quentin Monnet
|
d5bf1ae715
README.md: update doc with a note on OS support
|
6 年之前 |
Quentin Monnet
|
d40115045b
Cargo.toml: update author's email
|
6 年之前 |
Quentin Monnet
|
6691d231ac
README.md: add section about ways to build programs
|
6 年之前 |
Quentin Monnet
|
ba86c52774
README.md: remove to-do item about assembler, we have it
|
6 年之前 |
Quentin Monnet
|
f90087a0d6
README.md: fix a broken test
|
6 年之前 |
Quentin Monnet
|
e1ec05e558
README.md: add "ignore" tag to snippets that should never be tested
|
6 年之前 |
Quentin Monnet
|
22264f5722
src/insn_builder.rs: add a test with several instructions
|
6 年之前 |
Quentin Monnet
|
7f62d773ff
src/assembler.rs, src/disassembler.rs: fix some tests
|
6 年之前 |
Quentin Monnet
|
d938af12ea
Merge pull request #28 from jackcmay/fix_clippy
|
6 年之前 |
Jack May
|
4bbf5f1811
clippy clean
|
6 年之前 |
Jan-Erik Rediger
|
afcfff22c9
Merge pull request #27 from jackcmay/fix_clippy_errors
|
6 年之前 |
Jack May
|
bb0e3a73ef
copy OperandSize, cleanup extern/use
|
6 年之前 |
Jack May
|
1a6f30fd9c
fix clippy errors: cast to more stick alignment, warning: not consumed copy
|
6 年之前 |
Jan-Erik Rediger
|
9712efc8eb
Merge pull request #26 from waywardmonkeys/fix-cargo-toml
|
7 年之前 |
Bruce Mitchener
|
dc032b98e6
Use [package] in Cargo.toml
|
7 年之前 |
Quentin Monnet
|
53b0fce923
Add BPF_J{LT,LE,SLT,SLE} instructions
|
7 年之前 |
Quentin Monnet
|
4af0583d99
README.md: Add badge for AppVeyor builds (master branch)
|
7 年之前 |