1. ea23a5c BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch by Tim Duesterhus · Wed Feb 26 16:20:49 2020 +0100
  2. 4db294b BUG/MEDIUM: url32 does not take the path part into account in the returned hash. by Jerome Magnin · Mon Aug 26 11:44:21 2019 +0200
  3. c0968f5 BUG/MAJOR: http/sample: use a static buffer for raw -> htx conversion by Richard Russo · Wed Jul 31 11:45:56 2019 -0700
  4. e98411b BUG/MINOR: http_fetch: Fix http_auth/http_auth_group when called from TCP rules by Christopher Faulet · Mon Jul 15 13:58:29 2019 +0200
  5. e4ab11b BUG/MINOR: http: Use the global value to limit the number of parsed headers by Christopher Faulet · Tue Jun 11 15:05:37 2019 +0200
  6. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
  7. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · Thu May 23 11:03:26 2019 +0200
  8. b75b5ea MEDIUM: htx: 1xx messages are now part of the final reponses by Christopher Faulet · Fri May 17 08:37:28 2019 +0200
  9. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · Mon May 13 15:27:23 2019 +0200
  10. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · Mon May 13 14:41:27 2019 +0200
  11. c1f40dd BUG/MINOR: http_fetch: Rely on the smp direction for "cookie()" and "hdr()" by Christopher Faulet · Thu May 16 10:07:30 2019 +0200
  12. ce9bbf5 BUG/MINOR: htx: make sure to always initialize the HTTP method when parsing a buffer by Willy Tarreau · Mon May 13 08:32:31 2019 +0200
  13. 46575cd BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode by Christopher Faulet · Wed Apr 17 11:40:30 2019 +0200
  14. 5ec8bcb BUG/MINOR: http_fetch/htx: Allow permissive sample prefetch for the HTX by Christopher Faulet · Wed Apr 17 12:04:12 2019 +0200
  15. 89dc499 BUG/MAJOR: http_fetch: Get the channel depending on the keyword used by Christopher Faulet · Wed Apr 17 12:02:59 2019 +0200
  16. eca8854 MINOR: http_fetch/htx: Use stream flags instead of px mode in smp_prefetch_htx by Christopher Faulet · Wed Apr 03 10:12:42 2019 +0200
  17. 50290fb MINOR: sample: Replace "req.ungrpc" smp fetch by a "ungrpc" converter. by Frédéric Lécaille · Wed Feb 27 14:34:51 2019 +0100
  18. 1fceee8 MINOR: http_fetch: add "req.ungrpc" sample fetch for gRPC. by Frédéric Lécaille · Mon Feb 25 15:30:36 2019 +0100
  19. 5a60668 BUG/MEDIUM: http_fetch: fix "req.body_len" and "req.body_size" fetch methods in HTX mode by Dragan Dosen · Thu Feb 14 12:30:53 2019 +0100
  20. 8861e1c BUG/MEDIUM: http_fetch: fix the "base" and "base32" fetch methods in HTX mode by Dragan Dosen · Tue Feb 12 19:50:31 2019 +0100
  21. c16317d MINOR: http_fecth: Implement body_len and body_size sample fetches for the HTX by Christopher Faulet · Wed Dec 12 14:11:22 2018 +0100
  22. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · Tue Dec 11 13:44:24 2018 +0100
  23. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · Tue Dec 11 11:11:37 2018 +0100
  24. 538746a REORG: h1: move legacy http functions to http_msg.c by Willy Tarreau · Tue Dec 11 10:59:20 2018 +0100
  25. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
  26. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · Wed Dec 05 11:53:24 2018 +0100
  27. c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · Mon Dec 03 13:58:44 2018 +0100
  28. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · Mon Nov 26 21:37:08 2018 +0100
  29. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  30. e2c78cd BUG/MEDIUM: http_fetch: Make sure name is initialized before http_find_header. by Olivier Houchard · Wed Nov 21 13:49:48 2018 +0100
  31. 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · Thu Nov 15 13:57:22 2018 -0800
  32. 311c7ea MEDIUM: http_fetch: Adapt all fetches to handle HTX messages by Christopher Faulet · Wed Oct 24 21:41:55 2018 +0200
  33. ef453ed MINOR: http_fetch: Add smp_prefetch_htx by Christopher Faulet · Wed Oct 24 21:39:27 2018 +0200
  34. 78337bb BUG/MINOR: http_fetch: Remove the version part when capturing the request uri by Christopher Faulet · Thu Nov 15 14:35:18 2018 +0100
  35. 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200