- 0ef3a71 BUG/MINOR: http_fetch: fix possible uninit sockaddr in fetch_url_ip/port by Amaury Denoyelle · 3 years, 6 months ago
- b99a3b0 BUG/MINOR: http-fetch: Make method smp safe if headers were already forwarded by Christopher Faulet · 3 years, 7 months ago
- 30df20d BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields by Willy Tarreau · 3 years, 7 months ago
- d08feaf BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters by Willy Tarreau · 3 years, 8 months ago
- 08f475b BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches by Christopher Faulet · 4 years ago
- 22dc68b BUG/MINOR: http-fetch: Extract cookie value even when no cookie name by Maciej Zdeb · 4 years ago
- 17347ff BUG/MINOR: http-fetch: Don't set the sample type during the htx prefetch by Christopher Faulet · 4 years, 2 months ago
- 91d0b60 BUG/MEDIUM: htx: smp_prefetch_htx() must always validate the direction by Willy Tarreau · 4 years, 3 months ago
- 8ba978b BUG/MEDIUM: fetch: Fix hdr_ip misparsing IPv4 addresses due to missing NUL by Tim Duesterhus · 4 years, 5 months ago
- c153462 BUG/MEDIUM: http: the "unique-id" sample fetch could crash without a steeam by Willy Tarreau · 4 years, 6 months ago
- d095c67 BUG/MEDIUM: http: the "http_first_req" sample fetch could crash without a steeam by Willy Tarreau · 4 years, 6 months ago
- 79ed467 BUG/MEDIUM: capture: capture.{req,res}.* crash without a stream by Willy Tarreau · 4 years, 6 months ago
- ea23a5c BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch by Tim Duesterhus · 4 years, 9 months ago
- 4db294b BUG/MEDIUM: url32 does not take the path part into account in the returned hash. by Jerome Magnin · 5 years ago
- c0968f5 BUG/MAJOR: http/sample: use a static buffer for raw -> htx conversion by Richard Russo · 5 years ago
- e98411b BUG/MINOR: http_fetch: Fix http_auth/http_auth_group when called from TCP rules by Christopher Faulet · 5 years ago
- e4ab11b BUG/MINOR: http: Use the global value to limit the number of parsed headers by Christopher Faulet · 5 years ago
- 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
- 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
- b75b5ea MEDIUM: htx: 1xx messages are now part of the final reponses by Christopher Faulet · 5 years ago
- a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
- 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
- c1f40dd BUG/MINOR: http_fetch: Rely on the smp direction for "cookie()" and "hdr()" by Christopher Faulet · 5 years ago
- ce9bbf5 BUG/MINOR: htx: make sure to always initialize the HTTP method when parsing a buffer by Willy Tarreau · 5 years ago
- 46575cd BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode by Christopher Faulet · 6 years ago
- 5ec8bcb BUG/MINOR: http_fetch/htx: Allow permissive sample prefetch for the HTX by Christopher Faulet · 6 years ago
- 89dc499 BUG/MAJOR: http_fetch: Get the channel depending on the keyword used by Christopher Faulet · 6 years ago
- eca8854 MINOR: http_fetch/htx: Use stream flags instead of px mode in smp_prefetch_htx by Christopher Faulet · 6 years ago
- 50290fb MINOR: sample: Replace "req.ungrpc" smp fetch by a "ungrpc" converter. by Frédéric Lécaille · 6 years ago
- 1fceee8 MINOR: http_fetch: add "req.ungrpc" sample fetch for gRPC. by Frédéric Lécaille · 6 years ago
- 5a60668 BUG/MEDIUM: http_fetch: fix "req.body_len" and "req.body_size" fetch methods in HTX mode by Dragan Dosen · 6 years ago
- 8861e1c BUG/MEDIUM: http_fetch: fix the "base" and "base32" fetch methods in HTX mode by Dragan Dosen · 6 years ago
- c16317d MINOR: http_fecth: Implement body_len and body_size sample fetches for the HTX by Christopher Faulet · 6 years ago
- afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
- 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · 6 years ago
- 538746a REORG: h1: move legacy http functions to http_msg.c by Willy Tarreau · 6 years ago
- b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
- 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
- c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · 6 years ago
- f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
- e2c78cd BUG/MEDIUM: http_fetch: Make sure name is initialized before http_find_header. by Olivier Houchard · 6 years ago
- 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · 6 years ago
- 311c7ea MEDIUM: http_fetch: Adapt all fetches to handle HTX messages by Christopher Faulet · 6 years ago
- ef453ed MINOR: http_fetch: Add smp_prefetch_htx by Christopher Faulet · 6 years ago
- 78337bb BUG/MINOR: http_fetch: Remove the version part when capturing the request uri by Christopher Faulet · 6 years ago
- 79e5733 REORG: http: move the code to different files by Willy Tarreau · 6 years ago