1. 1faeb4c MINOR: mux-h1: Remove first useless test on count in h1_process_output() by Christopher Faulet · 3 years, 5 months ago
  2. ac6322d MINOR: muxes: export the timeout and shutr task handlers by Willy Tarreau · 3 years, 5 months ago
  3. 26a2643 MINOR: mux-h1/trace: add traces at level ERROR for all kind of errors by Christopher Faulet · 3 years, 5 months ago
  4. aad333a MEDIUM: h1: add a WebSocket key on handshake if needed by Amaury Denoyelle · 3 years, 7 months ago
  5. c193823 MEDIUM: h1: generate WebSocket key on response if needed by Amaury Denoyelle · 3 years, 7 months ago
  6. 18ee5c3 MINOR: h1: reject websocket handshake if missing key by Amaury Denoyelle · 3 years, 7 months ago
  7. f3e7619 MINOR: mux-h1: Don't add Connection close/keep-alive header for 1xx messages by Christopher Faulet · 3 years, 7 months ago
  8. 91fcf21 MINOR: mux-h1: Don't emit C-L and T-E headers for 204 and 1xx responses by Christopher Faulet · 3 years, 7 months ago
  9. e5596bf MEDIUM: mux-h1: Don't emit any payload for bodyless responses by Christopher Faulet · 3 years, 7 months ago
  10. 5696f54 MINOR: mux-h1: Add a flag on H1 streams with a response known to be bodyless by Christopher Faulet · 3 years, 7 months ago
  11. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  12. 5be651d BUG/MAJOR: mux-h1/mux-h2/htx: Fix HTTP tunnel management at the mux level by Christopher Faulet · 3 years, 5 months ago
  13. dea2474 MEDIUM: mux-h1: Properly handle tunnel establishments and aborts by Christopher Faulet · 3 years, 5 months ago
  14. b385b50 MINOR: mux-h1: Split H1C_F_WAIT_OPPOSITE flag to separate input/output sides by Christopher Faulet · 3 years, 6 months ago
  15. 1e85778 MINOR: mux-h1/mux-fcgi: Don't set TUNNEL mode if payload length is unknown by Christopher Faulet · 3 years, 7 months ago
  16. 0f9395d BUG/MAJOR: mux-h1: Properly handle TCP to H1 upgrades by Christopher Faulet · 3 years, 5 months ago
  17. 39c7b6b MEDIUM: mux-h1: Add ST_READY state for the H1 connections by Christopher Faulet · 3 years, 5 months ago
  18. d9ee788 MINOR: mux-h1: Wake up H1C after its creation if input buffer is not empty by Christopher Faulet · 3 years, 5 months ago
  19. ad4daf6 MINOR: mux-h1: Try to wake up data layer first before calling its wake callback by Christopher Faulet · 3 years, 5 months ago
  20. 1d2d77b MEDIUM: mux-h1: Return a 501-not-implemented for upgrade requests with a body by Christopher Faulet · 3 years, 7 months ago
  21. 2eed800 MINOR: mux-h1: Be prepared to return 501-not-implemented error during parsing by Christopher Faulet · 3 years, 7 months ago
  22. 0c0c0a2 MINOR: mux-h1/show_fd: report as suspicious an entry with too many calls by Willy Tarreau · 3 years, 5 months ago
  23. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 5 months ago
  24. 150c4f8 MINOR: mux-h1: make the "show fd" helper also decode the h1s subscriber when known by Willy Tarreau · 3 years, 5 months ago
  25. 691d503 MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them by Willy Tarreau · 3 years, 5 months ago
  26. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  27. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  28. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  29. 0c366a8 BUG/MEDIUM: mux-h1: Handle h1_process() failures on a pipelined request by Christopher Faulet · 3 years, 7 months ago
  30. 3e1748b BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests by Christopher Faulet · 3 years, 7 months ago
  31. c75668e BUG/MINOR: http: Establish a tunnel for all 2xx responses to a CONNECT by Christopher Faulet · 3 years, 7 months ago
  32. cc043f6 BUG/MEDIUM: mux-h1: Fix a deadlock when a 408 error is pending for a client by Christopher Faulet · 3 years, 7 months ago
  33. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · 3 years, 7 months ago
  34. 3ced1d1 CLEANUP: mux-h1: Rename H1C_F_CS_* flags and reorder H1C flags by Christopher Faulet · 3 years, 7 months ago
  35. c4bfa59 MAJOR: mux-h1: Create the client stream as later as possible by Christopher Faulet · 3 years, 9 months ago
  36. c18fc23 MINOR: mux-h1: Add functions to send HTTP errors from the mux by Christopher Faulet · 3 years, 9 months ago
  37. 4c8ad84 MINOR: mux: Add a ctl parameter to get the exit status of the multiplexers by Christopher Faulet · 3 years, 9 months ago
  38. dbe5779 MINOR: mux-h1: Add a idle expiration date on the H1 connection by Christopher Faulet · 3 years, 9 months ago
  39. 5d3c93c MINOR: mux-h1: Process next request for IDLE connection only by Christopher Faulet · 3 years, 9 months ago
  40. adcd789 MINOR: mux-h1: Rework h1_refresh_timeout to be easier to read by Christopher Faulet · 3 years, 9 months ago
  41. 3c82d8b MINOR: mux-h1: Rework how shutdowns are handled by Christopher Faulet · 3 years, 9 months ago
  42. 119ac87 MINOR: mux-h1: Disable reads if an error was reported on the H1 stream by Christopher Faulet · 3 years, 9 months ago
  43. 295b8d1 MINOR: mux-h1: Reset more H1C flags when a H1 stream is destroyed by Christopher Faulet · 3 years, 9 months ago
  44. c1c66a4 MINOR: mux-h1: rework the h1_timeout_task() function by Christopher Faulet · 3 years, 9 months ago
  45. bb8baf4 MINOR: mux-h1: Add embryonic and attached states on the H1 connection by Christopher Faulet · 3 years, 9 months ago
  46. a583af6 MINOR: mux-h1: Don't set CS flags in internal parsing functions by Christopher Faulet · 3 years, 9 months ago
  47. d17ad82 MINOR: mux-h1: Add a rxbuf into the H1 stream by Christopher Faulet · 3 years, 9 months ago
  48. 2f0ec66 MINOR: mux-h1: Split front/back h1 stream creation in 2 functions by Christopher Faulet · 3 years, 9 months ago
  49. 60ef12c MINOR: mux-h1: Separate parsing and formatting errors at H1 stream level by Christopher Faulet · 3 years, 9 months ago
  50. 0a799aa MINOR: mux-h1: Introduce H1C_F_IS_BACK flag on the H1 connection by Christopher Faulet · 3 years, 9 months ago
  51. ae63576 MEDIUM: mux-h1: Use a h1c flag to block reads when splicing is in-progress by Christopher Faulet · 3 years, 9 months ago
  52. 089acd5 MINOR: mux-h1: Add a flag to disable reads to wait opposite side by Christopher Faulet · 3 years, 9 months ago
  53. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 3 years, 10 months ago
  54. 3b536a3 MINOR: mux-h1: Don't provide anymore timing info using cs_info structure by Christopher Faulet · 3 years, 9 months ago
  55. 42849b0 MINOR: mux-h1: Reset session dates and durations info when the CS is detached by Christopher Faulet · 3 years, 9 months ago
  56. 4e74155 MINOR: mux-h1: Update session idle duration when data are received by Christopher Faulet · 3 years, 9 months ago
  57. 268c92e BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections by Christopher Faulet · 3 years, 7 months ago
  58. db2c17d BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages by Christopher Faulet · 3 years, 9 months ago
  59. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  60. 7b06d3a MINOR: mux-h1: Don't wakeup the H1C when output buffer become available by Christopher Faulet · 3 years, 9 months ago
  61. e9da975 BUG/MINOR: mux-h1: Always set the session on frontend h1 stream by Christopher Faulet · 3 years, 9 months ago
  62. 69f2cb8 BUG/MINOR: mux-h1: Be sure to only set CO_RFL_READ_ONCE for the first read by Christopher Faulet · 3 years, 9 months ago
  63. 022e5e5 BUILD: traces: don't pass an empty argument for missing ones by Willy Tarreau · 3 years, 10 months ago
  64. 4313d5a BUG/MEDIUM: mux-h1: always apply the timeout on half-closed connections by Willy Tarreau · 3 years, 10 months ago
  65. 7a145d6 BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send by Christopher Faulet · 4 years ago
  66. f5ea3a8 MINOR: mux-h1: do not try to receive on backend before sending a request by Willy Tarreau · 4 years ago
  67. 2febb84 MINOR: mux-h1: do not even try to receive if the connection is not fully set up by Willy Tarreau · 4 years ago
  68. 23021ad BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode by Christopher Faulet · 4 years ago
  69. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · 4 years ago
  70. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · 4 years ago
  71. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · 4 years ago
  72. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · 4 years ago
  73. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · 4 years ago
  74. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  75. 2718229 MINOR: mux-h1: Improve traces about the splicing by Christopher Faulet · 4 years ago
  76. a131a8f BUG/MEDIUM: mux-h1: Disable splicing for the conn-stream if read0 is received by Christopher Faulet · 4 years ago
  77. 7b7016b BUG/MINOR: mux-h1: Disable splicing only if input data was processed by Christopher Faulet · 4 years ago
  78. 0060be9 BUG/MINOR: mux-h1: Don't read data from a pipe if the mux is unable to receive by Christopher Faulet · 4 years ago
  79. 2eaf309 BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode by Christopher Faulet · 4 years ago
  80. a74bb7e BUG/MEDIUM: connections: Let the xprt layer know a takeover happened. by Olivier Houchard · 4 years ago
  81. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · 4 years ago
  82. 48ce6a3 BUG/MEDIUM: muxes: Make sure nobody stole the connection before using it. by Olivier Houchard · 4 years ago
  83. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years ago
  84. 09e0d9e MEDIUM: mux-h1: use task_kill() during h1_takeover() instead of task_wakeup() by Willy Tarreau · 4 years ago
  85. 68d4ee9 MINOR: mux-h1: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · 4 years ago
  86. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years ago
  87. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  88. c89a42f MINOR: mux_h1: Set H1_F_CO_MSG_MORE if we know we have more to send. by Olivier Houchard · 4 years ago
  89. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  90. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  91. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  92. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  93. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. c6d61d7 REORG: include: move trace.h to haproxy/trace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  96. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  97. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  98. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  99. c6fe884 REORG: include: move h1_htx.h to haproxy/h1_htx.h by Willy Tarreau · 4 years, 1 month ago
  100. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago