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 f545f06cf2 doh2: do not enable parser if http2 is disabled
DOH2 depends on HTTP/2, so it makes no sense to enable it separately.

It would also put the sub state handling in a weird state, as the DOH2
side reuses the registered HTTP/2 callbacks.
4 weeks ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/ffi: move AppLayerEvent to ffi 3 months ago
ffi rust/ffi: specify sys crate dependency version 4 weeks ago
htp http1: limit the number of compression bombs per flow 4 weeks ago
src doh2: do not enable parser if http2 is disabled 4 weeks ago
suricatactl rust: limit clap verson to 4.5.57 5 months ago
suricatasc rust: pin unicode-segmentation crate to 1.12.0 4 months ago
sys detect: support per tx sub states 4 weeks ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in psl: update to latest version 1 month ago
Cargo.toml.in rust: feature debug in main crate enables feature debug in ffi 2 months ago
Makefile.am rust: build depends on ffi/Cargo.toml.in 2 months ago
cbindgen.toml http2: split transaction state machines 4 weeks ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 3 years ago