1. ae9e038 BUG/MEDIUM: applet: Immediately free appctx on early error by Christopher Faulet · Fri Feb 16 15:00:07 2024 +0100
  2. 7fb330b BUG/MINOR: stconn/applet: Report send activity only if there was output data by Christopher Faulet · Fri Nov 17 15:26:57 2023 +0100
  3. e65daba BUG/MEDIUM: stconn: Update fsb date on partial sends by Christopher Faulet · Wed Nov 15 17:33:06 2023 +0100
  4. 4887e35 BUG/MEDIUM: applet: Report a send activity everytime data were sent by Christopher Faulet · Tue Oct 10 18:23:05 2023 +0200
  5. a821a6f BUG/MEDIUM: applet: Remove appctx from buffer wait list on release by Christopher Faulet · Fri Nov 10 17:04:23 2023 +0100
  6. 13a8a59 NUG/MEDIUM: stconn: Always update stream's expiration date after I/O by Christopher Faulet · Wed Sep 06 09:09:10 2023 +0200
  7. c4a80ae BUG/MEDIUM: applet: Report an error if applet request more room on aborted SC by Christopher Faulet · Wed Sep 06 08:52:39 2023 +0200
  8. 675cb0a BUG/MEDIUM: stconn: Update stream expiration date on blocked sends by Christopher Faulet · Mon Aug 28 17:42:24 2023 +0200
  9. c0878c6 DEBUG: applet: Properly report opposite SC expiration dates in traces by Christopher Faulet · Tue Aug 29 10:55:15 2023 +0200
  10. 2437377 MEDIUM: stconn/applet: Allow SF_SL_EOS flag alone by Christopher Faulet · Tue May 23 15:13:40 2023 +0200
  11. c184b11 MEDIUM: applet: Check room needed to unblock opposite SC when data was consumed by Christopher Faulet · Fri May 05 11:39:03 2023 +0200
  12. e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · Thu Apr 13 15:45:24 2023 +0200
  13. 8eeec38 MINOR: applet: Use unsafe version to get stream from SC in the trace function by Christopher Faulet · Thu Apr 06 08:48:16 2023 +0200
  14. 8019f78 MINOR: stconn/applet: Add BUG_ON_HOT() to be sure SE_FL_EOS is never set alone by Christopher Faulet · Thu Mar 23 17:30:29 2023 +0100
  15. 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · Tue Apr 04 10:05:27 2023 +0200
  16. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · Mon Apr 03 18:32:50 2023 +0200
  17. 26e0935 MEDIUM: applet/trace: Register a new trace source with its events by Christopher Faulet · Wed Mar 29 17:42:28 2023 +0200
  18. a5915eb MINOR: applet: Uninline appctx_free() by Christopher Faulet · Wed Mar 29 17:37:48 2023 +0200
  19. 821581c BUG/MINOR: applet/new: fix sedesc freeing logic by Aurelien DARRAGON · Fri Mar 24 10:01:19 2023 +0100
  20. 465a6c8 BUG/MEDIUM: applet: only set appctx->sedesc on successful allocation by Willy Tarreau · Tue Mar 21 10:50:51 2023 +0100
  21. 59b240c BUG/MEDIUM: stconn: Report a blocked send if some output data are not consumed by Christopher Faulet · Mon Feb 27 16:38:12 2023 +0100
  22. 4c13568 MEDIUM: stconn: Add two date to track successful reads and blocked sends by Christopher Faulet · Thu Feb 16 11:09:31 2023 +0100
  23. d898841 MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIAL by Christopher Faulet · Tue Dec 20 18:10:04 2022 +0100
  24. df3cab1 BUG/MINOR: applet: make the call_rate only count the no-progress calls by Willy Tarreau · Tue Jul 19 20:36:15 2022 +0200
  25. 8a3f582 BUG/MEDIUM: applet: fix incorrect check for abnormal return condition from handler by Willy Tarreau · Tue Aug 23 09:01:30 2022 +0200
  26. 1cc08a3 MINOR: applet: add a function to reset the svcctx of an applet by Willy Tarreau · Thu Aug 18 18:13:34 2022 +0200
  27. 3b7a19c MINOR: applet: always use task_new_on() on applet creation by Willy Tarreau · Wed Jun 15 16:40:58 2022 +0200
  28. cb85427 MEDIUM: applet: only keep appctx_new_*() and drop appctx_new() by Willy Tarreau · Wed Jun 15 16:35:51 2022 +0200
  29. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
  30. 07ee044 CLEANUP: applet: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:32:34 2022 +0200
  31. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  32. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  33. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · Fri May 27 09:03:30 2022 +0200
  34. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · Fri May 27 08:33:53 2022 +0200
  35. 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · Wed May 25 18:21:43 2022 +0200
  36. 15252cd MEDIUM: stconn: move the RXBLK flags to the stream connector by Willy Tarreau · Wed May 25 16:36:21 2022 +0200
  37. 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · Wed May 25 15:42:03 2022 +0200
  38. 0ed73c3 CLEANUP: stconn: rename cs_rx_buff_{blk,rdy} to sc_{need,have}_buff() by Willy Tarreau · Wed May 25 07:48:07 2022 +0200
  39. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · Wed May 25 07:29:36 2022 +0200
  40. 902ba7e CLEANUP: stconn: use a single function to know if SC may send to SE by Willy Tarreau · Tue May 24 08:49:24 2022 +0200
  41. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
  42. 2f2318d MEDIUM: stconn: merge the app_ops and the data_cb fields by Willy Tarreau · Wed May 18 10:17:16 2022 +0200
  43. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · Tue May 17 19:44:42 2022 +0200
  44. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  45. d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · Tue May 17 18:05:31 2022 +0200
  46. ea59b02 CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor) by Willy Tarreau · Tue May 17 17:53:22 2022 +0200
  47. 65d0597 CLEANUP: conn_stream: rename the cs_endpoint's target to "se" by Willy Tarreau · Mon May 16 17:29:42 2022 +0200
  48. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · Tue May 17 17:04:55 2022 +0200
  49. d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:31:36 2022 +0200
  50. 2d9cc85 MINOR: conn-stream/applet: Stop setting appctx as the endpoint context by Christopher Faulet · Mon May 16 17:29:37 2022 +0200
  51. d9c1d33 MEDIUM: applet: Add support for async appctx startup on a thread subset by Christopher Faulet · Mon May 16 17:15:31 2022 +0200
  52. 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · Mon May 16 17:09:48 2022 +0200
  53. d0c4ec0 MINOR: applet: Add function to release appctx on error during init stage by Christopher Faulet · Thu May 12 15:18:48 2022 +0200
  54. 8718c95 MINOR: applet: Add a function to finalize frontend appctx startup by Christopher Faulet · Thu May 12 15:15:53 2022 +0200
  55. ac57bb5 MINOR: applet: Prepare appctx to own the session on frontend side by Christopher Faulet · Mon May 09 08:08:26 2022 +0200
  56. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  57. 1c3ead4 MINOR: applet: replace cs_applet_shut() with appctx_shut() by Willy Tarreau · Tue May 10 19:42:22 2022 +0200
  58. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
  59. 009e42b CLEANUP: applet: make appctx_new() initialize the whole appctx by Willy Tarreau · Thu May 05 19:55:03 2022 +0200
  60. f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · Mon May 02 14:57:03 2022 +0200
  61. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  62. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
  63. 8f45eec MINOR: stream-int/conn-stream: Move si_alloc_ibuf() in the conn-stream scope by Christopher Faulet · Fri Apr 01 17:19:36 2022 +0200
  64. 6059ba4 MEDIUM: conn-stream/applet: Add a data callback for applets by Christopher Faulet · Fri Apr 01 16:34:53 2022 +0200
  65. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  66. 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
  67. cb2fa36 REORG: applet: Uninline appctx_new function by Christopher Faulet · Wed Mar 23 11:46:56 2022 +0100
  68. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  69. 1eedf9b BUG/MINOR: applet: Notify the other side if data were consumed by an applet by Christopher Faulet · Tue Apr 27 17:08:10 2021 +0200
  70. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:44:31 2021 +0100
  71. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  72. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  73. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  74. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  75. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  76. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  77. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  78. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  79. 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
  80. 19920d6 BUG/MEDIUM: applet: always check a fast running applet's activity before killing by Willy Tarreau · Fri Oct 11 14:15:47 2019 +0200
  81. 8280ea9 MINOR: applet: make appctx use their own pool by Willy Tarreau · Thu Jul 18 10:41:36 2019 +0200
  82. dcb0e1d MEDIUM: appctx/debug: force a crash if an appctx spins over itself forever by Willy Tarreau · Thu Apr 25 19:12:26 2019 +0200
  83. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · Wed Apr 24 08:41:29 2019 +0200
  84. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · Wed Nov 14 17:54:13 2018 +0100
  85. 8be7cd7 MEDIUM: stream-int: use si_rx_buff_{rdy,blk} to report buffer readiness by Willy Tarreau · Wed Nov 14 15:12:08 2018 +0100
  86. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · Wed Nov 14 11:10:26 2018 +0100
  87. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  88. 21028b5 MEDIUM: appctx: check for allocation attempts in buffer allocation callbacks by Willy Tarreau · Tue Nov 06 17:32:37 2018 +0100
  89. 581abd3 MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere by Willy Tarreau · Thu Oct 25 10:21:41 2018 +0200
  90. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  91. b4a4d9a MEDIUM: applets: Don't process more than 200 active applets at once by Christopher Faulet · Wed Nov 15 22:14:49 2017 +0100
  92. 7163056 MAJOR: polling: Use active_appels_mask instead of applets_active_queue by Christopher Faulet · Tue Nov 14 11:30:47 2017 +0100
  93. 595d7b7 MINOR: applets: Use a bitfield to track applets activity per-thread by Christopher Faulet · Tue Nov 14 11:28:52 2017 +0100
  94. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  95. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  96. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · Tue Oct 31 16:06:06 2017 +0100
  97. 5f4a47b CLEANUP: threads: replace the last few 1UL<<tid with tid_bit by Willy Tarreau · Tue Oct 31 15:59:32 2017 +0100
  98. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  99. 6c57dc9 MINOR: applet: Check applets_active_queue before processing applets queue by Christopher Faulet · Tue Jun 27 16:07:01 2017 +0200
  100. c730606 MAJOR: applet: applet scheduler rework. by Emeric Brun · Mon Jun 26 16:36:53 2017 +0200