1. 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
  2. 660f6f3 MINOR: mux-h1: Try to wakeup the stream on output buffer allocation by Christopher Faulet · Fri Oct 04 10:22:47 2019 +0200
  3. 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
  4. 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
  5. 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
  6. 6b81df7 MINOR: mux-h1/trace: register a new trace source with its events by Christopher Faulet · Tue Oct 01 22:08:43 2019 +0200
  7. 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
  8. 72ba6cd MINOR: http: Add server name header from HTTP multiplexers by Christopher Faulet · Tue Sep 24 16:20:05 2019 +0200
  9. eec96b5 BUG/MINOR: mux-h1: Do h2 upgrade only on the first request by Christopher Faulet · Wed Sep 25 09:10:46 2019 +0200
  10. 86d144c MINOR: muxes/htx: Ignore pseudo header during message formatting by Christopher Faulet · Wed Aug 14 16:32:25 2019 +0200
  11. 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
  12. 69b4821 MINOR: mux-h1: Report a processing error during output processing by Christopher Faulet · Mon Sep 09 10:11:30 2019 +0200
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 347f464 BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary by Willy Tarreau · Fri Aug 23 08:11:36 2019 +0200
  20. 02bac85 BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). by Olivier Houchard · Thu Aug 22 18:34:25 2019 +0200
  21. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · Wed Jul 24 18:07:06 2019 +0200
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · Mon Jul 15 11:42:52 2019 +0200
  28. 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
  29. 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
  30. 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
  31. 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
  32. f8db73e BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted by Christopher Faulet · Thu Jul 04 17:12:12 2019 +0200
  33. 2ab3dad BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. by Olivier Houchard · Wed Jul 03 13:08:18 2019 +0200
  34. 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
  35. 5433a0b BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages by Christopher Faulet · Thu Jun 27 17:40:14 2019 +0200
  36. 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
  37. d87d3fa BUG/MINOR: mux-h1: Make format errors during output formatting fatal by Christopher Faulet · Wed Jun 26 15:16:28 2019 +0200
  38. 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
  39. 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
  40. 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
  41. 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
  42. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. c31872f BUG/MINOR: mux-h1: Don't send more data than expected by Christopher Faulet · Tue Jun 04 22:09:36 2019 +0200
  52. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
  53. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
  54. 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
  55. 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
  56. ada34b6 MINOR: mux-h1: Add the flag HAVE_O_CONN on h1s by Christopher Faulet · Fri May 24 16:36:43 2019 +0200
  57. 94b2c76 MEDIUM: mux-h1: refactor output processing by Christopher Faulet · Fri May 24 15:28:57 2019 +0200
  58. a2ea158 BUG/MINOR: mux-h1: errflag must be set on H1S and not H1M during output processing by Christopher Faulet · Tue May 28 10:35:18 2019 +0200
  59. c493c9c MEDIUM: mux-h1: don't use CS_FL_REOS anymore by Willy Tarreau · Mon Jun 03 14:18:22 2019 +0200
  60. fbdf90a BUG/MEDIUM: mux-h1: only check input data for the current stream, not next one by Willy Tarreau · Mon Jun 03 13:42:54 2019 +0200
  61. d58f27f MINOR: mux-h1: don't try to recv() before the connection is ready by Willy Tarreau · Mon Jun 03 10:12:22 2019 +0200
  62. 1146f97 BUG/MEDIUM: mux-h1: Don't skip the TCP splicing when there is no more data to read by Christopher Faulet · Wed May 29 14:35:24 2019 +0200
  63. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · Tue May 28 10:30:11 2019 +0200
  64. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · Fri May 24 14:54:00 2019 +0200
  65. b75b5ea MEDIUM: htx: 1xx messages are now part of the final reponses by Christopher Faulet · Fri May 17 08:37:28 2019 +0200
  66. a39d8ad MINOR: mux-h1: Set hdrs_bytes on the SL when an HTX message is produced by Christopher Faulet · Wed May 15 15:54:39 2019 +0200
  67. 30db3d7 MEDIUM: mux-h1: Use the count value received from the SI in h1_rcv_buf() by Christopher Faulet · Fri May 17 15:35:33 2019 +0200
  68. 8e9e3ef BUG/MINOR: mux-h1: Report EOI instead EOS on parsing error or H2 upgrade by Christopher Faulet · Fri May 17 09:14:10 2019 +0200
  69. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  70. 0a7a4fb CLEANUP: mux-h1: use "H1" and not "h1" as the mux's name by Willy Tarreau · Wed May 22 11:36:54 2019 +0200
  71. 00b8f7c MINOR: h1: Use BUG_ON() to enforce rules in subscribe/unsubscribe. by Olivier Houchard · Tue May 14 18:02:23 2019 +0200
  72. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · Mon May 13 18:27:59 2019 +0200
  73. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · Tue May 07 21:48:12 2019 +0200
  74. 39593e6 BUG/MINOR: mux-h1: Fix the parsing of trailers by Christopher Faulet · Tue May 07 10:53:32 2019 +0200
  75. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · Tue May 07 19:05:35 2019 +0200
  76. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · Thu Mar 21 18:27:17 2019 +0100
  77. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
  78. 038ad81 MINOR: mux-h1: Handle read0 during TCP splicing by Christopher Faulet · Wed Apr 17 11:03:22 2019 +0200
  79. e18777b BUG/MEDIUM: mux-h1: Enable TCP splicing to exchange data only by Christopher Faulet · Tue Apr 16 16:46:36 2019 +0200
  80. f7d5ff3 BUG/MEDIUM: mux-h1: Notify the stream waiting for TCP splicing if ibuf is empty by Christopher Faulet · Tue Apr 16 13:55:08 2019 +0200
  81. 2f320ee BUG/MINOR: mux-h1: Don't switch the parser in busy mode if other side has done by Christopher Faulet · Tue Apr 16 20:26:53 2019 +0200
  82. 91f77d5 BUG/MINOR: mux-h1: Process input even if the input buffer is empty by Christopher Faulet · Tue Apr 16 20:23:55 2019 +0200
  83. 0e07937 BUG/MEDIUM: muxes: Make sure we unsubcribed when destroying mux ctx. by Olivier Houchard · Mon Apr 15 17:51:16 2019 +0200
  84. 61840e7 BUG/MEDIUM: muxes: Don't dereference mux context if null in release functions by Christopher Faulet · Mon Apr 15 09:33:32 2019 +0200
  85. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · Mon Apr 08 10:57:20 2019 +0200
  86. 39a96ee MEDIUM: muxes: Be prepared to don't own connection during the release by Christopher Faulet · Mon Apr 08 10:52:21 2019 +0200
  87. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · Mon Apr 08 11:23:22 2019 +0200
  88. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · Mon Apr 08 11:22:47 2019 +0200
  89. e9b7072 MINOR: muxes: Rely on conn_is_back() during init to handle front/back conn by Christopher Faulet · Mon Apr 08 10:46:02 2019 +0200
  90. 9f38f5a MINOR: muxes: Add a flag to specify a multiplexer uses the HTX by Christopher Faulet · Wed Apr 03 09:53:32 2019 +0200
  91. 7f36636 BUG/MINOR: mux-h1: Handle the flag CS_FL_KILL_CONN during a shutdown read/write by Christopher Faulet · Mon Apr 08 10:51:20 2019 +0200
  92. 14c91cf MINOR: mux-h1: Don't release the conn_stream anymore when h1s is destroyed by Christopher Faulet · Mon Apr 08 10:43:46 2019 +0200
  93. b992af0 MEDIUM: mux-h1: Simplify the connection mode management by sanitizing headers by Christopher Faulet · Thu Mar 28 15:42:24 2019 +0100
  94. cdc90e9 MINOR: mux-h1: Simplify handling of 1xx responses by Christopher Faulet · Thu Mar 28 13:28:46 2019 +0100
  95. c62c2b9 BUG/MEDIUM: htx: Fix the process of HTTP CONNECT with h2 connections by Christopher Faulet · Thu Mar 28 11:41:39 2019 +0100
  96. 6c9bbb2 MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX by Christopher Faulet · Tue Mar 26 21:37:23 2019 +0100
  97. 5220ef2 BUG/MINOR: mux-h1: Only skip invalid C-L headers on output by Christopher Faulet · Wed Mar 27 15:44:56 2019 +0100
  98. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · Fri Mar 22 14:51:36 2019 +0100
  99. dbe2cb4 MINOR: mux-h1: Set CS_FL_EOI the end of the message is reached by Christopher Faulet · Fri Mar 22 14:09:41 2019 +0100
  100. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · Fri Mar 08 09:23:46 2019 +0100