1. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · 3 years, 7 months ago
  2. 3ced1d1 CLEANUP: mux-h1: Rename H1C_F_CS_* flags and reorder H1C flags by Christopher Faulet · 3 years, 7 months ago
  3. c4bfa59 MAJOR: mux-h1: Create the client stream as later as possible by Christopher Faulet · 3 years, 9 months ago
  4. c18fc23 MINOR: mux-h1: Add functions to send HTTP errors from the mux by Christopher Faulet · 3 years, 9 months ago
  5. 4c8ad84 MINOR: mux: Add a ctl parameter to get the exit status of the multiplexers by Christopher Faulet · 3 years, 9 months ago
  6. dbe5779 MINOR: mux-h1: Add a idle expiration date on the H1 connection by Christopher Faulet · 3 years, 9 months ago
  7. 5d3c93c MINOR: mux-h1: Process next request for IDLE connection only by Christopher Faulet · 3 years, 9 months ago
  8. adcd789 MINOR: mux-h1: Rework h1_refresh_timeout to be easier to read by Christopher Faulet · 3 years, 9 months ago
  9. 3c82d8b MINOR: mux-h1: Rework how shutdowns are handled by Christopher Faulet · 3 years, 9 months ago
  10. 119ac87 MINOR: mux-h1: Disable reads if an error was reported on the H1 stream by Christopher Faulet · 3 years, 9 months ago
  11. 295b8d1 MINOR: mux-h1: Reset more H1C flags when a H1 stream is destroyed by Christopher Faulet · 3 years, 9 months ago
  12. c1c66a4 MINOR: mux-h1: rework the h1_timeout_task() function by Christopher Faulet · 3 years, 9 months ago
  13. bb8baf4 MINOR: mux-h1: Add embryonic and attached states on the H1 connection by Christopher Faulet · 3 years, 9 months ago
  14. a583af6 MINOR: mux-h1: Don't set CS flags in internal parsing functions by Christopher Faulet · 3 years, 10 months ago
  15. d17ad82 MINOR: mux-h1: Add a rxbuf into the H1 stream by Christopher Faulet · 3 years, 10 months ago
  16. 2f0ec66 MINOR: mux-h1: Split front/back h1 stream creation in 2 functions by Christopher Faulet · 3 years, 10 months ago
  17. 60ef12c MINOR: mux-h1: Separate parsing and formatting errors at H1 stream level by Christopher Faulet · 3 years, 10 months ago
  18. 0a799aa MINOR: mux-h1: Introduce H1C_F_IS_BACK flag on the H1 connection by Christopher Faulet · 3 years, 10 months ago
  19. ae63576 MEDIUM: mux-h1: Use a h1c flag to block reads when splicing is in-progress by Christopher Faulet · 3 years, 10 months ago
  20. 089acd5 MINOR: mux-h1: Add a flag to disable reads to wait opposite side by Christopher Faulet · 3 years, 10 months ago
  21. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 3 years, 10 months ago
  22. 3b536a3 MINOR: mux-h1: Don't provide anymore timing info using cs_info structure by Christopher Faulet · 3 years, 9 months ago
  23. 42849b0 MINOR: mux-h1: Reset session dates and durations info when the CS is detached by Christopher Faulet · 3 years, 9 months ago
  24. 4e74155 MINOR: mux-h1: Update session idle duration when data are received by Christopher Faulet · 3 years, 9 months ago
  25. 268c92e BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections by Christopher Faulet · 3 years, 7 months ago
  26. db2c17d BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages by Christopher Faulet · 3 years, 9 months ago
  27. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 10 months ago
  28. 7b06d3a MINOR: mux-h1: Don't wakeup the H1C when output buffer become available by Christopher Faulet · 3 years, 9 months ago
  29. e9da975 BUG/MINOR: mux-h1: Always set the session on frontend h1 stream by Christopher Faulet · 3 years, 9 months ago
  30. 69f2cb8 BUG/MINOR: mux-h1: Be sure to only set CO_RFL_READ_ONCE for the first read by Christopher Faulet · 3 years, 10 months ago
  31. 022e5e5 BUILD: traces: don't pass an empty argument for missing ones by Willy Tarreau · 3 years, 10 months ago
  32. 4313d5a BUG/MEDIUM: mux-h1: always apply the timeout on half-closed connections by Willy Tarreau · 3 years, 10 months ago
  33. 7a145d6 BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send by Christopher Faulet · 4 years ago
  34. f5ea3a8 MINOR: mux-h1: do not try to receive on backend before sending a request by Willy Tarreau · 4 years ago
  35. 2febb84 MINOR: mux-h1: do not even try to receive if the connection is not fully set up by Willy Tarreau · 4 years ago
  36. 23021ad BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode by Christopher Faulet · 4 years ago
  37. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · 4 years ago
  38. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · 4 years ago
  39. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · 4 years ago
  40. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · 4 years ago
  41. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · 4 years ago
  42. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  43. 2718229 MINOR: mux-h1: Improve traces about the splicing by Christopher Faulet · 4 years ago
  44. a131a8f BUG/MEDIUM: mux-h1: Disable splicing for the conn-stream if read0 is received by Christopher Faulet · 4 years ago
  45. 7b7016b BUG/MINOR: mux-h1: Disable splicing only if input data was processed by Christopher Faulet · 4 years ago
  46. 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
  47. 2eaf309 BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode by Christopher Faulet · 4 years ago
  48. a74bb7e BUG/MEDIUM: connections: Let the xprt layer know a takeover happened. by Olivier Houchard · 4 years ago
  49. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · 4 years ago
  50. 48ce6a3 BUG/MEDIUM: muxes: Make sure nobody stole the connection before using it. by Olivier Houchard · 4 years ago
  51. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years ago
  52. 09e0d9e MEDIUM: mux-h1: use task_kill() during h1_takeover() instead of task_wakeup() by Willy Tarreau · 4 years ago
  53. 68d4ee9 MINOR: mux-h1: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · 4 years ago
  54. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years ago
  55. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 1 month ago
  56. c89a42f MINOR: mux_h1: Set H1_F_CO_MSG_MORE if we know we have more to send. by Olivier Houchard · 4 years, 1 month ago
  57. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  58. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  59. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. c6d61d7 REORG: include: move trace.h to haproxy/trace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. c6fe884 REORG: include: move h1_htx.h to haproxy/h1_htx.h by Willy Tarreau · 4 years, 1 month ago
  68. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. bf07314 REORG: include: move common/h2.h to haproxy/h2.h by Willy Tarreau · 4 years, 1 month ago
  70. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  72. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  74. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  75. 89aed32 MINOR: mux-h1/proxy: Add a proxy option to disable clear h2 upgrade by Christopher Faulet · 4 years, 1 month ago
  76. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  77. ca39747 BUG/MEDIUM: mux-h1: make sure we always have a timeout on front connections by Willy Tarreau · 4 years, 2 months ago
  78. c3500c3 MINOR: build: Fix build in mux_h1 by Olivier Houchard · 4 years, 3 months ago
  79. 6966441 BUG/MEDIUM: mux_h1: Process a new request if we already received it. by Olivier Houchard · 4 years, 3 months ago
  80. 199d4fa MINOR: muxes: Note that we can't usee a connection when added to the srv idle. by Olivier Houchard · 4 years, 4 months ago
  81. 3c49c1b BUG/MEDIUM: h1: Make sure we subscribe before going into idle list. by Olivier Houchard · 4 years, 4 months ago
  82. f12ca9f MEDIUM: mux_h1: Implement the takeover() method. by Olivier Houchard · 4 years, 5 months ago
  83. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  84. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · 4 years, 6 months ago
  85. bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · 4 years, 4 months ago
  86. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  87. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  88. f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · 4 years, 4 months ago
  89. 2c1f37d OPTIM: mux-h1: subscribe rather than waking up at a few other places by Willy Tarreau · 4 years, 4 months ago
  90. 493d9dc MEDIUM: mux-h1: do not blindly wake up the tasklet at end of request anymore by Willy Tarreau · 4 years, 4 months ago
  91. b045bb2 MINOR: mux-h1: Remove useless case-insensitive comparisons by Christopher Faulet · 4 years, 4 months ago
  92. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 4 months ago
  93. 6e59cb5 MINOR: mux-h1: pass CO_RFL_READ_ONCE to the lower layers when relevant by Willy Tarreau · 4 years, 5 months ago
  94. d57e349 BUG/MINOR: mux: do not call conn_xprt_stop_recv() on buffer shortage by Willy Tarreau · 4 years, 5 months ago
  95. 12ffab0 BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. by Olivier Houchard · 4 years, 5 months ago
  96. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 6 months ago
  97. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 6 months ago
  98. 4623036 MINOR: mux-h1: Inherit send flags from the upper layer by Christopher Faulet · 4 years, 9 months ago
  99. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · 4 years, 6 months ago
  100. 1b0d4d1 MEDIUM: mux-h1: merge recv_wait and send_wait by Willy Tarreau · 4 years, 6 months ago