1. c3500c3 MINOR: build: Fix build in mux_h1 by Olivier Houchard · Wed Mar 25 17:05:21 2020 +0100
  2. 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
  3. 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
  4. 3c49c1b BUG/MEDIUM: h1: Make sure we subscribe before going into idle list. by Olivier Houchard · Sun Mar 22 19:56:03 2020 +0100
  5. f12ca9f MEDIUM: mux_h1: Implement the takeover() method. by Olivier Houchard · Thu Feb 20 16:00:18 2020 +0100
  6. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  7. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · Mon Jan 20 13:56:01 2020 +0100
  8. bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · Thu Mar 12 15:30:17 2020 +0100
  9. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · Thu Jan 02 18:10:17 2020 +0100
  10. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · Thu Mar 05 17:56:33 2020 +0100
  11. f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · Thu Mar 05 07:41:20 2020 +0100
  12. 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
  13. 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
  14. b045bb2 MINOR: mux-h1: Remove useless case-insensitive comparisons by Christopher Faulet · Fri Feb 28 10:42:20 2020 +0100
  15. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · Wed Feb 26 10:39:36 2020 +0100
  16. 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
  17. 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
  18. 12ffab0 BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. by Olivier Houchard · Fri Feb 14 13:23:45 2020 +0100
  19. 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
  20. 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
  21. 4623036 MINOR: mux-h1: Inherit send flags from the upper layer by Christopher Faulet · Thu Oct 17 16:04:20 2019 +0200
  22. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · Fri Jan 17 07:52:13 2020 +0100
  23. 1b0d4d1 MEDIUM: mux-h1: merge recv_wait and send_wait by Willy Tarreau · Thu Jan 16 11:03:19 2020 +0100
  24. 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · Fri Jan 17 16:19:34 2020 +0100
  25. 68787ef BUG/MEDIUM: mux_h1: Don't call h1_send if we subscribed(). by Olivier Houchard · Wed Jan 15 19:13:32 2020 +0100
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. f3158e9 BUG/MINOR: mux-h1: Fix tunnel mode detection on the response path by Christopher Faulet · Fri Nov 15 11:14:23 2019 +0100
  34. 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
  35. 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
  36. 02a0253 BUG/MINOR: mux-h1: Properly catch parsing errors on payload and trailers by Christopher Faulet · Fri Nov 15 09:36:28 2019 +0100
  37. 9fa40c4 BUG/MEDIUM: mux-h1: Disable splicing for chunked messages by Christopher Faulet · Tue Nov 05 16:24:27 2019 +0100
  38. 9b8e11e MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · Fri Oct 25 16:19:26 2019 +0200
  39. 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
  40. 486498c BUG/MINOR: mux-h1: Capture ignored parsing errors by Christopher Faulet · Fri Oct 11 14:22:00 2019 +0200
  41. 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
  42. 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
  43. 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
  44. 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
  45. 660f6f3 MINOR: mux-h1: Try to wakeup the stream on output buffer allocation by Christopher Faulet · Fri Oct 04 10:22:47 2019 +0200
  46. 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
  47. 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
  48. 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
  49. 6b81df7 MINOR: mux-h1/trace: register a new trace source with its events by Christopher Faulet · Tue Oct 01 22:08:43 2019 +0200
  50. af54263 MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 by Christopher Faulet · Tue Oct 01 21:52:49 2019 +0200
  51. 72ba6cd MINOR: http: Add server name header from HTTP multiplexers by Christopher Faulet · Tue Sep 24 16:20:05 2019 +0200
  52. eec96b5 BUG/MINOR: mux-h1: Do h2 upgrade only on the first request by Christopher Faulet · Wed Sep 25 09:10:46 2019 +0200
  53. 86d144c MINOR: muxes/htx: Ignore pseudo header during message formatting by Christopher Faulet · Wed Aug 14 16:32:25 2019 +0200
  54. 4f0f88a MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file by Christopher Faulet · Sat Aug 10 11:17:44 2019 +0200
  55. 69b4821 MINOR: mux-h1: Report a processing error during output processing by Christopher Faulet · Mon Sep 09 10:11:30 2019 +0200
  56. cac5c09 BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adjust_postparser() by Christopher Faulet · Tue Jul 30 16:51:42 2019 +0200
  57. 51bb185 BUG/MINOR: mux-h1: Fix a possible null pointer dereference in h1_subscribe() by Christopher Faulet · Wed Sep 04 10:22:34 2019 +0200
  58. f1ef7f6 BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after trailers by Christopher Faulet · Tue Sep 03 21:55:14 2019 +0200
  59. 6b32192 BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is reached by Christopher Faulet · Tue Sep 03 16:26:15 2019 +0200
  60. 8427d0d BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers parsing by Christopher Faulet · Tue Sep 03 16:16:50 2019 +0200
  61. 0bb5a5c BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full by Willy Tarreau · Fri Aug 23 09:29:29 2019 +0200
  62. 347f464 BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary by Willy Tarreau · Fri Aug 23 08:11:36 2019 +0200
  63. 02bac85 BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). by Olivier Houchard · Thu Aug 22 18:34:25 2019 +0200
  64. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · Wed Jul 24 18:07:06 2019 +0200
  65. dedd306 MEDIUM: h1: Don't wake the H1 tasklet if we got the whole request. by Olivier Houchard · Fri Jul 26 15:12:38 2019 +0200
  66. cc3fec8 MEDIUM: h1: Don't try to subscribe if we managed to read data. by Olivier Houchard · Fri Jul 26 15:11:11 2019 +0200
  67. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · Mon Jul 22 16:18:24 2019 +0200
  68. f1204b8 BUG/MINOR: mux-h1: Close server connection if input data remains in h1_detach() by Christopher Faulet · Fri Jul 19 14:51:06 2019 +0200
  69. 0362724 BUG/MEDIUM: mux-h1: Trim excess server data at the end of a transaction by Christopher Faulet · Fri Jul 19 11:34:08 2019 +0200
  70. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · Mon Jul 15 11:42:52 2019 +0200
  71. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · Tue Jun 11 16:32:24 2019 +0200
  72. 234740f BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used by Dave Pirotte · Wed Jul 10 13:57:38 2019 +0000
  73. 37243bc BUG/MEDIUM: mux-h1: Don't release h1 connection if there is still data to send by Christopher Faulet · Thu Jul 11 15:40:25 2019 +0200
  74. 0e54d54 BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred by Christopher Faulet · Thu Jul 04 21:22:34 2019 +0200
  75. f8db73e BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted by Christopher Faulet · Thu Jul 04 17:12:12 2019 +0200
  76. 2ab3dad BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. by Olivier Houchard · Wed Jul 03 13:08:18 2019 +0200
  77. b8fc304 BUG/MINOR: mux-h1: Don't return the empty chunk on HEAD responses by Christopher Faulet · Mon Jul 01 16:17:30 2019 +0200
  78. 5433a0b BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages by Christopher Faulet · Thu Jun 27 17:40:14 2019 +0200
  79. 3ac0f43 BUG/MEDIUM: mux-h1: Always release H1C if a shutdown for writes was reported by Christopher Faulet · Fri Jun 28 17:41:42 2019 +0200
  80. d87d3fa BUG/MINOR: mux-h1: Make format errors during output formatting fatal by Christopher Faulet · Wed Jun 26 15:16:28 2019 +0200
  81. e5438b7 BUG/MEDIUM: mux-h1: Use buf_room_for_htx_data() to detect too large messages by Christopher Faulet · Wed Jun 26 14:56:27 2019 +0200
  82. c2518a5 BUG/MAJOR: mux-h1: Don't crush trash chunk area when outgoing message is formatted by Christopher Faulet · Tue Jun 25 21:41:02 2019 +0200
  83. a110ecb BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages by Christopher Faulet · Mon Jun 17 14:07:46 2019 +0200
  84. cd67bff BUG/MINOR: mux-h1: Wake busy mux for I/O when message is fully sent by Christopher Faulet · Fri Jun 14 16:54:15 2019 +0200
  85. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
  86. 42993a8 MINOR: mux-h1: Set flags about the request's scheme on the start-line by Christopher Faulet · Fri Jun 14 10:31:25 2019 +0200
  87. e4ab11b BUG/MINOR: http: Use the global value to limit the number of parsed headers by Christopher Faulet · Tue Jun 11 15:05:37 2019 +0200
  88. 985234d BUG/MEDIUM: h1: Wait for the connection if the handshake didn't complete. by Olivier Houchard · Thu Jun 13 17:54:33 2019 +0200
  89. 6063003 BUG/MEDIUM: h1: Don't wait for handshake if we had an error. by Olivier Houchard · Thu Jun 13 17:37:00 2019 +0200
  90. 690e0f0 BUG/MEDIUM: h1: Don't consider we're connected if the handshake isn't done. by Olivier Houchard · Tue Jun 11 16:37:24 2019 +0200
  91. 92d093d BUG/MEDIUM: h1: Don't try to subscribe if we had a connection error. by Olivier Houchard · Tue Jun 11 16:36:33 2019 +0200
  92. 45c4437 Revert "BUG/MEDIUM: H1: When upgrading, make sure we don't free the buffer too early." by Olivier Houchard · Tue Jun 11 14:06:23 2019 +0200
  93. 6c7fe5c BUG/MEDIUM: H1: When upgrading, make sure we don't free the buffer too early. by Olivier Houchard · Fri Jun 07 18:08:17 2019 +0200
  94. c31872f BUG/MINOR: mux-h1: Don't send more data than expected by Christopher Faulet · Tue Jun 04 22:09:36 2019 +0200
  95. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
  96. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
  97. 4c7ce01 MINOR: mux-h1: Don't count the EOM in the estimated size of headers by Christopher Faulet · Fri May 24 21:43:55 2019 +0200
  98. 82f0160 MINOR: mux-h1: Add h1_eval_htx_hdrs_size() to estimate size of the HTX headers by Christopher Faulet · Fri May 24 16:50:16 2019 +0200
  99. ada34b6 MINOR: mux-h1: Add the flag HAVE_O_CONN on h1s by Christopher Faulet · Fri May 24 16:36:43 2019 +0200
  100. 94b2c76 MEDIUM: mux-h1: refactor output processing by Christopher Faulet · Fri May 24 15:28:57 2019 +0200