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