]> git.ipfire.org Git - people/ms/suricata.git/history - rust/src/http2/http2.rs
detect: allows <> syntax for uint ranges
[people/ms/suricata.git] / rust / src / http2 / http2.rs
2021-11-24  Jason Ishapp-layer: include decoder events in app-layer tx data
2021-11-24  Philippe Antoinerange: prevents memory leak of file from HTTP2
2021-11-22  Philippe Antoinerange: prevents memory leak of file from HTTP2
2021-11-22  Jason Ishapp-layer: include DetectEngineState in AppLayerTxData
2021-11-22  Jason Ishhttp2: use generic tx iterator
2021-11-19  Shivani Bhardwajhttp2: use Direction enum
2021-11-19  Shivani Bhardwajfiles: use Direction enum
2021-10-31  Sam Muhammedrust(lint): use is_null() instead of ptr::null_mut()
2021-10-19  Philippe Antoinerange: checks that end is after start for HTTP2
2021-09-29  Philippe Antoinehttp2: range: check return value when opening
2021-09-24  Philippe Antoinehttp2: follow range requests
2021-09-02  Philippe Antoinehttp2: better file tracking
2021-09-01  Victor Julienhttp2: support per-tx file accounting
2021-09-01  Jason Ishhttp2: use derived app-layer event
2021-08-23  Jason Ishrust: functions that reference raw pointers are unsafe
2021-08-23  Jason Ishrust: remove all usage of transmute
2021-06-14  Victor Julienhttp2: set Debug on structs
2021-06-11  Victor Julienfiles: construct with default, free on drop
2021-04-23  Philippe Antoinehttp2: have filecontainer for both directions
2021-02-18  Philippe Antoineprotos: renaming ALPROTO_HTTP* constants
2021-01-24  Philippe Antoinehttp2: decompression for files
2021-01-24  Philippe Antoinerust: better panic message for missing file config
2020-12-09  Juliana FajardiniRust: generic files definition
2020-12-07  Victor Julienapp-layer: remove callback for completion status
2020-12-03  Philippe Antoinehttp2: files inspection API fixes
2020-12-03  Philippe Antoinehttp2: allow multiple size updates in one headers batch
2020-10-07  Philippe Antoinehttp2: asymetric sizes for headers tables
2020-10-03  Philippe Antoinehttp2: complete parsing of priority frames
2020-10-03  Philippe Antoinehttp2: keep track of dynamic headers table size
2020-09-30  Philippe Antoinehttp2: StreamIdReuse frame types exceptions
2020-09-25  Victor Julienapplayer/rust: expose truncate callback
2020-09-09  Philippe Antoinehttp2: settings from http1 upgrade
2020-09-09  Philippe Antoinehttp2: mimic HTTP1 request from upgrade
2020-09-09  Philippe Antoinehttp2: first connection upgrade from http1
2020-09-09  Philippe Antoineapplayer: pass parameter to StateAlloc
2020-09-09  Philippe Antoinehttp2: handles incomplete frames after banner
2020-09-03  Jason Ishrust/logging: allow log macros to be used by plugins
2020-08-06  Victor Juliendetect/http2: fix header inspection
2020-08-06  Philippe Antoinehttp2: initial support