1. f1ef7f6 BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after trailers by Christopher Faulet · 4 years, 10 months ago
  2. 6b32192 BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is reached by Christopher Faulet · 4 years, 10 months ago
  3. 8427d0d BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers parsing by Christopher Faulet · 4 years, 10 months ago
  4. 0bb5a5c BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full by Willy Tarreau · 4 years, 11 months ago
  5. 347f464 BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary by Willy Tarreau · 4 years, 11 months ago
  6. 02bac85 BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). by Olivier Houchard · 4 years, 11 months ago
  7. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  8. dedd306 MEDIUM: h1: Don't wake the H1 tasklet if we got the whole request. by Olivier Houchard · 5 years ago
  9. cc3fec8 MEDIUM: h1: Don't try to subscribe if we managed to read data. by Olivier Houchard · 5 years ago
  10. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · 5 years ago
  11. f1204b8 BUG/MINOR: mux-h1: Close server connection if input data remains in h1_detach() by Christopher Faulet · 5 years ago
  12. 0362724 BUG/MEDIUM: mux-h1: Trim excess server data at the end of a transaction by Christopher Faulet · 5 years ago
  13. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · 5 years ago
  14. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  15. 234740f BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used by Dave Pirotte · 5 years ago
  16. 37243bc BUG/MEDIUM: mux-h1: Don't release h1 connection if there is still data to send by Christopher Faulet · 5 years ago
  17. 0e54d54 BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred by Christopher Faulet · 5 years ago
  18. f8db73e BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted by Christopher Faulet · 5 years ago
  19. 2ab3dad BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. by Olivier Houchard · 5 years ago
  20. b8fc304 BUG/MINOR: mux-h1: Don't return the empty chunk on HEAD responses by Christopher Faulet · 5 years ago
  21. 5433a0b BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages by Christopher Faulet · 5 years ago
  22. 3ac0f43 BUG/MEDIUM: mux-h1: Always release H1C if a shutdown for writes was reported by Christopher Faulet · 5 years ago
  23. d87d3fa BUG/MINOR: mux-h1: Make format errors during output formatting fatal by Christopher Faulet · 5 years ago
  24. e5438b7 BUG/MEDIUM: mux-h1: Use buf_room_for_htx_data() to detect too large messages by Christopher Faulet · 5 years ago
  25. c2518a5 BUG/MAJOR: mux-h1: Don't crush trash chunk area when outgoing message is formatted by Christopher Faulet · 5 years ago
  26. a110ecb BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages by Christopher Faulet · 5 years ago
  27. cd67bff BUG/MINOR: mux-h1: Wake busy mux for I/O when message is fully sent by Christopher Faulet · 5 years ago
  28. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  29. 42993a8 MINOR: mux-h1: Set flags about the request's scheme on the start-line by Christopher Faulet · 5 years ago
  30. e4ab11b BUG/MINOR: http: Use the global value to limit the number of parsed headers by Christopher Faulet · 5 years ago
  31. 985234d BUG/MEDIUM: h1: Wait for the connection if the handshake didn't complete. by Olivier Houchard · 5 years ago
  32. 6063003 BUG/MEDIUM: h1: Don't wait for handshake if we had an error. by Olivier Houchard · 5 years ago
  33. 690e0f0 BUG/MEDIUM: h1: Don't consider we're connected if the handshake isn't done. by Olivier Houchard · 5 years ago
  34. 92d093d BUG/MEDIUM: h1: Don't try to subscribe if we had a connection error. by Olivier Houchard · 5 years ago
  35. 45c4437 Revert "BUG/MEDIUM: H1: When upgrading, make sure we don't free the buffer too early." by Olivier Houchard · 5 years ago
  36. 6c7fe5c BUG/MEDIUM: H1: When upgrading, make sure we don't free the buffer too early. by Olivier Houchard · 5 years ago
  37. c31872f BUG/MINOR: mux-h1: Don't send more data than expected by Christopher Faulet · 5 years ago
  38. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  39. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · 5 years ago
  40. 4c7ce01 MINOR: mux-h1: Don't count the EOM in the estimated size of headers by Christopher Faulet · 5 years ago
  41. 82f0160 MINOR: mux-h1: Add h1_eval_htx_hdrs_size() to estimate size of the HTX headers by Christopher Faulet · 5 years ago
  42. ada34b6 MINOR: mux-h1: Add the flag HAVE_O_CONN on h1s by Christopher Faulet · 5 years ago
  43. 94b2c76 MEDIUM: mux-h1: refactor output processing by Christopher Faulet · 5 years ago
  44. a2ea158 BUG/MINOR: mux-h1: errflag must be set on H1S and not H1M during output processing by Christopher Faulet · 5 years ago
  45. c493c9c MEDIUM: mux-h1: don't use CS_FL_REOS anymore by Willy Tarreau · 5 years ago
  46. fbdf90a BUG/MEDIUM: mux-h1: only check input data for the current stream, not next one by Willy Tarreau · 5 years ago
  47. d58f27f MINOR: mux-h1: don't try to recv() before the connection is ready by Willy Tarreau · 5 years ago
  48. 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
  49. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  50. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · 5 years ago
  51. b75b5ea MEDIUM: htx: 1xx messages are now part of the final reponses by Christopher Faulet · 5 years ago
  52. a39d8ad MINOR: mux-h1: Set hdrs_bytes on the SL when an HTX message is produced by Christopher Faulet · 5 years ago
  53. 30db3d7 MEDIUM: mux-h1: Use the count value received from the SI in h1_rcv_buf() by Christopher Faulet · 5 years ago
  54. 8e9e3ef BUG/MINOR: mux-h1: Report EOI instead EOS on parsing error or H2 upgrade by Christopher Faulet · 5 years ago
  55. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  56. 0a7a4fb CLEANUP: mux-h1: use "H1" and not "h1" as the mux's name by Willy Tarreau · 5 years ago
  57. 00b8f7c MINOR: h1: Use BUG_ON() to enforce rules in subscribe/unsubscribe. by Olivier Houchard · 5 years ago
  58. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · 5 years ago
  59. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · 5 years ago
  60. 39593e6 BUG/MINOR: mux-h1: Fix the parsing of trailers by Christopher Faulet · 5 years ago
  61. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · 5 years ago
  62. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · 5 years ago
  63. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  64. 038ad81 MINOR: mux-h1: Handle read0 during TCP splicing by Christopher Faulet · 5 years ago
  65. e18777b BUG/MEDIUM: mux-h1: Enable TCP splicing to exchange data only by Christopher Faulet · 5 years ago
  66. f7d5ff3 BUG/MEDIUM: mux-h1: Notify the stream waiting for TCP splicing if ibuf is empty by Christopher Faulet · 5 years ago
  67. 2f320ee BUG/MINOR: mux-h1: Don't switch the parser in busy mode if other side has done by Christopher Faulet · 5 years ago
  68. 91f77d5 BUG/MINOR: mux-h1: Process input even if the input buffer is empty by Christopher Faulet · 5 years ago
  69. 0e07937 BUG/MEDIUM: muxes: Make sure we unsubcribed when destroying mux ctx. by Olivier Houchard · 5 years ago
  70. 61840e7 BUG/MEDIUM: muxes: Don't dereference mux context if null in release functions by Christopher Faulet · 5 years ago
  71. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · 5 years ago
  72. 39a96ee MEDIUM: muxes: Be prepared to don't own connection during the release by Christopher Faulet · 5 years ago
  73. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 5 years ago
  74. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · 5 years ago
  75. e9b7072 MINOR: muxes: Rely on conn_is_back() during init to handle front/back conn by Christopher Faulet · 5 years ago
  76. 9f38f5a MINOR: muxes: Add a flag to specify a multiplexer uses the HTX by Christopher Faulet · 5 years ago
  77. 7f36636 BUG/MINOR: mux-h1: Handle the flag CS_FL_KILL_CONN during a shutdown read/write by Christopher Faulet · 5 years ago
  78. 14c91cf MINOR: mux-h1: Don't release the conn_stream anymore when h1s is destroyed by Christopher Faulet · 5 years ago
  79. b992af0 MEDIUM: mux-h1: Simplify the connection mode management by sanitizing headers by Christopher Faulet · 5 years ago
  80. cdc90e9 MINOR: mux-h1: Simplify handling of 1xx responses by Christopher Faulet · 5 years ago
  81. c62c2b9 BUG/MEDIUM: htx: Fix the process of HTTP CONNECT with h2 connections by Christopher Faulet · 5 years ago
  82. 6c9bbb2 MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX by Christopher Faulet · 5 years ago
  83. 5220ef2 BUG/MINOR: mux-h1: Only skip invalid C-L headers on output by Christopher Faulet · 5 years ago
  84. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · 5 years ago
  85. dbe2cb4 MINOR: mux-h1: Set CS_FL_EOI the end of the message is reached by Christopher Faulet · 5 years ago
  86. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · 5 years ago
  87. 2692238 BUG/MINOR: mux-h1: Don't report an error on EOS if no message was received by Christopher Faulet · 5 years ago
  88. 7402776 BUG/MINOR: mux-h1: Always initilize h1m variable in h1_process_input() by Christopher Faulet · 5 years ago
  89. b8d2ee0 BUG/MEDIUM: mux-h1: Report the right amount of data xferred in h1_rcv_buf() by Christopher Faulet · 5 years ago
  90. 1f890dd BUG/MINOR: mux-h1: Add "transfer-encoding" header on outgoing requests if needed by Christopher Faulet · 5 years ago
  91. 7701cad BUG/MINOR: mux-h1: verify the request's version before dropping connection: keep-alive by Willy Tarreau · 5 years ago
  92. 9c9da5e MINOR: muxes: Don't bother to LIST_DEL(&conn->list) before calling conn_free(). by Olivier Houchard · 5 years ago
  93. 00f18a3 BUG/MINOR: server: fix logic flaw in idle connection list management by Willy Tarreau · 5 years ago
  94. 3949c9d BUG/MEDIUM: mux-h1: Don't add "transfer-encoding" if message-body is forbidden by Christopher Faulet · 5 years ago
  95. b57af61 BUG/MINOR: mux-h1: avoid copying output over itself in zero-copy by Willy Tarreau · 5 years ago
  96. afe5784 BUG/MINOR: mux-h1: Apply the reserve on the channel's buffer only by Christopher Faulet · 5 years ago
  97. 32d75ed BUG/MEDIUM: h1: Make sure we destroy an inactive connectin that did shutw. by Olivier Houchard · 5 years ago
  98. f77a158 MINOR: mux-h1: make the mux_h1_ops struct static by Willy Tarreau · 5 years ago
  99. 666a0c4 MEDIUM: mux-h1: Clarify how shutr/shutw are handled by Christopher Faulet · 5 years ago
  100. f3eb2b1 BUG/MINOR: mux-h1: Close connection on shutr only when shutw was really done by Christopher Faulet · 5 years ago