1. 7cde96c BUG/MINOR: http_htx: Fix some leaks on error path when error files are loaded by Christopher Faulet · 4 years, 6 months ago
  2. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · 4 years, 6 months ago
  3. 35cd81d MINOR: http-htx: Add a new section to create groups of custom HTTP errors by Christopher Faulet · 4 years, 6 months ago
  4. 07f41f7 MINOR: proxy: Register keywords to parse errorfile and errorloc directives by Christopher Faulet · 4 years, 6 months ago
  5. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  6. bdf6526 MINOR: http-htx: Add functions to create HTX redirect message by Christopher Faulet · 4 years, 6 months ago
  7. 5031ef5 MINOR: http-htx: Add functions to read a raw error file and convert it in HTX by Christopher Faulet · 4 years, 6 months ago
  8. 8178e40 MINOR: http-htx: Make 'internal.htx_blk_data' return a binary string by Christopher Faulet · 4 years, 6 months ago
  9. c5db14c MINOR: http-htx: Rename 'internal.htx_blk.val' to 'internal.htx_blk.data' by Christopher Faulet · 4 years, 6 months ago
  10. 01f4445 MINOR: http-htx: Move htx sample fetches in the scope "internal" by Christopher Faulet · 4 years, 6 months ago
  11. 29f7284 MINOR: http-htx: Add some htx sample fetches for debugging purpose by Christopher Faulet · 4 years, 7 months ago
  12. f3ad629 BUG/MINOR: http-htx: Don't make http_find_header() fail if the value is empty by Christopher Faulet · 4 years, 7 months ago
  13. 0d4ce93 BUG/MINOR: http-htx: Properly set htx flags on error files to support keep-alive by Christopher Faulet · 4 years, 9 months ago
  14. d7b7a1c MEDIUM: http-htx: Keep the Host header and the request start-line synchronized by Christopher Faulet · 4 years, 9 months ago
  15. 90cc481 BUG/MINOR: http_htx: Support empty errorfiles by Christopher Faulet · 5 years ago
  16. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · 5 years ago
  17. 28b18c5 CLEANUP: proxy: Remove the flag PR_O2_USE_HTX by Christopher Faulet · 5 years ago
  18. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  19. 7b889cb BUG/MINOR: http_htx: Initialize HTX error messages for TCP proxies by Christopher Faulet · 5 years ago
  20. 1d5ec09 BUG/MEDIUM: proto_htx: Don't add EOM on 1xx informational messages by Christopher Faulet · 5 years ago
  21. 3e2638e BUG/MEDIUM: htx: Fully update HTX message when the block value is changed by Christopher Faulet · 5 years ago
  22. e4ab11b BUG/MINOR: http: Use the global value to limit the number of parsed headers by Christopher Faulet · 5 years ago
  23. d7884d3 MAJOR: htx: Rework how free rooms are tracked in an HTX message by Christopher Faulet · 5 years ago
  24. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  25. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
  26. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  27. 7b7d507 MINOR: http/htx: Use sl_pos directly to replace the start-line by Christopher Faulet · 5 years ago
  28. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  29. 9c66b98 MINOR: htx: Store start-line block's position instead of address of its payload by Christopher Faulet · 5 years ago
  30. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · 5 years ago
  31. 4904058 BUG/MINOR: htx: Exclude TCP proxies when the HTX mode is handled during startup by Christopher Faulet · 5 years ago
  32. 05aab64 BUG/MEDIUM: htx: Defrag if blocks position is changed and the payloads wrap by Christopher Faulet · 5 years ago
  33. cdce54c BUILD/MINOR: htx: fix some potential null-deref warnings with http_find_stline by Willy Tarreau · 5 years ago
  34. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
  35. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  36. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · 6 years ago
  37. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  38. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · 6 years ago
  39. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  40. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · 6 years ago
  41. 573fe73 BUG/MINOR: htx: Stop a header or a start line lookup on the first EOH or EOM by Christopher Faulet · 6 years ago
  42. 7ff1cea MINOR: http_htx: Add functions to retrieve a specific occurrence of a header by Christopher Faulet · 6 years ago
  43. e010c80 MINOR: http_htx: Add functions to replace part of the start-line by Christopher Faulet · 6 years ago
  44. 47596d3 MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c by Christopher Faulet · 6 years ago