1. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · 1 year, 10 months ago
  2. 879debe BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · 1 year, 9 months ago
  3. 2f7c82b BUG/MINOR: haproxy: Fix option to disable the fast-forward by Christopher Faulet · 1 year, 9 months ago
  4. d4eaa8a MINOR: global: Add an option to disable the data fast-forward by Christopher Faulet · 1 year, 10 months ago
  5. af12436 BUG/MEDIUM: http-ana: Detect closed SC on opposite side during body forwarding by Christopher Faulet · 1 year, 10 months ago
  6. 5b74f99 BUG/MINOR: http-ana: Fix condition to set LAST termination flag by Christopher Faulet · 1 year, 10 months ago
  7. 9bdcf42 MINOR: listener: move the NOQUICKACK option to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  8. 9969adb MINOR: stats: add by HTTP version cumulated number of sessions and requests by Frédéric Lécaille · 1 year, 10 months ago
  9. b2e2ec5 MEDIUM: proxy/http_ext: implement dynamic http_ext by Aurelien DARRAGON · 1 year, 11 months ago
  10. f958341 MINOR: proxy: move 'originalto' option to http_ext by Aurelien DARRAGON · 1 year, 11 months ago
  11. 730b983 MINOR: proxy: move 'forwardfor' option to http_ext by Aurelien DARRAGON · 1 year, 11 months ago
  12. b2bb925 MINOR: proxy/http_ext: introduce proxy forwarded option by Aurelien DARRAGON · 1 year, 11 months ago
  13. 640e253 BUG/MINOR: http-ana: make set-status also update txn->status by Willy Tarreau · 1 year, 11 months ago
  14. f2b02cf MAJOR: http-ana: Review error handling during HTTP payload forwarding by Christopher Faulet · 1 year, 11 months ago
  15. f0d80df MINOR: http-ana: Use http_set_term_flags() when waiting the request body by Christopher Faulet · 1 year, 11 months ago
  16. f4569bb BUG/MINOR: http-ana: Report SF_FINST_R flag on error waiting the request body by Christopher Faulet · 1 year, 11 months ago
  17. 4a66c94 MINOR: http-ana: Use http_set_term_flags() in most of HTTP analyzers by Christopher Faulet · 1 year, 11 months ago
  18. 71236de MINOR: http-ana: Add a function to set HTTP termination flags by Christopher Faulet · 1 year, 11 months ago
  19. 4b490b7 MINOR: channel: Stop to test CF_READ_ERROR flag if CF_SHUTR is enough by Christopher Faulet · 1 year, 11 months ago
  20. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · 2 years ago
  21. 446d803 MINOR: channel: Don't test CF_READ_NULL while CF_SHUTR is enough by Christopher Faulet · 2 years ago
  22. 5ad2b64 BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists by Aurelien DARRAGON · 2 years ago
  23. aa1909e MEDIUM: http-ana: remove set-cookie2 support by Willy Tarreau · 2 years ago
  24. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 1 month ago
  25. 4b85a96 BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names by Mateusz Malek · 2 years, 3 months ago
  26. 52fc0cb BUG/MEDIUM: http-ana: Don't wait to have an empty buf to switch in TUNNEL state by Christopher Faulet · 2 years, 5 months ago
  27. 5eb67f5 BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created by Christopher Faulet · 2 years, 5 months ago
  28. d649b57 MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs by Christopher Faulet · 2 years, 6 months ago
  29. b49672d CLEANUP: stream: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  30. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  31. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  32. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
  33. d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · 2 years, 6 months ago
  34. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  35. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  36. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
  37. 676c8db MEDIUM: stconn: remove SE_FL_RXBLK_SHUT by Willy Tarreau · 2 years, 6 months ago
  38. 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · 2 years, 6 months ago
  39. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 6 months ago
  40. 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 6 months ago
  41. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 6 months ago
  42. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
  43. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
  44. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 6 months ago
  45. 0cfcc40 CLEANUP: conn_stream: apply cs_endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 6 months ago
  46. 7ad27d4 CLEANUP: http_ana: Make use of the return value of stream_generate_unique_id() by Tim Duesterhus · 2 years, 6 months ago
  47. 18c13d3 MEDIUM: http-ana: Add a proxy option to restrict chars in request header names by Christopher Faulet · 2 years, 7 months ago
  48. 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · 2 years, 7 months ago
  49. 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
  50. 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  51. a6c4a48 BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset by Christopher Faulet · 2 years, 7 months ago
  52. eab1757 BUG/MEDIUM: http-ana: Fix memleak in redirect rules with ignore-empty option by Christopher Faulet · 2 years, 7 months ago
  53. ebab602 BUILD: http: remove the two unused constructors in rules and ana by Willy Tarreau · 2 years, 7 months ago
  54. 1336ccf CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create() by Christopher Faulet · 2 years, 8 months ago
  55. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  56. 7739799 MINOR: http-ana: Use CS to perform L7 retries by Christopher Faulet · 2 years, 8 months ago
  57. 0eb32c0 MINOR: stream: Use conn-stream to report server error by Christopher Faulet · 2 years, 8 months ago
  58. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  59. 3704663 MINOR: applet: Use the CS to register and release applets instead of SI by Christopher Faulet · 2 years, 8 months ago
  60. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  61. 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  62. 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · 2 years, 8 months ago
  63. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  64. 7b5ca8f MINOR: channel: Use conn-streams as channel producer and consumer by Christopher Faulet · 2 years, 8 months ago
  65. 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · 2 years, 8 months ago
  66. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · 2 years, 8 months ago
  67. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · 2 years, 8 months ago
  68. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  69. 731c8e6 MINOR: stream: Simplify retries counter calculation by Christopher Faulet · 2 years, 8 months ago
  70. 909f318 MINOR: stream-int/stream: Move conn_retries counter in the stream by Christopher Faulet · 2 years, 8 months ago
  71. c216185 CLEANUP: http-ana: Remove http_alloc_txn() function by Christopher Faulet · 2 years, 8 months ago
  72. e05bf9e MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transaction by Christopher Faulet · 2 years, 8 months ago
  73. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  74. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
  75. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · 2 years, 8 months ago
  76. c6dae86 MINOR: rules: record the last http/tcp rule that gave a final verdict by Willy Tarreau · 2 years, 9 months ago
  77. e502c3e MINOR: proxy: Store orgto_hdr_name as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
  78. b50ab84 MINOR: proxy: Store fwdfor_hdr_name as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
  79. 4b1fcaa MINOR: proxy: Store monitor_uri as a `struct ist` by Tim Duesterhus · 2 years, 9 months ago
  80. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · 2 years, 9 months ago
  81. 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · 2 years, 9 months ago
  82. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
  83. a629447 MINOR: http-ana: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  84. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  85. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  86. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · 3 years ago
  87. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · 3 years ago
  88. bfb15ab BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies by Andrew McDermott · 2 years, 10 months ago
  89. 7bf46bb BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry by Christopher Faulet · 2 years, 11 months ago
  90. 88bc800 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · 3 years ago
  91. 4c5a591 Revert "BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back" by Christopher Faulet · 3 years, 1 month ago
  92. 46f46df BUG/MINOR: http-ana: Apply stop to the current section for http-response rules by Christopher Faulet · 3 years, 1 month ago
  93. 2471f5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 1 month ago
  94. b0c87f1 BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration by Christopher Faulet · 3 years, 1 month ago
  95. 8a104ba MINOR: http-ana: Rely on addresses at stream level to set xff and xot headers by Christopher Faulet · 3 years, 1 month ago
  96. d4150ad MEDIUM: http-ana: Eval HTTP rules defined in defaults sections by Christopher Faulet · 3 years, 2 months ago
  97. 597909f BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back by Christopher Faulet · 3 years, 1 month ago
  98. d347588 BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule by Christopher Faulet · 3 years, 2 months ago
  99. 9a006f9 BUG/MINOR: http-ana: increment internal_errors counter on response error by Dragan Dosen · 3 years, 2 months ago
  100. 7833596 BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM by Christopher Faulet · 3 years, 2 months ago