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