1. 5b82cc5 MEDIUM: http-ana: Deal with L7 retries in HTTP analysers by Christopher Faulet · 3 years, 9 months ago
  2. 89e34c2 MEDIUM: stream-int: Take care of EOS if the SI wake callback function by Christopher Faulet · 3 years, 5 months ago
  3. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  4. 827fee7 MINOR: connection: remove sock-specific code from conn_sock_send() by Willy Tarreau · 3 years, 7 months ago
  5. a5ea751 MINOR: stream-int: don't touch polling anymore on shutdown by Willy Tarreau · 3 years, 7 months ago
  6. 6ad0606 CLEANUP: connection: Remove CS_FL_READ_PARTIAL flag by Christopher Faulet · 3 years, 9 months ago
  7. e96993b MINOR: stream-int: Be sure to have a mux to do sends and receives by Christopher Faulet · 4 years ago
  8. 9e3dc83 BUG/MEDIUM: stream-int: Don't set MSG_MORE flag if no more data are expected by Christopher Faulet · 4 years ago
  9. 42b77b0 BUG/MINOR: stream-int: Don't wait to send truncated HTTP messages by Christopher Faulet · 4 years ago
  10. 8945bb6 BUG/MEDIUM: stream-int: fix loss of CO_SFL_MSG_MORE flag in forwarding by Willy Tarreau · 4 years ago
  11. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  12. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  13. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · 4 years, 1 month ago
  21. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 1 month ago
  25. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  27. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  28. 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
  29. d82056c BUG/MINOR: connection: Always get the stream when available to send PP2 line by Christopher Faulet · 4 years, 1 month ago
  30. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  31. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · 4 years, 4 months ago
  32. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · 4 years, 4 months ago
  33. f22758d MINOR: connection: remove some unneeded checks for CO_FL_SOCK_WR_SH by Willy Tarreau · 4 years, 5 months ago
  34. 49139cb MINOR: connection: don't check for CO_FL_SOCK_WR_SH too early in handshakes by Willy Tarreau · 4 years, 5 months ago
  35. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  36. 18955db MINOR: stream-int: always report received shutdowns by Willy Tarreau · 4 years, 5 months ago
  37. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 5 months ago
  38. 8af03b3 MEDIUM: streams: Always create a conn_stream in connect_server(). by Olivier Houchard · 4 years, 5 months ago
  39. 93c9f59 MINOR: stream-int: remove dependency on CO_FL_WAIT_ROOM for rcv_buf() by Willy Tarreau · 4 years, 6 months ago
  40. 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · 4 years, 6 months ago
  41. 48726b7 BUG/MINOR: stream-int: Don't trigger L7 retry if max retries is already reached by Christopher Faulet · 4 years, 6 months ago
  42. c640ef1 BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still possible by Willy Tarreau · 4 years, 7 months ago
  43. 1ac5f20 BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data by Willy Tarreau · 4 years, 7 months ago
  44. e6d8cb1 BUG/MINOR: stream-int: Fix si_cs_recv() return value by Christopher Faulet · 4 years, 7 months ago
  45. 36b536d BUG/MEDIUM: stream-int: Don't loose events on the CS when an EOS is reported by Christopher Faulet · 4 years, 8 months ago
  46. 04400bc BUG/MAJOR: stream-int: Don't receive data from mux until SI_ST_EST is reached by Christopher Faulet · 4 years, 8 months ago
  47. e55a5a4 BUG/MEDIUM: stream-int: Process connection/CS errors during synchronous sends by Christopher Faulet · 4 years, 9 months ago
  48. 328ed22 BUG/MINOR: stream-int: Process connection/CS errors first in si_cs_send() by Christopher Faulet · 4 years, 9 months ago
  49. 45bcb37 BUG/MINOR: stream-int: also update analysers timeouts on activity by Willy Tarreau · 5 years ago
  50. a64c703 BUG/MINOR: stream-int: make sure to always release empty buffers after sending by Willy Tarreau · 5 years ago
  51. 7bb447c MINOR: stream-int: use conn_get_{src,dst} in conn_si_send_proxy() by Willy Tarreau · 5 years ago
  52. 037b3eb BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL to unblock opposite si by Christopher Faulet · 5 years ago
  53. 86162db MINOR: stream-int: Factorize processing done after sending data in si_cs_send() by Christopher Faulet · 5 years ago
  54. c31e2cb BUG/MEDIUM: stream_interface: Don't add SI_FL_ERR the state is < SI_ST_CON. by Olivier Houchard · 5 years ago
  55. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  56. 19a2e2d BUG/MEDIUM: stream_interface: Make sure we call si_cs_process() if CS_FL_EOI. by Olivier Houchard · 5 years ago
  57. 829bd47 MEDIUM: stream: rearrange the events to remove the loop by Willy Tarreau · 5 years ago
  58. 3b285d7 MINOR: stream-int: make si_sync_send() from the send code of si_update_both() by Willy Tarreau · 5 years ago
  59. 236c429 MINOR: stream-int: split si_update() into si_update_rx() and si_update_tx() by Willy Tarreau · 5 years ago
  60. b27f54a MAJOR: stream-int: switch from SI_ST_CON to SI_ST_RDY on I/O by Willy Tarreau · 5 years ago
  61. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · 5 years ago
  62. 7ab22adb MEDIUM: stream-int: remove dangerous interval checks for stream-int states by Willy Tarreau · 5 years ago
  63. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
  64. 6499b9d BUG/MEDIUM: connection: fix multiple handshake polling issues by Willy Tarreau · 5 years ago
  65. 661167d BUG/MEDIUM: connection: Use the session to get the origin address if needed. by Olivier Houchard · 5 years ago
  66. 9cdd503 MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv() by Christopher Faulet · 5 years ago
  67. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  68. 8e9e3ef BUG/MINOR: mux-h1: Report EOI instead EOS on parsing error or H2 upgrade by Christopher Faulet · 5 years ago
  69. aacc405 BUG/MEDIUM: streams: Don't switch from SI_ST_CON to SI_ST_DIS on read0. by Olivier Houchard · 5 years ago
  70. ce1a029 BUG/MEDIUM: streams: Don't use CF_EOI to decide if the request is complete. by Olivier Houchard · 5 years ago
  71. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  72. 51205a1 BUG/MEDIUM: applets: Don't use task_in_rq(). by Olivier Houchard · 5 years ago
  73. b2fc04e BUG/MEDIUM: stream_interface: Don't bother doing chk_rcv/snd if not connected. by Olivier Houchard · 5 years ago
  74. 86dcad6 BUG/MEDIUM: stream: Don't clear the stream_interface flags in si_update_both. by Olivier Houchard · 5 years ago
  75. 39cc020 BUG/MEDIUM: streams: Don't remove the SI_FL_ERR flag in si_update_both(). by Olivier Houchard · 5 years ago
  76. 65e04eb MINOR: channel: don't unset CF_SHUTR_NOW after shutting down. by Willy Tarreau · 5 years ago
  77. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · 5 years ago
  78. 297d3e2 MINOR: channel: Report EOI on the input channel if it was reached in the mux by Christopher Faulet · 5 years ago
  79. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · 5 years ago
  80. 36839dc CLEANUP: stream: Remove bogus loop in conn_si_send_proxy by Tim Duesterhus · 5 years ago
  81. 51d0a7e MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection by Willy Tarreau · 5 years ago
  82. d7607de BUG/MAJOR: stream-int: Update the stream expiration date in stream_int_notify() by Christopher Faulet · 5 years ago
  83. bddf7fc MEDIUM: stream-int: always consider all CS errors on the send side by Willy Tarreau · 6 years ago
  84. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  85. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  86. 78f5ff8 BUG/MEDIUM: stream-int: also wake the stream up on end of transfer by Willy Tarreau · 6 years ago
  87. 7ab99a3 BUG/MEDIUM: stream-int: always clear CS_FL_WANT_ROOM before receiving by Willy Tarreau · 6 years ago
  88. fd0c2dc BUG/MEDIUM: stream_interface: Don't report read0 if we were not connected. by Olivier Houchard · 6 years ago
  89. f061e42 BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv by Christopher Faulet · 6 years ago
  90. d247be0 BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. by Olivier Houchard · 6 years ago
  91. 674e0ad BUG/MEDIUM: stream-int: don't mark as blocked an empty buffer on Rx by Willy Tarreau · 6 years ago
  92. c490efd BUG/MEDIUM: stream_interface: Make REALLY sure we read all the data. by Olivier Houchard · 6 years ago
  93. 24b8fe8 BUG/MEDIUM: stream_interface: Make sure we read all the data available. by Olivier Houchard · 6 years ago
  94. 3e1f68b BUG/MEDIUM: stream_interface: Don't check if the handshake is done. by Olivier Houchard · 6 years ago
  95. 55dec0d MINOR: stream-int: remove useless checks on CS and conn flags in si_cs_send() by Christopher Faulet · 6 years ago
  96. 3f76f4c BUG/MINOR: stream-int: Don't call snd_buf() if there are still data in the pipe by Christopher Faulet · 6 years ago
  97. e4acd5e MINOR: stream-int: Notify caller when an error is reported after a rcv_buf() by Christopher Faulet · 6 years ago
  98. 5ed7aab MINOR: stream-int: Notify caller when an error is reported after a rcv_pipe() by Christopher Faulet · 6 years ago
  99. effc375 MINOR: conn_stream: Add a flag to notify the SI some data were received by Christopher Faulet · 6 years ago
  100. 72d9125 MINOR: conn_stream: Add a flag to notify the mux it must respect the reserve by Christopher Faulet · 6 years ago