1. 110e4a8 MINOR: http_fetch: add case insensitive support for smp_fetch_url_param by Martin DOLEZ · Tue Mar 28 09:06:05 2023 -0400
  2. 15f3cc4 MINOR: http: extract content-length parsing from H2 by Amaury Denoyelle · Thu Dec 08 16:53:58 2022 +0100
  3. 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Nov 30 16:22:42 2022 +0500
  4. 99ade9e MINOR: http: Considere empty ports as valid default ports by Christopher Faulet · Mon Nov 21 18:57:49 2022 +0100
  5. ca7218a MINOR: http: Add function to detect default port by Christopher Faulet · Tue Jul 05 09:53:37 2022 +0200
  6. 658f971 MINOR: http: Add function to get port part of a host by Christopher Faulet · Tue Jul 05 09:48:39 2022 +0200
  7. 1ba3016 MEDIUM: h1: enlarge the scope of accepted version chars with accept-invalid-http-request by Willy Tarreau · Tue May 24 15:34:26 2022 +0200
  8. 92cafb3 MINOR: http: Add 422-Unprocessable-Content error message by Christopher Faulet · Tue Sep 28 08:48:51 2021 +0200
  9. d3d8d03 MINOR: http: add a new function http_validate_scheme() to validate a scheme by Willy Tarreau · Tue Aug 10 15:35:36 2021 +0200
  10. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  11. 69294b2 MINOR: http: use http uri parser for authority by Amaury Denoyelle · Tue Jul 06 11:02:22 2021 +0200
  12. 8ac8cbf MINOR: http: use http uri parser for scheme by Amaury Denoyelle · Tue Jul 06 10:52:58 2021 +0200
  13. ef08811 MINOR: http: implement http_get_scheme by Amaury Denoyelle · Wed Jul 07 10:49:25 2021 +0200
  14. e095f31 MINOR: http: Add HTTP 501-not-implemented error message by Christopher Faulet · Mon Dec 07 11:22:24 2020 +0100
  15. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · Thu Jan 07 21:35:52 2021 -0700
  16. 56e46cb MINOR: http: Add helper functions to trim spaces and tabs by Remi Tricot-Le Breton · Wed Dec 23 18:13:48 2020 +0100
  17. dea7c20 BUG/MINOR: http-fetch: Extract cookie value even when no cookie name by Maciej Zdeb · Fri Nov 13 09:38:06 2020 +0000
  18. bcced09 MINOR: http: Add etag comparison function by Remi Tricot-Le Breton · Thu Oct 22 10:40:03 2020 +0200
  19. 5563392 BUG/MINOR: http: Fix content-length of the default 500 error by Christopher Faulet · Fri Oct 09 08:39:26 2020 +0200
  20. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  21. 85048f8 MINOR: http: Add support for http 413 status by Anthonin Bonnefoy · Mon Jun 22 09:17:01 2020 +0200
  22. 2c4dfae MINOR: http: do not close connections anymore after internal responses by Willy Tarreau · Tue Jun 16 17:36:36 2020 +0200
  23. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  24. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  25. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  26. 0bac4cd CLEANUP: http: Remove unused HTTP message templates by Christopher Faulet · Wed May 27 10:11:59 2020 +0200
  27. 612f2ea MINOR: http-ana: Use proxy's error replies to emit 401/407 responses by Christopher Faulet · Wed May 27 09:57:28 2020 +0200
  28. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · Thu Mar 05 17:56:30 2020 +0100
  29. 02ac950 CLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of checking for CPU families by Willy Tarreau · Fri Feb 21 16:31:22 2020 +0100
  30. 9205fea MINOR: http: Add 404 to http-request deny by Florian Tham · Wed Jan 08 13:35:30 2020 +0100
  31. 272e29b MINOR: http: Add 410 to http-request deny by Florian Tham · Wed Jan 08 10:19:05 2020 +0100
  32. 16fdc55 MINOR: http: Add a function to get the authority into a URI by Christopher Faulet · Tue Oct 08 14:56:58 2019 +0200
  33. 341fac1 MINOR: http: Add function to parse value of the header Status by Christopher Faulet · Mon Sep 16 11:37:05 2019 +0200
  34. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · Wed Jul 17 22:02:08 2019 +0200
  35. b5ba2b0 MINOR: http: turn default error files to HTTP/1.1 by Willy Tarreau · Tue Jun 11 16:08:25 2019 +0200
  36. 8de1df9 BUILD: do not specify "const" on functions returning structs or scalars by Willy Tarreau · Mon Apr 15 21:27:18 2019 +0200
  37. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · Thu Nov 29 16:48:49 2018 +0100
  38. 3f024f3 CLEANUP: http: Fix typo in init_http's comment by Tim Duesterhus · Sun Sep 16 00:42:30 2018 +0200
  39. 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · Thu Nov 15 13:57:22 2018 -0800
  40. 8277ca7 MINOR: http: Add standalone functions to parse a start-line or a header by Christopher Faulet · Mon Oct 22 15:12:04 2018 +0200
  41. 9ca51aa MINOR: http: Implement "early-hint" http request rules. by Frédéric Lécaille · Mon Nov 12 10:06:54 2018 +0100
  42. ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · Mon Sep 10 18:41:28 2018 +0200
  43. 04f1e2d REORG: http: move error codes production and processing to http.c by Willy Tarreau · Mon Sep 10 18:04:24 2018 +0200
  44. 6b952c8 REORG: http: move http_get_path() to http.c by Willy Tarreau · Mon Sep 10 17:45:34 2018 +0200
  45. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200