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 6350736882 http2: avoid quadratic complexity in headers
When adding an element to the dynamic headers table, the oldest
ones may get evicted. When multiple elements get evicted, they
should get evicted all at once with drain, instead of one by one
as there will be a massive move each time.

Ticket: #6103
3 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
derive rust: use 2021 edition 3 years ago
src http2: avoid quadratic complexity in headers 3 years ago
.gitignore rust: bundle Cargo.lock 3 years ago
Cargo.lock.in rust: update der-parser to 8.2.0 3 years ago
Cargo.toml.in rust: use 2021 edition 3 years ago
Makefile.am rust: don't suppress vendor output 3 years ago
cbindgen.toml ftp: add events for command too long 3 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago