1. 3689367 MINOR: mux-h1: Be sure EOM flag is set when processing end of outgoing message by Christopher Faulet · Wed Feb 10 09:52:07 2021 +0100
  2. 0a916d2 BUG/MINOR: mux-h1: Don't blindly skip EOT block for non-chunked messages by Christopher Faulet · Wed Feb 10 08:48:19 2021 +0100
  3. 0d7e634 BUG/MINOR: mux-h1: Fix data skipping for bodyless responses by Christopher Faulet · Mon Feb 08 15:56:36 2021 +0100
  4. a22782b BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response in MSG_DONE state by Christopher Faulet · Mon Feb 08 17:18:01 2021 +0100
  5. f4b7074 BUG/MINOR: mux-h1: Don't increment HTTP error counter for 408/500/501 errors by Christopher Faulet · Wed Feb 10 14:48:57 2021 +0100
  6. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 06 22:29:08 2021 +0500
  7. 3d6e0e3 BUG/MINOR: mux-h1: Don't emit extra CRLF for empty chunked messages by Christopher Faulet · Mon Feb 08 09:34:35 2021 +0100
  8. 1faeb4c MINOR: mux-h1: Remove first useless test on count in h1_process_output() by Christopher Faulet · Fri Jan 29 10:22:28 2021 +0100
  9. ac6322d MINOR: muxes: export the timeout and shutr task handlers by Willy Tarreau · Fri Jan 29 12:33:46 2021 +0100
  10. 26a2643 MINOR: mux-h1/trace: add traces at level ERROR for all kind of errors by Christopher Faulet · Wed Jan 27 11:27:50 2021 +0100
  11. aad333a MEDIUM: h1: add a WebSocket key on handshake if needed by Amaury Denoyelle · Fri Dec 11 17:53:07 2020 +0100
  12. c193823 MEDIUM: h1: generate WebSocket key on response if needed by Amaury Denoyelle · Fri Dec 11 17:53:03 2020 +0100
  13. 18ee5c3 MINOR: h1: reject websocket handshake if missing key by Amaury Denoyelle · Fri Dec 11 17:53:02 2020 +0100
  14. f3e7619 MINOR: mux-h1: Don't add Connection close/keep-alive header for 1xx messages by Christopher Faulet · Wed Dec 02 16:46:33 2020 +0100
  15. 91fcf21 MINOR: mux-h1: Don't emit C-L and T-E headers for 204 and 1xx responses by Christopher Faulet · Wed Dec 02 16:17:15 2020 +0100
  16. e5596bf MEDIUM: mux-h1: Don't emit any payload for bodyless responses by Christopher Faulet · Wed Dec 02 16:13:22 2020 +0100
  17. 5696f54 MINOR: mux-h1: Add a flag on H1 streams with a response known to be bodyless by Christopher Faulet · Wed Dec 02 16:08:38 2020 +0100
  18. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
  19. 5be651d BUG/MAJOR: mux-h1/mux-h2/htx: Fix HTTP tunnel management at the mux level by Christopher Faulet · Fri Jan 22 15:28:03 2021 +0100
  20. dea2474 MEDIUM: mux-h1: Properly handle tunnel establishments and aborts by Christopher Faulet · Fri Jan 22 15:12:30 2021 +0100
  21. b385b50 MINOR: mux-h1: Split H1C_F_WAIT_OPPOSITE flag to separate input/output sides by Christopher Faulet · Wed Jan 13 18:47:57 2021 +0100
  22. 1e85778 MINOR: mux-h1/mux-fcgi: Don't set TUNNEL mode if payload length is unknown by Christopher Faulet · Tue Dec 08 10:38:22 2020 +0100
  23. 0f9395d BUG/MAJOR: mux-h1: Properly handle TCP to H1 upgrades by Christopher Faulet · Thu Jan 21 17:50:19 2021 +0100
  24. 39c7b6b MEDIUM: mux-h1: Add ST_READY state for the H1 connections by Christopher Faulet · Thu Jan 21 17:44:35 2021 +0100
  25. d9ee788 MINOR: mux-h1: Wake up H1C after its creation if input buffer is not empty by Christopher Faulet · Thu Jan 21 17:45:45 2021 +0100
  26. ad4daf6 MINOR: mux-h1: Try to wake up data layer first before calling its wake callback by Christopher Faulet · Thu Jan 21 17:49:01 2021 +0100
  27. 1d2d77b MEDIUM: mux-h1: Return a 501-not-implemented for upgrade requests with a body by Christopher Faulet · Mon Dec 07 18:17:33 2020 +0100
  28. 2eed800 MINOR: mux-h1: Be prepared to return 501-not-implemented error during parsing by Christopher Faulet · Mon Dec 07 11:26:13 2020 +0100
  29. 0c0c0a2 MINOR: mux-h1/show_fd: report as suspicious an entry with too many calls by Willy Tarreau · Thu Jan 21 09:13:35 2021 +0100
  30. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · Thu Jan 21 08:26:06 2021 +0100
  31. 150c4f8 MINOR: mux-h1: make the "show fd" helper also decode the h1s subscriber when known by Willy Tarreau · Wed Jan 20 17:05:58 2021 +0100
  32. 691d503 MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them by Willy Tarreau · Wed Jan 20 14:55:01 2021 +0100
  33. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Jan 06 21:20:16 2021 +0500
  34. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  35. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Dec 21 01:16:17 2020 +0500
  36. 0c366a8 BUG/MEDIUM: mux-h1: Handle h1_process() failures on a pipelined request by Christopher Faulet · Fri Dec 18 15:13:47 2020 +0100
  37. 3e1748b BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests by Christopher Faulet · Mon Dec 07 18:21:27 2020 +0100
  38. c75668e BUG/MINOR: http: Establish a tunnel for all 2xx responses to a CONNECT by Christopher Faulet · Mon Dec 07 18:10:32 2020 +0100
  39. cc043f6 BUG/MEDIUM: mux-h1: Fix a deadlock when a 408 error is pending for a client by Christopher Faulet · Mon Dec 14 10:06:12 2020 +0100
  40. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · Fri Dec 04 16:47:41 2020 +0100
  41. 3ced1d1 CLEANUP: mux-h1: Rename H1C_F_CS_* flags and reorder H1C flags by Christopher Faulet · Fri Nov 27 16:44:01 2020 +0100
  42. c4bfa59 MAJOR: mux-h1: Create the client stream as later as possible by Christopher Faulet · Tue Oct 06 17:45:34 2020 +0200
  43. c18fc23 MINOR: mux-h1: Add functions to send HTTP errors from the mux by Christopher Faulet · Tue Oct 06 17:41:36 2020 +0200
  44. 4c8ad84 MINOR: mux: Add a ctl parameter to get the exit status of the multiplexers by Christopher Faulet · Tue Oct 06 14:59:17 2020 +0200
  45. dbe5779 MINOR: mux-h1: Add a idle expiration date on the H1 connection by Christopher Faulet · Mon Oct 05 17:50:58 2020 +0200
  46. 5d3c93c MINOR: mux-h1: Process next request for IDLE connection only by Christopher Faulet · Mon Oct 05 17:14:28 2020 +0200
  47. adcd789 MINOR: mux-h1: Rework h1_refresh_timeout to be easier to read by Christopher Faulet · Mon Oct 05 17:13:05 2020 +0200
  48. 3c82d8b MINOR: mux-h1: Rework how shutdowns are handled by Christopher Faulet · Mon Oct 05 17:11:16 2020 +0200
  49. 119ac87 MINOR: mux-h1: Disable reads if an error was reported on the H1 stream by Christopher Faulet · Wed Sep 30 17:33:22 2020 +0200
  50. 295b8d1 MINOR: mux-h1: Reset more H1C flags when a H1 stream is destroyed by Christopher Faulet · Wed Sep 30 17:14:55 2020 +0200
  51. c1c66a4 MINOR: mux-h1: rework the h1_timeout_task() function by Christopher Faulet · Tue Sep 29 15:30:15 2020 +0200
  52. bb8baf4 MINOR: mux-h1: Add embryonic and attached states on the H1 connection by Christopher Faulet · Tue Sep 29 15:18:40 2020 +0200
  53. a583af6 MINOR: mux-h1: Don't set CS flags in internal parsing functions by Christopher Faulet · Thu Sep 24 15:35:37 2020 +0200
  54. d17ad82 MINOR: mux-h1: Add a rxbuf into the H1 stream by Christopher Faulet · Thu Sep 24 15:14:29 2020 +0200
  55. 2f0ec66 MINOR: mux-h1: Split front/back h1 stream creation in 2 functions by Christopher Faulet · Thu Sep 24 10:30:15 2020 +0200
  56. 60ef12c MINOR: mux-h1: Separate parsing and formatting errors at H1 stream level by Christopher Faulet · Thu Sep 24 10:05:44 2020 +0200
  57. 0a799aa MINOR: mux-h1: Introduce H1C_F_IS_BACK flag on the H1 connection by Christopher Faulet · Thu Sep 24 09:52:52 2020 +0200
  58. ae63576 MEDIUM: mux-h1: Use a h1c flag to block reads when splicing is in-progress by Christopher Faulet · Mon Sep 21 11:47:16 2020 +0200
  59. 089acd5 MINOR: mux-h1: Add a flag to disable reads to wait opposite side by Christopher Faulet · Mon Sep 21 10:57:52 2020 +0200
  60. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · Mon Sep 14 11:40:13 2020 +0200
  61. 3b536a3 MINOR: mux-h1: Don't provide anymore timing info using cs_info structure by Christopher Faulet · Wed Sep 30 14:06:23 2020 +0200
  62. 42849b0 MINOR: mux-h1: Reset session dates and durations info when the CS is detached by Christopher Faulet · Mon Oct 05 11:35:17 2020 +0200
  63. 4e74155 MINOR: mux-h1: Update session idle duration when data are received by Christopher Faulet · Wed Sep 30 13:47:09 2020 +0200
  64. 268c92e BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections by Christopher Faulet · Tue Dec 01 11:42:53 2020 +0100
  65. db2c17d BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages by Christopher Faulet · Thu Oct 15 17:19:46 2020 +0200
  66. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  67. 7b06d3a MINOR: mux-h1: Don't wakeup the H1C when output buffer become available by Christopher Faulet · Wed Sep 30 17:30:15 2020 +0200
  68. e9da975 BUG/MINOR: mux-h1: Always set the session on frontend h1 stream by Christopher Faulet · Wed Sep 30 15:00:13 2020 +0200
  69. 69f2cb8 BUG/MINOR: mux-h1: Be sure to only set CO_RFL_READ_ONCE for the first read by Christopher Faulet · Mon Sep 21 11:59:21 2020 +0200
  70. 022e5e5 BUILD: traces: don't pass an empty argument for missing ones by Willy Tarreau · Thu Sep 10 09:33:15 2020 +0200
  71. 4313d5a BUG/MEDIUM: mux-h1: always apply the timeout on half-closed connections by Willy Tarreau · Tue Sep 08 15:40:57 2020 +0200
  72. 7a145d6 BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send by Christopher Faulet · Wed Aug 05 11:31:16 2020 +0200
  73. f5ea3a8 MINOR: mux-h1: do not try to receive on backend before sending a request by Willy Tarreau · Fri Jul 31 09:16:23 2020 +0200
  74. 2febb84 MINOR: mux-h1: do not even try to receive if the connection is not fully set up by Willy Tarreau · Fri Jul 31 09:15:43 2020 +0200
  75. 23021ad BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode by Christopher Faulet · Fri Jul 10 10:01:26 2020 +0200
  76. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · Thu Jul 02 09:19:54 2020 +0200
  77. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · Wed Jul 01 16:10:06 2020 +0200
  78. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · Wed Jul 01 15:12:43 2020 +0200
  79. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · Fri Jul 10 08:28:20 2020 +0200
  80. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · Fri Jul 10 08:22:26 2020 +0200
  81. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
  82. 2718229 MINOR: mux-h1: Improve traces about the splicing by Christopher Faulet · Fri Jul 03 15:08:49 2020 +0200
  83. a131a8f BUG/MEDIUM: mux-h1: Disable splicing for the conn-stream if read0 is received by Christopher Faulet · Tue Jul 07 10:56:40 2020 +0200
  84. 7b7016b BUG/MINOR: mux-h1: Disable splicing only if input data was processed by Christopher Faulet · Fri Jul 03 15:12:00 2020 +0200
  85. 0060be9 BUG/MINOR: mux-h1: Don't read data from a pipe if the mux is unable to receive by Christopher Faulet · Fri Jul 03 15:02:25 2020 +0200
  86. 2eaf309 BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode by Christopher Faulet · Fri Jul 03 14:51:15 2020 +0200
  87. a74bb7e BUG/MEDIUM: connections: Let the xprt layer know a takeover happened. by Olivier Houchard · Fri Jul 03 14:01:21 2020 +0200
  88. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · Fri Jul 03 14:04:37 2020 +0200
  89. 48ce6a3 BUG/MEDIUM: muxes: Make sure nobody stole the connection before using it. by Olivier Houchard · Thu Jul 02 11:58:05 2020 +0200
  90. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · Mon Jun 29 20:15:59 2020 +0200
  91. 09e0d9e MEDIUM: mux-h1: use task_kill() during h1_takeover() instead of task_wakeup() by Willy Tarreau · Wed Jul 01 16:39:33 2020 +0200
  92. 68d4ee9 MINOR: mux-h1: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · Tue Jun 30 11:19:23 2020 +0200
  93. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
  94. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jun 21 21:42:57 2020 +0500
  95. c89a42f MINOR: mux_h1: Set H1_F_CO_MSG_MORE if we know we have more to send. by Olivier Houchard · Fri Jun 19 16:15:05 2020 +0200
  96. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  97. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  98. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  99. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  100. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200