1. 7b109f2 BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN by Christopher Faulet · 4 years, 7 months ago
  2. aaa67bc BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending by Christopher Faulet · 4 years, 7 months ago
  3. e18f53e BUILD/MINOR: trace: fix use of long type in a few printf format strings by Willy Tarreau · 4 years, 7 months ago
  4. f3158e9 BUG/MINOR: mux-h1: Fix tunnel mode detection on the response path by Christopher Faulet · 4 years, 8 months ago
  5. 466080d MINOR: mux-h1: Set EOI on the conn-stream when EOS is reported in TUNNEL state by Christopher Faulet · 4 years, 8 months ago
  6. 3f21611 BUG/MINOR: mux-h1: Don't set CS_FL_EOS on a read0 when receiving data to pipe by Christopher Faulet · 4 years, 8 months ago
  7. 02a0253 BUG/MINOR: mux-h1: Properly catch parsing errors on payload and trailers by Christopher Faulet · 4 years, 8 months ago
  8. 9fa40c4 BUG/MEDIUM: mux-h1: Disable splicing for chunked messages by Christopher Faulet · 4 years, 8 months ago
  9. 9b8e11e MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · 4 years, 9 months ago
  10. 04f8919 MINOR: mux-h1: Force close mode for proxy responses with an unfinished request by Christopher Faulet · 4 years, 9 months ago
  11. 486498c BUG/MINOR: mux-h1: Capture ignored parsing errors by Christopher Faulet · 4 years, 9 months ago
  12. 53a899b CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c by Christopher Faulet · 4 years, 9 months ago
  13. d9233f0 MINOR: mux-h1: Xfer as much payload data as possible during output processing by Christopher Faulet · 4 years, 9 months ago
  14. a61aa54 BUG/MINOR: mux-h1: Mark the output buffer as full when the xfer is interrupted by Christopher Faulet · 4 years, 9 months ago
  15. 08618a7 BUG/MINOR: mux-h1/mux-fcgi/trace: Fix position of the 4th arg in some traces by Christopher Faulet · 4 years, 9 months ago
  16. 660f6f3 MINOR: mux-h1: Try to wakeup the stream on output buffer allocation by Christopher Faulet · 4 years, 9 months ago
  17. 7a991a9 BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message by Christopher Faulet · 4 years, 9 months ago
  18. 5cef2a6 BUG/MINOR: mux-h1: Adjust header case when the server name is add to a request by Christopher Faulet · 4 years, 9 months ago
  19. 67d5809 MINOR: http: Remove headers matching the name of http-send-name-header option by Christopher Faulet · 4 years, 9 months ago
  20. 6b81df7 MINOR: mux-h1/trace: register a new trace source with its events by Christopher Faulet · 4 years, 9 months ago
  21. af54263 MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 by Christopher Faulet · 4 years, 9 months ago
  22. 72ba6cd MINOR: http: Add server name header from HTTP multiplexers by Christopher Faulet · 4 years, 10 months ago
  23. eec96b5 BUG/MINOR: mux-h1: Do h2 upgrade only on the first request by Christopher Faulet · 4 years, 10 months ago
  24. 86d144c MINOR: muxes/htx: Ignore pseudo header during message formatting by Christopher Faulet · 5 years ago
  25. 4f0f88a MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file by Christopher Faulet · 5 years ago
  26. 69b4821 MINOR: mux-h1: Report a processing error during output processing by Christopher Faulet · 4 years, 10 months ago
  27. cac5c09 BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adjust_postparser() by Christopher Faulet · 5 years ago
  28. 51bb185 BUG/MINOR: mux-h1: Fix a possible null pointer dereference in h1_subscribe() by Christopher Faulet · 4 years, 10 months ago
  29. f1ef7f6 BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after trailers by Christopher Faulet · 4 years, 10 months ago
  30. 6b32192 BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is reached by Christopher Faulet · 4 years, 10 months ago
  31. 8427d0d BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers parsing by Christopher Faulet · 4 years, 10 months ago
  32. 0bb5a5c BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full by Willy Tarreau · 4 years, 11 months ago
  33. 347f464 BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary by Willy Tarreau · 4 years, 11 months ago
  34. 02bac85 BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). by Olivier Houchard · 4 years, 11 months ago
  35. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  36. dedd306 MEDIUM: h1: Don't wake the H1 tasklet if we got the whole request. by Olivier Houchard · 5 years ago
  37. cc3fec8 MEDIUM: h1: Don't try to subscribe if we managed to read data. by Olivier Houchard · 5 years ago
  38. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · 5 years ago
  39. f1204b8 BUG/MINOR: mux-h1: Close server connection if input data remains in h1_detach() by Christopher Faulet · 5 years ago
  40. 0362724 BUG/MEDIUM: mux-h1: Trim excess server data at the end of a transaction by Christopher Faulet · 5 years ago
  41. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · 5 years ago
  42. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  43. 234740f BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used by Dave Pirotte · 5 years ago
  44. 37243bc BUG/MEDIUM: mux-h1: Don't release h1 connection if there is still data to send by Christopher Faulet · 5 years ago
  45. 0e54d54 BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred by Christopher Faulet · 5 years ago
  46. f8db73e BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted by Christopher Faulet · 5 years ago
  47. 2ab3dad BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. by Olivier Houchard · 5 years ago
  48. b8fc304 BUG/MINOR: mux-h1: Don't return the empty chunk on HEAD responses by Christopher Faulet · 5 years ago
  49. 5433a0b BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages by Christopher Faulet · 5 years ago
  50. 3ac0f43 BUG/MEDIUM: mux-h1: Always release H1C if a shutdown for writes was reported by Christopher Faulet · 5 years ago
  51. d87d3fa BUG/MINOR: mux-h1: Make format errors during output formatting fatal by Christopher Faulet · 5 years ago
  52. e5438b7 BUG/MEDIUM: mux-h1: Use buf_room_for_htx_data() to detect too large messages by Christopher Faulet · 5 years ago
  53. c2518a5 BUG/MAJOR: mux-h1: Don't crush trash chunk area when outgoing message is formatted by Christopher Faulet · 5 years ago
  54. a110ecb BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages by Christopher Faulet · 5 years ago
  55. cd67bff BUG/MINOR: mux-h1: Wake busy mux for I/O when message is fully sent by Christopher Faulet · 5 years ago
  56. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  57. 42993a8 MINOR: mux-h1: Set flags about the request's scheme on the start-line by Christopher Faulet · 5 years ago
  58. e4ab11b BUG/MINOR: http: Use the global value to limit the number of parsed headers by Christopher Faulet · 5 years ago
  59. 985234d BUG/MEDIUM: h1: Wait for the connection if the handshake didn't complete. by Olivier Houchard · 5 years ago
  60. 6063003 BUG/MEDIUM: h1: Don't wait for handshake if we had an error. by Olivier Houchard · 5 years ago
  61. 690e0f0 BUG/MEDIUM: h1: Don't consider we're connected if the handshake isn't done. by Olivier Houchard · 5 years ago
  62. 92d093d BUG/MEDIUM: h1: Don't try to subscribe if we had a connection error. by Olivier Houchard · 5 years ago
  63. 45c4437 Revert "BUG/MEDIUM: H1: When upgrading, make sure we don't free the buffer too early." by Olivier Houchard · 5 years ago
  64. 6c7fe5c BUG/MEDIUM: H1: When upgrading, make sure we don't free the buffer too early. by Olivier Houchard · 5 years ago
  65. c31872f BUG/MINOR: mux-h1: Don't send more data than expected by Christopher Faulet · 5 years ago
  66. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  67. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · 5 years ago
  68. 4c7ce01 MINOR: mux-h1: Don't count the EOM in the estimated size of headers by Christopher Faulet · 5 years ago
  69. 82f0160 MINOR: mux-h1: Add h1_eval_htx_hdrs_size() to estimate size of the HTX headers by Christopher Faulet · 5 years ago
  70. ada34b6 MINOR: mux-h1: Add the flag HAVE_O_CONN on h1s by Christopher Faulet · 5 years ago
  71. 94b2c76 MEDIUM: mux-h1: refactor output processing by Christopher Faulet · 5 years ago
  72. a2ea158 BUG/MINOR: mux-h1: errflag must be set on H1S and not H1M during output processing by Christopher Faulet · 5 years ago
  73. c493c9c MEDIUM: mux-h1: don't use CS_FL_REOS anymore by Willy Tarreau · 5 years ago
  74. fbdf90a BUG/MEDIUM: mux-h1: only check input data for the current stream, not next one by Willy Tarreau · 5 years ago
  75. d58f27f MINOR: mux-h1: don't try to recv() before the connection is ready by Willy Tarreau · 5 years ago
  76. 1146f97 BUG/MEDIUM: mux-h1: Don't skip the TCP splicing when there is no more data to read by Christopher Faulet · 5 years ago
  77. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  78. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · 5 years ago
  79. b75b5ea MEDIUM: htx: 1xx messages are now part of the final reponses by Christopher Faulet · 5 years ago
  80. a39d8ad MINOR: mux-h1: Set hdrs_bytes on the SL when an HTX message is produced by Christopher Faulet · 5 years ago
  81. 30db3d7 MEDIUM: mux-h1: Use the count value received from the SI in h1_rcv_buf() by Christopher Faulet · 5 years ago
  82. 8e9e3ef BUG/MINOR: mux-h1: Report EOI instead EOS on parsing error or H2 upgrade by Christopher Faulet · 5 years ago
  83. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  84. 0a7a4fb CLEANUP: mux-h1: use "H1" and not "h1" as the mux's name by Willy Tarreau · 5 years ago
  85. 00b8f7c MINOR: h1: Use BUG_ON() to enforce rules in subscribe/unsubscribe. by Olivier Houchard · 5 years ago
  86. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · 5 years ago
  87. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · 5 years ago
  88. 39593e6 BUG/MINOR: mux-h1: Fix the parsing of trailers by Christopher Faulet · 5 years ago
  89. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · 5 years ago
  90. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · 5 years ago
  91. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  92. 038ad81 MINOR: mux-h1: Handle read0 during TCP splicing by Christopher Faulet · 5 years ago
  93. e18777b BUG/MEDIUM: mux-h1: Enable TCP splicing to exchange data only by Christopher Faulet · 5 years ago
  94. f7d5ff3 BUG/MEDIUM: mux-h1: Notify the stream waiting for TCP splicing if ibuf is empty by Christopher Faulet · 5 years ago
  95. 2f320ee BUG/MINOR: mux-h1: Don't switch the parser in busy mode if other side has done by Christopher Faulet · 5 years ago
  96. 91f77d5 BUG/MINOR: mux-h1: Process input even if the input buffer is empty by Christopher Faulet · 5 years ago
  97. 0e07937 BUG/MEDIUM: muxes: Make sure we unsubcribed when destroying mux ctx. by Olivier Houchard · 5 years ago
  98. 61840e7 BUG/MEDIUM: muxes: Don't dereference mux context if null in release functions by Christopher Faulet · 5 years ago
  99. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · 5 years ago
  100. 39a96ee MEDIUM: muxes: Be prepared to don't own connection during the release by Christopher Faulet · 5 years ago