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
Philippe Antoine 44c8632284 rust: use flate2 with C zlib
move flate2.rs to a backend supporting the setting
of window_bits, which is not the case for miniz-oxide.

This will allow WebSocket to use Sec-WebSocket-Extensions
which can set a non-default window_bits
6 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 1 year ago
derive app-layer: use uint8_t consistent for event IDs 12 months ago
htp rust/htp: remove authors; fix homepage 6 months ago
src websocket: decompress single pdu message 6 months ago
suricatactl suricatactl: add description to Cargo.toml 6 months ago
suricatasc rust: pin once_cell to work with Rust 1.67.1 7 months ago
sys version: start development towards 8.0.0-rc1 6 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 1 year ago
Cargo.lock.in htp: rename to suricata-htp; allow publishing to crates.io 6 months ago
Cargo.toml.in rust: use flate2 with C zlib 6 months ago
Makefile.am rust: always update Cargo.lock.in 6 months ago
cbindgen.toml rust: export jsonbuilder API in sys crate 6 months ago
rustfmt.toml