You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Victor Julien f9155aa121 files: simplify pruning logic
Since ebcc4db84a the flow worker runs
file pruning after parsing, detection and loging. This means we can
simplify the pruning logic. If a file is in state >= CLOSED, we can
prune it. Detection and outputs will have had a final chance to
process it.

Remove the calls to the pruning code from Rust. They are no longer
needed.
7 years ago
..
.cargo rust: make distcheck fixes 9 years ago
src files: simplify pruning logic 7 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in configure: detect lua integer size 7 years ago
Makefile.am rust: remove build system HAVE_RUST guards 7 years ago
gen-c-headers.py rust/sip: add parser for SIP protocol 7 years ago
rustfmt.toml rustfmt: use default rustfmt configuration 7 years ago