- 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
- e05bf9e MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transaction by Christopher Faulet · Tue Mar 29 15:23:40 2022 +0200
- b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
- 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · Wed Mar 23 15:15:29 2022 +0100
- a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · Wed Mar 23 11:01:09 2022 +0100
- e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · Tue Mar 22 18:13:29 2022 +0100
- 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
- 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · Wed Jan 19 14:50:11 2022 +0100
- 0c3205a BUILD: stream-int: avoid a build warning when DEBUG is empty by Willy Tarreau · Wed Mar 23 11:11:31 2022 +0100
- d1480cc BUG/MEDIUM: stream-int: do not rely on the connection error once established by Willy Tarreau · Thu Mar 17 16:19:09 2022 +0100
- 8bc1759 DEBUG: stream-int: Fix BUG_ON used to test appctx in si_applet_ops callbacks by Christopher Faulet · Mon Feb 28 17:27:09 2022 +0100
- 9936dc6 REORG: stream-int: Uninline si_sync_recv() and make si_cs_recv() private by Christopher Faulet · Mon Feb 28 09:21:58 2022 +0100
- 4941623 CLEANUP: stream-int: Make si_cs_send() function static by Christopher Faulet · Mon Feb 28 09:14:46 2022 +0100
- 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · Mon Feb 28 09:09:05 2022 +0100
- 8424004 MINOR: channel: don't use co_set_data() to decrement output by Willy Tarreau · Mon Feb 28 16:51:23 2022 +0100
- 014ac35 CLEANUP: stream-int: rename si_reset() to si_init() by Christopher Faulet · Thu Jan 06 08:13:46 2022 +0100
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
- f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · Tue Dec 21 14:35:17 2021 +0100
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
- 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · Fri Dec 17 17:28:35 2021 +0100
- 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · Wed Dec 15 09:50:17 2021 +0100
- ae17925 DEBUG: stream-int: Check CS_FL_WANT_ROOM is not set with an empty input buffer by Christopher Faulet · Mon Feb 21 16:12:00 2022 +0100
- 88bc800 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · Mon Dec 06 07:01:02 2021 +0000
- 69fad00 BUG/MEDIUM: stream-int: Block reads if channel cannot receive more data by Christopher Faulet · Fri Oct 29 14:55:59 2021 +0200
- 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · Wed Oct 06 16:18:40 2021 +0200
- b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · Wed Oct 06 18:56:42 2021 +0200
- 564e39c MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf by Christopher Faulet · Tue Sep 21 15:50:55 2021 +0200
- 2bc364c BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary by Christopher Faulet · Tue Sep 21 15:22:12 2021 +0200
- 68a14db MINOR: stream-int: Set CO_RFL transient/persistent flags apart in si_cs_rcv() by Christopher Faulet · Tue Sep 21 15:14:57 2021 +0200
- df99408 BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data by Christopher Faulet · Thu Sep 23 14:17:20 2021 +0200
- 883d83e BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached by Christopher Faulet · Thu Sep 09 10:17:59 2021 +0200
- b7308f0 Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive" by Christopher Faulet · Tue Sep 07 14:31:02 2021 +0200
- 0fe1864 CLEANUP: l7-retries: do not test the buffer before calling b_alloc() by Christopher Faulet · Fri Jun 11 15:55:56 2021 +0200
- 1f08bff MINOR: http-ana: Perform L7 retries because of status codes in response analyser by Christopher Faulet · Wed May 26 13:14:39 2021 +0200
- 9f5382e Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" by Christopher Faulet · Fri May 21 13:46:14 2021 +0200
- d8219b3 MINOR: conn-stream: Force mux to wait for read events if abortonclose is set by Christopher Faulet · Thu Apr 08 18:13:25 2021 +0200
- e0dec4b BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive by Christopher Faulet · Wed Apr 07 08:45:05 2021 +0200
- 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · Sat Mar 13 11:30:19 2021 +0100
- 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
- 5b82cc5 MEDIUM: http-ana: Deal with L7 retries in HTTP analysers by Christopher Faulet · Mon Oct 12 15:18:50 2020 +0200
- 89e34c2 MEDIUM: stream-int: Take care of EOS if the SI wake callback function by Christopher Faulet · Thu Jan 21 16:22:01 2021 +0100
- 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · Thu Jan 07 21:35:52 2021 -0700
- 827fee7 MINOR: connection: remove sock-specific code from conn_sock_send() by Willy Tarreau · Fri Dec 11 15:26:55 2020 +0100
- a5ea751 MINOR: stream-int: don't touch polling anymore on shutdown by Willy Tarreau · Fri Dec 11 10:24:05 2020 +0100
- 6ad0606 CLEANUP: connection: Remove CS_FL_READ_PARTIAL flag by Christopher Faulet · Mon Oct 12 15:56:16 2020 +0200
- e96993b MINOR: stream-int: Be sure to have a mux to do sends and receives by Christopher Faulet · Thu Jul 30 09:26:46 2020 +0200
- 9e3dc83 BUG/MEDIUM: stream-int: Don't set MSG_MORE flag if no more data are expected by Christopher Faulet · Wed Jul 22 16:28:44 2020 +0200
- 42b77b0 BUG/MINOR: stream-int: Don't wait to send truncated HTTP messages by Christopher Faulet · Thu Jun 25 16:11:20 2020 +0200
- 8945bb6 BUG/MEDIUM: stream-int: fix loss of CO_SFL_MSG_MORE flag in forwarding by Willy Tarreau · Fri Jun 19 17:07:06 2020 +0200
- 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
- dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
- a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
- f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
- 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
- 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
- 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
- cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
- d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · Thu Jun 04 14:04:31 2020 +0200
- 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
- 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · Thu Jun 04 08:32:23 2020 +0200
- 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
- c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · Tue Jun 02 18:15:32 2020 +0200
- 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · Tue Jun 02 11:28:02 2020 +0200
- 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
- 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
- d82056c BUG/MINOR: connection: Always get the stream when available to send PP2 line by Christopher Faulet · Tue May 26 16:08:49 2020 +0200
- 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
- cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · Fri Mar 13 12:34:24 2020 +0100
- 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · Fri Feb 21 08:46:19 2020 +0100
- f22758d MINOR: connection: remove some unneeded checks for CO_FL_SOCK_WR_SH by Willy Tarreau · Thu Jan 23 18:25:23 2020 +0100
- 49139cb MINOR: connection: don't check for CO_FL_SOCK_WR_SH too early in handshakes by Willy Tarreau · Thu Jan 23 18:08:45 2020 +0100
- 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · Thu Jan 23 16:27:54 2020 +0100
- 18955db MINOR: stream-int: always report received shutdowns by Willy Tarreau · Thu Jan 23 16:32:24 2020 +0100
- c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
- 8af03b3 MEDIUM: streams: Always create a conn_stream in connect_server(). by Olivier Houchard · Wed Jan 22 17:34:54 2020 +0100
- 93c9f59 MINOR: stream-int: remove dependency on CO_FL_WAIT_ROOM for rcv_buf() by Willy Tarreau · Fri Jan 17 17:24:30 2020 +0100
- 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · Fri Jan 17 16:19:34 2020 +0100
- 48726b7 BUG/MINOR: stream-int: Don't trigger L7 retry if max retries is already reached by Christopher Faulet · Thu Jan 09 14:31:13 2020 +0100
- c640ef1 BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still possible by Willy Tarreau · Tue Dec 03 18:13:04 2019 +0100
- 1ac5f20 BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data by Willy Tarreau · Tue Dec 03 18:08:45 2019 +0100
- e6d8cb1 BUG/MINOR: stream-int: Fix si_cs_recv() return value by Christopher Faulet · Wed Nov 20 16:42:00 2019 +0100
- 36b536d BUG/MEDIUM: stream-int: Don't loose events on the CS when an EOS is reported by Christopher Faulet · Wed Nov 20 11:56:33 2019 +0100
- 04400bc BUG/MAJOR: stream-int: Don't receive data from mux until SI_ST_EST is reached by Christopher Faulet · Fri Oct 25 10:21:01 2019 +0200
- e55a5a4 BUG/MEDIUM: stream-int: Process connection/CS errors during synchronous sends by Christopher Faulet · Mon Sep 23 16:11:57 2019 +0200
- 328ed22 BUG/MINOR: stream-int: Process connection/CS errors first in si_cs_send() by Christopher Faulet · Mon Sep 23 15:57:29 2019 +0200
- 45bcb37 BUG/MINOR: stream-int: also update analysers timeouts on activity by Willy Tarreau · Thu Aug 01 18:51:38 2019 +0200
- a64c703 BUG/MINOR: stream-int: make sure to always release empty buffers after sending by Willy Tarreau · Thu Aug 01 14:17:02 2019 +0200
- 7bb447c MINOR: stream-int: use conn_get_{src,dst} in conn_si_send_proxy() by Willy Tarreau · Wed Jul 17 11:40:51 2019 +0200
- 037b3eb BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL to unblock opposite si by Christopher Faulet · Fri Jul 05 13:44:29 2019 +0200
- 86162db MINOR: stream-int: Factorize processing done after sending data in si_cs_send() by Christopher Faulet · Fri Jul 05 11:49:11 2019 +0200
- c31e2cb BUG/MEDIUM: stream_interface: Don't add SI_FL_ERR the state is < SI_ST_CON. by Olivier Houchard · Mon Jun 24 16:08:08 2019 +0200
- 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
- 19a2e2d BUG/MEDIUM: stream_interface: Make sure we call si_cs_process() if CS_FL_EOI. by Olivier Houchard · Fri Jun 07 18:10:52 2019 +0200
- 829bd47 MEDIUM: stream: rearrange the events to remove the loop by Willy Tarreau · Thu Jun 06 09:17:23 2019 +0200
- 3b285d7 MINOR: stream-int: make si_sync_send() from the send code of si_update_both() by Willy Tarreau · Thu Jun 06 08:20:17 2019 +0200
- 236c429 MINOR: stream-int: split si_update() into si_update_rx() and si_update_tx() by Willy Tarreau · Thu Jun 06 08:19:20 2019 +0200
- b27f54a MAJOR: stream-int: switch from SI_ST_CON to SI_ST_RDY on I/O by Willy Tarreau · Wed Jun 05 16:43:44 2019 +0200
- 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · Wed Jun 05 14:34:03 2019 +0200