1. 10631d9 BUG/MEDIUM: mux-h1: Properly report client close if abortonclose option is set by Christopher Faulet · 3 years, 5 months ago
  2. 6552054 MEDIUM: mux-h1: Don't block reads when waiting for the other side by Christopher Faulet · 3 years, 5 months ago
  3. d29ab4d BUG/MINOR: mux-h1: Release idle server H1 connection if data are received by Christopher Faulet · 3 years, 5 months ago
  4. c6eedcc BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent by Willy Tarreau · 3 years, 6 months ago
  5. 9a4864d MINOR: xprt: add new xprt_set_idle and xprt_set_used methods by Willy Tarreau · 3 years, 7 months ago
  6. b360bb8 MEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1 by Willy Tarreau · 3 years, 7 months ago
  7. 132b3a4 MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 7 months ago
  8. 954827a MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 7 months ago
  9. 2214f34 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 7 months ago
  10. 4099f99 BUG/MINOR: mux-h1: Immediately report H1C errors from h1_snd_buf() by Christopher Faulet · 3 years, 7 months ago
  11. 70da107 CLEANUP: muxes: Remove useless if condition in show_fd function by Christopher Faulet · 3 years, 7 months ago
  12. ecae6e9 BUG/MEDIUM: mux-h1: Fix handling of responses to CONNECT other than 200-ok by Christopher Faulet · 3 years, 7 months ago
  13. d50c18f BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response in MSG_DONE state by Christopher Faulet · 3 years, 7 months ago
  14. 5fe8668 MINOR: mux-h1/show_fd: report as suspicious an entry with too many calls by Willy Tarreau · 3 years, 8 months ago
  15. 6cb467e MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 8 months ago
  16. 1be37da MINOR: mux-h1: make the "show fd" helper also decode the h1s subscriber when known by Willy Tarreau · 3 years, 8 months ago
  17. 9a5a0e0 MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them by Willy Tarreau · 3 years, 8 months ago
  18. 43b1cfa BUG/MEDIUM: mux-h1: Handle h1_process() failures on a pipelined request by Christopher Faulet · 3 years, 9 months ago
  19. fe2d5b1 BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests by Christopher Faulet · 3 years, 10 months ago
  20. bcc5162 BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections by Christopher Faulet · 3 years, 10 months ago
  21. db2c17d BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages by Christopher Faulet · 4 years ago
  22. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 4 years ago
  23. 7b06d3a MINOR: mux-h1: Don't wakeup the H1C when output buffer become available by Christopher Faulet · 4 years ago
  24. e9da975 BUG/MINOR: mux-h1: Always set the session on frontend h1 stream by Christopher Faulet · 4 years ago
  25. 69f2cb8 BUG/MINOR: mux-h1: Be sure to only set CO_RFL_READ_ONCE for the first read by Christopher Faulet · 4 years ago
  26. 022e5e5 BUILD: traces: don't pass an empty argument for missing ones by Willy Tarreau · 4 years ago
  27. 4313d5a BUG/MEDIUM: mux-h1: always apply the timeout on half-closed connections by Willy Tarreau · 4 years ago
  28. 7a145d6 BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send by Christopher Faulet · 4 years, 2 months ago
  29. f5ea3a8 MINOR: mux-h1: do not try to receive on backend before sending a request by Willy Tarreau · 4 years, 2 months ago
  30. 2febb84 MINOR: mux-h1: do not even try to receive if the connection is not fully set up by Willy Tarreau · 4 years, 2 months ago
  31. 23021ad BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode by Christopher Faulet · 4 years, 2 months ago
  32. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · 4 years, 3 months ago
  33. 08016ab MEDIUM: connection: Add private connections synchronously in session server list by Christopher Faulet · 4 years, 3 months ago
  34. c64badd MINOR: connection: Set new connection as private on reuse never by Christopher Faulet · 4 years, 3 months ago
  35. a9d7b76 MINOR: connection: use MT_LIST_ADDQ() to add connections to idle lists by Willy Tarreau · 4 years, 2 months ago
  36. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · 4 years, 2 months ago
  37. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years, 2 months ago
  38. 2718229 MINOR: mux-h1: Improve traces about the splicing by Christopher Faulet · 4 years, 3 months ago
  39. a131a8f BUG/MEDIUM: mux-h1: Disable splicing for the conn-stream if read0 is received by Christopher Faulet · 4 years, 3 months ago
  40. 7b7016b BUG/MINOR: mux-h1: Disable splicing only if input data was processed by Christopher Faulet · 4 years, 3 months ago
  41. 0060be9 BUG/MINOR: mux-h1: Don't read data from a pipe if the mux is unable to receive by Christopher Faulet · 4 years, 3 months ago
  42. 2eaf309 BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode by Christopher Faulet · 4 years, 3 months ago
  43. a74bb7e BUG/MEDIUM: connections: Let the xprt layer know a takeover happened. by Olivier Houchard · 4 years, 3 months ago
  44. 1662cdb BUG/MEDIUM: connections: Set the tid for the old tasklet on takeover. by Olivier Houchard · 4 years, 3 months ago
  45. 48ce6a3 BUG/MEDIUM: muxes: Make sure nobody stole the connection before using it. by Olivier Houchard · 4 years, 3 months ago
  46. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years, 3 months ago
  47. 09e0d9e MEDIUM: mux-h1: use task_kill() during h1_takeover() instead of task_wakeup() by Willy Tarreau · 4 years, 3 months ago
  48. 68d4ee9 MINOR: mux-h1: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · 4 years, 3 months ago
  49. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years, 3 months ago
  50. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  51. c89a42f MINOR: mux_h1: Set H1_F_CO_MSG_MORE if we know we have more to send. by Olivier Houchard · 4 years, 3 months ago
  52. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 3 months ago
  53. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 4 months ago
  54. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  55. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  56. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  57. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  58. c6d61d7 REORG: include: move trace.h to haproxy/trace{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  59. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  60. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  61. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  62. c6fe884 REORG: include: move h1_htx.h to haproxy/h1_htx.h by Willy Tarreau · 4 years, 4 months ago
  63. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  64. bf07314 REORG: include: move common/h2.h to haproxy/h2.h by Willy Tarreau · 4 years, 4 months ago
  65. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  66. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 4 months ago
  67. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  68. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 4 months ago
  69. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 4 months ago
  70. 89aed32 MINOR: mux-h1/proxy: Add a proxy option to disable clear h2 upgrade by Christopher Faulet · 4 years, 4 months ago
  71. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
  72. ca39747 BUG/MEDIUM: mux-h1: make sure we always have a timeout on front connections by Willy Tarreau · 4 years, 5 months ago
  73. c3500c3 MINOR: build: Fix build in mux_h1 by Olivier Houchard · 4 years, 6 months ago
  74. 6966441 BUG/MEDIUM: mux_h1: Process a new request if we already received it. by Olivier Houchard · 4 years, 6 months ago
  75. 199d4fa MINOR: muxes: Note that we can't usee a connection when added to the srv idle. by Olivier Houchard · 4 years, 6 months ago
  76. 3c49c1b BUG/MEDIUM: h1: Make sure we subscribe before going into idle list. by Olivier Houchard · 4 years, 6 months ago
  77. f12ca9f MEDIUM: mux_h1: Implement the takeover() method. by Olivier Houchard · 4 years, 7 months ago
  78. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 7 months ago
  79. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · 4 years, 8 months ago
  80. bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · 4 years, 6 months ago
  81. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 9 months ago
  82. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 7 months ago
  83. f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · 4 years, 7 months ago
  84. 2c1f37d OPTIM: mux-h1: subscribe rather than waking up at a few other places by Willy Tarreau · 4 years, 7 months ago
  85. 493d9dc MEDIUM: mux-h1: do not blindly wake up the tasklet at end of request anymore by Willy Tarreau · 4 years, 7 months ago
  86. b045bb2 MINOR: mux-h1: Remove useless case-insensitive comparisons by Christopher Faulet · 4 years, 7 months ago
  87. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 7 months ago
  88. 6e59cb5 MINOR: mux-h1: pass CO_RFL_READ_ONCE to the lower layers when relevant by Willy Tarreau · 4 years, 7 months ago
  89. d57e349 BUG/MINOR: mux: do not call conn_xprt_stop_recv() on buffer shortage by Willy Tarreau · 4 years, 7 months ago
  90. 12ffab0 BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. by Olivier Houchard · 4 years, 7 months ago
  91. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 8 months ago
  92. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 8 months ago
  93. 4623036 MINOR: mux-h1: Inherit send flags from the upper layer by Christopher Faulet · 5 years ago
  94. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · 4 years, 8 months ago
  95. 1b0d4d1 MEDIUM: mux-h1: merge recv_wait and send_wait by Willy Tarreau · 4 years, 8 months ago
  96. 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · 4 years, 8 months ago
  97. 68787ef BUG/MEDIUM: mux_h1: Don't call h1_send if we subscribed(). by Olivier Houchard · 4 years, 8 months ago
  98. 6716cc2 BUG/MAJOR: mux-h1: Don't pretend the input channel's buffer is full if empty by Christopher Faulet · 4 years, 9 months ago
  99. 76014fd MEDIUM: h1-htx: Add HTX EOM block when the message is in H1_MSG_DONE state by Christopher Faulet · 4 years, 10 months ago
  100. 7aae858 BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added by Christopher Faulet · 4 years, 10 months ago