1. 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
  2. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  3. 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
  4. e9da975 BUG/MINOR: mux-h1: Always set the session on frontend h1 stream by Christopher Faulet · Wed Sep 30 15:00:13 2020 +0200
  5. 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
  6. 022e5e5 BUILD: traces: don't pass an empty argument for missing ones by Willy Tarreau · Thu Sep 10 09:33:15 2020 +0200
  7. 4313d5a BUG/MEDIUM: mux-h1: always apply the timeout on half-closed connections by Willy Tarreau · Tue Sep 08 15:40:57 2020 +0200
  8. 7a145d6 BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send by Christopher Faulet · Wed Aug 05 11:31:16 2020 +0200
  9. 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
  10. 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
  11. 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
  12. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · Thu Jul 02 09:19:54 2020 +0200
  13. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · Wed Jul 01 16:10:06 2020 +0200
  14. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · Wed Jul 01 15:12:43 2020 +0200
  15. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · Fri Jul 10 08:28:20 2020 +0200
  16. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · Fri Jul 10 08:22:26 2020 +0200
  17. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · Fri Jul 10 08:10:29 2020 +0200
  18. 2718229 MINOR: mux-h1: Improve traces about the splicing by Christopher Faulet · Fri Jul 03 15:08:49 2020 +0200
  19. 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
  20. 7b7016b BUG/MINOR: mux-h1: Disable splicing only if input data was processed by Christopher Faulet · Fri Jul 03 15:12:00 2020 +0200
  21. 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
  22. 2eaf309 BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode by Christopher Faulet · Fri Jul 03 14:51:15 2020 +0200
  23. a74bb7e BUG/MEDIUM: connections: Let the xprt layer know a takeover happened. by Olivier Houchard · Fri Jul 03 14:01:21 2020 +0200
  24. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · Fri Jul 03 14:04:37 2020 +0200
  25. 48ce6a3 BUG/MEDIUM: muxes: Make sure nobody stole the connection before using it. by Olivier Houchard · Thu Jul 02 11:58:05 2020 +0200
  26. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · Mon Jun 29 20:15:59 2020 +0200
  27. 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
  28. 68d4ee9 MINOR: mux-h1: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · Tue Jun 30 11:19:23 2020 +0200
  29. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
  30. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jun 21 21:42:57 2020 +0500
  31. 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
  32. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  33. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  34. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  35. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  36. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  37. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  38. c6d61d7 REORG: include: move trace.h to haproxy/trace{,-t}.h by Willy Tarreau · Thu Jun 04 19:02:42 2020 +0200
  39. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  40. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  41. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  42. c6fe884 REORG: include: move h1_htx.h to haproxy/h1_htx.h by Willy Tarreau · Thu Jun 04 09:00:02 2020 +0200
  43. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · Thu Jun 04 08:32:23 2020 +0200
  44. bf07314 REORG: include: move common/h2.h to haproxy/h2.h by Willy Tarreau · Wed Jun 03 12:04:01 2020 +0200
  45. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
  46. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · Tue Jun 02 19:33:08 2020 +0200
  47. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · Tue Jun 02 11:28:02 2020 +0200
  48. 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
  49. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  50. 89aed32 MINOR: mux-h1/proxy: Add a proxy option to disable clear h2 upgrade by Christopher Faulet · Tue Jun 02 17:33:56 2020 +0200
  51. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed May 06 00:53:22 2020 +0500
  52. ca39747 BUG/MEDIUM: mux-h1: make sure we always have a timeout on front connections by Willy Tarreau · Tue Apr 28 19:48:41 2020 +0200
  53. c3500c3 MINOR: build: Fix build in mux_h1 by Olivier Houchard · Wed Mar 25 17:05:21 2020 +0100
  54. 6966441 BUG/MEDIUM: mux_h1: Process a new request if we already received it. by Olivier Houchard · Wed Mar 25 12:24:11 2020 +0100
  55. 199d4fa MINOR: muxes: Note that we can't usee a connection when added to the srv idle. by Olivier Houchard · Sun Mar 22 23:25:51 2020 +0100
  56. 3c49c1b BUG/MEDIUM: h1: Make sure we subscribe before going into idle list. by Olivier Houchard · Sun Mar 22 19:56:03 2020 +0100
  57. f12ca9f MEDIUM: mux_h1: Implement the takeover() method. by Olivier Houchard · Thu Feb 20 16:00:18 2020 +0100
  58. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  59. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · Mon Jan 20 13:56:01 2020 +0100
  60. bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · Thu Mar 12 15:30:17 2020 +0100
  61. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · Thu Jan 02 18:10:17 2020 +0100
  62. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · Thu Mar 05 17:56:33 2020 +0100
  63. f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · Thu Mar 05 07:41:20 2020 +0100
  64. 2c1f37d OPTIM: mux-h1: subscribe rather than waking up at a few other places by Willy Tarreau · Wed Mar 04 17:50:02 2020 +0100
  65. 493d9dc MEDIUM: mux-h1: do not blindly wake up the tasklet at end of request anymore by Willy Tarreau · Fri Feb 28 15:21:42 2020 +0100
  66. b045bb2 MINOR: mux-h1: Remove useless case-insensitive comparisons by Christopher Faulet · Fri Feb 28 10:42:20 2020 +0100
  67. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · Wed Feb 26 10:39:36 2020 +0100
  68. 6e59cb5 MINOR: mux-h1: pass CO_RFL_READ_ONCE to the lower layers when relevant by Willy Tarreau · Thu Feb 20 11:11:50 2020 +0100
  69. d57e349 BUG/MINOR: mux: do not call conn_xprt_stop_recv() on buffer shortage by Willy Tarreau · Fri Feb 21 09:44:39 2020 +0100
  70. 12ffab0 BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. by Olivier Houchard · Fri Feb 14 13:23:45 2020 +0100
  71. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · Thu Jan 23 16:27:54 2020 +0100
  72. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
  73. 4623036 MINOR: mux-h1: Inherit send flags from the upper layer by Christopher Faulet · Thu Oct 17 16:04:20 2019 +0200
  74. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · Fri Jan 17 07:52:13 2020 +0100
  75. 1b0d4d1 MEDIUM: mux-h1: merge recv_wait and send_wait by Willy Tarreau · Thu Jan 16 11:03:19 2020 +0100
  76. 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · Fri Jan 17 16:19:34 2020 +0100
  77. 68787ef BUG/MEDIUM: mux_h1: Don't call h1_send if we subscribed(). by Olivier Houchard · Wed Jan 15 19:13:32 2020 +0100
  78. 6716cc2 BUG/MAJOR: mux-h1: Don't pretend the input channel's buffer is full if empty by Christopher Faulet · Fri Dec 20 17:33:24 2019 +0100
  79. 76014fd MEDIUM: h1-htx: Add HTX EOM block when the message is in H1_MSG_DONE state by Christopher Faulet · Tue Dec 10 11:47:22 2019 +0100
  80. 7aae858 BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added by Christopher Faulet · Fri Dec 06 15:59:05 2019 +0100
  81. 2545a0b BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data by Christopher Faulet · Thu Dec 05 12:30:55 2019 +0100
  82. 7b109f2 BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN by Christopher Faulet · Thu Dec 05 11:18:31 2019 +0100
  83. aaa67bc BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending by Christopher Faulet · Thu Dec 05 10:23:37 2019 +0100
  84. e18f53e BUILD/MINOR: trace: fix use of long type in a few printf format strings by Willy Tarreau · Wed Nov 27 15:41:31 2019 +0100
  85. f3158e9 BUG/MINOR: mux-h1: Fix tunnel mode detection on the response path by Christopher Faulet · Fri Nov 15 11:14:23 2019 +0100
  86. 466080d MINOR: mux-h1: Set EOI on the conn-stream when EOS is reported in TUNNEL state by Christopher Faulet · Fri Nov 15 09:50:22 2019 +0100
  87. 3f21611 BUG/MINOR: mux-h1: Don't set CS_FL_EOS on a read0 when receiving data to pipe by Christopher Faulet · Fri Nov 15 09:41:32 2019 +0100
  88. 02a0253 BUG/MINOR: mux-h1: Properly catch parsing errors on payload and trailers by Christopher Faulet · Fri Nov 15 09:36:28 2019 +0100
  89. 9fa40c4 BUG/MEDIUM: mux-h1: Disable splicing for chunked messages by Christopher Faulet · Tue Nov 05 16:24:27 2019 +0100
  90. 9b8e11e MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · Fri Oct 25 16:19:26 2019 +0200
  91. 04f8919 MINOR: mux-h1: Force close mode for proxy responses with an unfinished request by Christopher Faulet · Wed Oct 16 09:41:07 2019 +0200
  92. 486498c BUG/MINOR: mux-h1: Capture ignored parsing errors by Christopher Faulet · Fri Oct 11 14:22:00 2019 +0200
  93. 53a899b CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c by Christopher Faulet · Tue Oct 08 16:38:42 2019 +0200
  94. d9233f0 MINOR: mux-h1: Xfer as much payload data as possible during output processing by Christopher Faulet · Mon Oct 14 14:01:24 2019 +0200
  95. a61aa54 BUG/MINOR: mux-h1: Mark the output buffer as full when the xfer is interrupted by Christopher Faulet · Mon Oct 14 14:17:00 2019 +0200
  96. 08618a7 BUG/MINOR: mux-h1/mux-fcgi/trace: Fix position of the 4th arg in some traces by Christopher Faulet · Tue Oct 08 11:59:47 2019 +0200
  97. 660f6f3 MINOR: mux-h1: Try to wakeup the stream on output buffer allocation by Christopher Faulet · Fri Oct 04 10:22:47 2019 +0200
  98. 7a991a9 BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message by Christopher Faulet · Fri Oct 04 10:23:51 2019 +0200
  99. 5cef2a6 BUG/MINOR: mux-h1: Adjust header case when the server name is add to a request by Christopher Faulet · Wed Oct 02 11:06:13 2019 +0200
  100. 67d5809 MINOR: http: Remove headers matching the name of http-send-name-header option by Christopher Faulet · Wed Oct 02 10:51:38 2019 +0200