1. 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
  2. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  3. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · 5 years ago
  4. b75b5ea MEDIUM: htx: 1xx messages are now part of the final reponses by Christopher Faulet · 5 years ago
  5. a39d8ad MINOR: mux-h1: Set hdrs_bytes on the SL when an HTX message is produced by Christopher Faulet · 5 years ago
  6. 30db3d7 MEDIUM: mux-h1: Use the count value received from the SI in h1_rcv_buf() by Christopher Faulet · 5 years ago
  7. 8e9e3ef BUG/MINOR: mux-h1: Report EOI instead EOS on parsing error or H2 upgrade by Christopher Faulet · 5 years ago
  8. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  9. 0a7a4fb CLEANUP: mux-h1: use "H1" and not "h1" as the mux's name by Willy Tarreau · 5 years ago
  10. 00b8f7c MINOR: h1: Use BUG_ON() to enforce rules in subscribe/unsubscribe. by Olivier Houchard · 5 years ago
  11. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · 5 years ago
  12. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · 5 years ago
  13. 39593e6 BUG/MINOR: mux-h1: Fix the parsing of trailers by Christopher Faulet · 5 years ago
  14. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · 5 years ago
  15. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · 5 years ago
  16. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  17. 038ad81 MINOR: mux-h1: Handle read0 during TCP splicing by Christopher Faulet · 5 years ago
  18. e18777b BUG/MEDIUM: mux-h1: Enable TCP splicing to exchange data only by Christopher Faulet · 5 years ago
  19. f7d5ff3 BUG/MEDIUM: mux-h1: Notify the stream waiting for TCP splicing if ibuf is empty by Christopher Faulet · 5 years ago
  20. 2f320ee BUG/MINOR: mux-h1: Don't switch the parser in busy mode if other side has done by Christopher Faulet · 5 years ago
  21. 91f77d5 BUG/MINOR: mux-h1: Process input even if the input buffer is empty by Christopher Faulet · 5 years ago
  22. 0e07937 BUG/MEDIUM: muxes: Make sure we unsubcribed when destroying mux ctx. by Olivier Houchard · 5 years ago
  23. 61840e7 BUG/MEDIUM: muxes: Don't dereference mux context if null in release functions by Christopher Faulet · 5 years ago
  24. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · 5 years ago
  25. 39a96ee MEDIUM: muxes: Be prepared to don't own connection during the release by Christopher Faulet · 5 years ago
  26. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 5 years ago
  27. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · 5 years ago
  28. e9b7072 MINOR: muxes: Rely on conn_is_back() during init to handle front/back conn by Christopher Faulet · 5 years ago
  29. 9f38f5a MINOR: muxes: Add a flag to specify a multiplexer uses the HTX by Christopher Faulet · 5 years ago
  30. 7f36636 BUG/MINOR: mux-h1: Handle the flag CS_FL_KILL_CONN during a shutdown read/write by Christopher Faulet · 5 years ago
  31. 14c91cf MINOR: mux-h1: Don't release the conn_stream anymore when h1s is destroyed by Christopher Faulet · 5 years ago
  32. b992af0 MEDIUM: mux-h1: Simplify the connection mode management by sanitizing headers by Christopher Faulet · 5 years ago
  33. cdc90e9 MINOR: mux-h1: Simplify handling of 1xx responses by Christopher Faulet · 5 years ago
  34. c62c2b9 BUG/MEDIUM: htx: Fix the process of HTTP CONNECT with h2 connections by Christopher Faulet · 5 years ago
  35. 6c9bbb2 MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX by Christopher Faulet · 5 years ago
  36. 5220ef2 BUG/MINOR: mux-h1: Only skip invalid C-L headers on output by Christopher Faulet · 5 years ago
  37. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · 5 years ago
  38. dbe2cb4 MINOR: mux-h1: Set CS_FL_EOI the end of the message is reached by Christopher Faulet · 5 years ago
  39. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · 5 years ago
  40. 2692238 BUG/MINOR: mux-h1: Don't report an error on EOS if no message was received by Christopher Faulet · 5 years ago
  41. 7402776 BUG/MINOR: mux-h1: Always initilize h1m variable in h1_process_input() by Christopher Faulet · 5 years ago
  42. b8d2ee0 BUG/MEDIUM: mux-h1: Report the right amount of data xferred in h1_rcv_buf() by Christopher Faulet · 5 years ago
  43. 1f890dd BUG/MINOR: mux-h1: Add "transfer-encoding" header on outgoing requests if needed by Christopher Faulet · 5 years ago
  44. 7701cad BUG/MINOR: mux-h1: verify the request's version before dropping connection: keep-alive by Willy Tarreau · 5 years ago
  45. 9c9da5e MINOR: muxes: Don't bother to LIST_DEL(&conn->list) before calling conn_free(). by Olivier Houchard · 5 years ago
  46. 00f18a3 BUG/MINOR: server: fix logic flaw in idle connection list management by Willy Tarreau · 5 years ago
  47. 3949c9d BUG/MEDIUM: mux-h1: Don't add "transfer-encoding" if message-body is forbidden by Christopher Faulet · 5 years ago
  48. b57af61 BUG/MINOR: mux-h1: avoid copying output over itself in zero-copy by Willy Tarreau · 5 years ago
  49. afe5784 BUG/MINOR: mux-h1: Apply the reserve on the channel's buffer only by Christopher Faulet · 5 years ago
  50. 32d75ed BUG/MEDIUM: h1: Make sure we destroy an inactive connectin that did shutw. by Olivier Houchard · 5 years ago
  51. f77a158 MINOR: mux-h1: make the mux_h1_ops struct static by Willy Tarreau · 5 years ago
  52. 666a0c4 MEDIUM: mux-h1: Clarify how shutr/shutw are handled by Christopher Faulet · 5 years ago
  53. f3eb2b1 BUG/MINOR: mux-h1: Close connection on shutr only when shutw was really done by Christopher Faulet · 5 years ago
  54. 9b960a8 BUG/MEDIUM: h1: In h1_init(), wake the tasklet instead of calling h1_recv(). by Olivier Houchard · 5 years ago
  55. f376a31 MINOR: mux-h1: Add the subscription events in "show fd" command by Christopher Faulet · 5 years ago
  56. 6195237 BUG/MEDIUM: mux-h1: don't enforce chunked encoding on requests by Willy Tarreau · 5 years ago
  57. 27cd223 MINOR: mux-h1: parse the content-length header on output and set H1_MF_CLEN by Willy Tarreau · 5 years ago
  58. b8093cf BUG/MEDIUM: mux-h1: Add a task to handle connection timeouts by Christopher Faulet · 5 years ago
  59. 4710d20 BUG/MEDIUM: mux-h1: make HTX chunking consistent with H2 by Willy Tarreau · 5 years ago
  60. 34d2348 BUG/MEDIUM: mux-h1: use per-direction flags to indicate transitions by Willy Tarreau · 5 years ago
  61. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · 6 years ago
  62. a8f6b43 MEDIUM: mux_h1: Implement h1_show_fd. by Olivier Houchard · 6 years ago
  63. d2e88c7 BUG/MEDIUM: h1: Don't shutw/shutr the connection if we have keepalive. by Olivier Houchard · 6 years ago
  64. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  65. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  66. 598d7fc BUG/MINOR: mux-h1: report the correct frontend in error captures by Willy Tarreau · 6 years ago
  67. 3a6190f BUG/MEDIUM: mux-h1: don't try to process an empty input buffer by Willy Tarreau · 6 years ago
  68. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  69. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  70. 8a78690 MEDIUM: mux: Destroy the stream before trying to add the conn to the idle list. by Olivier Houchard · 6 years ago
  71. 37dd54d BUG/MEDIUM: mux-h1: make sure we always have at least one HTX block to send by Willy Tarreau · 6 years ago
  72. 84cca66 BUG/MEDIUM: htx: When performing zero-copy, start from the right offset. by Olivier Houchard · 6 years ago
  73. c0960d1 MINOR: mux_h1/h2: simplify the zero-copy Rx alignment by Willy Tarreau · 6 years ago
  74. e0f24ee MINOR: connection: realign empty buffers in muxes, not transport layers by Willy Tarreau · 6 years ago
  75. 44d5914 MEDIUM: htx: Try to take a connection over if it has no owner. by Olivier Houchard · 6 years ago
  76. a0883e6 BUG/MEDIUM: mux-h1: Wake the stream for send once the connection is established by Christopher Faulet · 6 years ago
  77. e17fa2f MINOR: mux-h1: Add helper functions to wake a stream from recv or send by Christopher Faulet · 6 years ago
  78. cf56b99 BUG/MEDIUM: mux-h1: Fix loop if server closes its connection with unparsed data by Christopher Faulet · 6 years ago
  79. 9a86fcb MEDIUM: mux: Add an optional "reset" method. by Olivier Houchard · 6 years ago
  80. adb2220 BUG/MEDIUM: mux-h1: Fix the zero-copy on output for chunked messages by Christopher Faulet · 6 years ago
  81. 3815b22 MEDIUM: mux-h1: implement true zero-copy of DATA blocks by Willy Tarreau · 6 years ago
  82. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
  83. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  84. f6ce9d6 BUG/MEDIUM: mux-h1: Don't loop on the headers parsing if the read0 was received by Christopher Faulet · 6 years ago
  85. cb55f48 BUG/MEDIUM: mux-h1: Add a BUSY mode to not loop on pipelinned requests by Christopher Faulet · 6 years ago
  86. de68b13 BUG/MINOR: mux-h1: Fix conn_mode processing for headerless outgoing messages by Christopher Faulet · 6 years ago
  87. ce85149 BUG/MINOR: mux-h1: Remove the connection header when it is useless by Christopher Faulet · 6 years ago
  88. 5f50f5e MINOR: mux-h1: Set CS_FL_EOS when read0 is detected and no data are pending by Christopher Faulet · 6 years ago
  89. e6b3994 BUG/MEDIUM: mux-h1: Be sure to have a conn_stream to set CS_FL_REOS in h1_recv by Christopher Faulet · 6 years ago
  90. 6a2d334 BUG/MEDIUM: h1: Set CS_FL_REOS if we had a read0. by Olivier Houchard · 6 years ago
  91. e728478 BUG/MEDIUM: h1: Don't free the connection if it's an outgoing connection. by Olivier Houchard · 6 years ago
  92. d247be0 BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. by Olivier Houchard · 6 years ago
  93. 145aa47 MINOR: mux-h1: Drain obuf if the output is closed after sending data by Christopher Faulet · 6 years ago
  94. b2e8416 MINOR: mux-h1: Allow partial data consumption during outgoing data processing by Christopher Faulet · 6 years ago
  95. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · 6 years ago
  96. 56df0a8 MINOR: mux-h1: Don't adjust anymore the amount of data sent in h1_snd_buf() by Christopher Faulet · 6 years ago
  97. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  98. 7003378 BUG/MINOR: mux-h1: Check h1m flags to set the server conn_mode on request path by Christopher Faulet · 6 years ago
  99. c5efa33 MEDIUM: mux-h1: avoid a double copy on the Tx path whenever possible by Willy Tarreau · 6 years ago
  100. 78f548f MEDIUM: mux-h1: attempt to zero-copy Rx DATA transfers by Willy Tarreau · 6 years ago