| Commit message (Expand) | Author | Age | Files | Lines |
| * | MEDIUM: tree-wide: Change sc API to specify required free space to progress | Christopher Faulet | 2023-05-05 | 1 | -4/+4 |
| * | MINOR: applet: Uninline appctx_free() | Christopher Faulet | 2023-04-05 | 1 | -16/+1 |
| * | MINOR: stconn: Report a send activity when endpoint is willing to consume data | Christopher Faulet | 2023-02-27 | 1 | -7/+6 |
| * | MINOR: applet/stconn: Add a SE flag to specify an endpoint does not expect data | Christopher Faulet | 2023-02-22 | 1 | -0/+17 |
| * | DEBUG: applet: instrument appctx_wakeup() to log the caller's location | Willy Tarreau | 2022-09-08 | 1 | -5/+5 |
| * | MINOR: applet: add a function to reset the svcctx of an applet | Willy Tarreau | 2022-08-18 | 1 | -0/+1 |
| * | MINOR: task: replace task_set_affinity() with task_set_thread() | Willy Tarreau | 2022-07-01 | 1 | -1/+1 |
| * | MEDIUM: applet: only keep appctx_new_*() and drop appctx_new() | Willy Tarreau | 2022-07-01 | 1 | -8/+3 |
| * | MEDIUM: task/debug: move the ->thread_mask integrity checks to ->tid | Willy Tarreau | 2022-07-01 | 1 | -1/+1 |
| * | MINOR: thread: get rid of MAX_THREADS_MASK | Willy Tarreau | 2022-06-14 | 1 | -1/+1 |
| * | MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME | Willy Tarreau | 2022-05-27 | 1 | -3/+4 |
| * | CLEANUP: applet: rename appctx_cs() to appctx_sc() | Willy Tarreau | 2022-05-27 | 1 | -1/+1 |
| * | REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} | Willy Tarreau | 2022-05-27 | 1 | -1/+1 |
| * | REORG: rename cs_utils.h to sc_strm.h | Willy Tarreau | 2022-05-27 | 1 | -1/+1 |
| * | CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() | Willy Tarreau | 2022-05-27 | 1 | -0/+9 |
| * | CLEANUP: stconn: rename cs_{want,stop}_get() to se_{will,wont}_consume() | Willy Tarreau | 2022-05-27 | 1 | -0/+16 |
| * | MEDIUM: stconn: move the RXBLK flags to the stream connector | Willy Tarreau | 2022-05-27 | 1 | -12/+12 |
| * | CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_NO_DATA | Willy Tarreau | 2022-05-27 | 1 | -2/+2 |
| * | MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more... | Willy Tarreau | 2022-05-27 | 1 | -0/+16 |
| * | CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* | Willy Tarreau | 2022-05-27 | 1 | -2/+2 |
| * | CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} | Willy Tarreau | 2022-05-27 | 1 | -4/+4 |
| * | MINOR: applet: add new wrappers to put chk/blk/str/chr to channel from appctx | Willy Tarreau | 2022-05-27 | 1 | -0/+67 |
| * | CLEANUP: stdesc: rename the stream connector ->cs field to ->sc | Willy Tarreau | 2022-05-27 | 1 | -2/+2 |
| * | CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) | Willy Tarreau | 2022-05-27 | 1 | -2/+2 |
| * | CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" | Willy Tarreau | 2022-05-27 | 1 | -12/+12 |
| * | CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor) | Willy Tarreau | 2022-05-27 | 1 | -5/+5 |
| * | CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* | Willy Tarreau | 2022-05-27 | 1 | -1/+1 |
| * | CLEANUP: conn_stream: apply endp_flags.cocci tree-wide | Willy Tarreau | 2022-05-27 | 1 | -1/+1 |
| * | MEDIUM: applet: Add support for async appctx startup on a thread subset | Christopher Faulet | 2022-05-17 | 1 | -0/+7 |
| * | MINOR: applet: Add API to start applet on a thread subset | Christopher Faulet | 2022-05-17 | 1 | -1/+16 |
| * | MINOR: applet: Add function to release appctx on error during init stage | Christopher Faulet | 2022-05-17 | 1 | -0/+1 |
| * | MINOR: applet: Add a function to finalize frontend appctx startup | Christopher Faulet | 2022-05-17 | 1 | -0/+1 |
| * | MINOR: applet: Add appctx_init() helper fnuction | Christopher Faulet | 2022-05-17 | 1 | -0/+10 |
| * | MINOR: applet: Prepare appctx to own the session on frontend side | Christopher Faulet | 2022-05-17 | 1 | -1/+3 |
| * | MINOR: applet: add appctx_strm() and appctx_cs() to access common fields | Willy Tarreau | 2022-05-13 | 1 | -0/+14 |
| * | MINOR: applet: replace cs_applet_shut() with appctx_shut() | Willy Tarreau | 2022-05-13 | 1 | -0/+1 |
| * | MINOR: applet: reserve some generic storage in the applet's context | Willy Tarreau | 2022-05-06 | 1 | -0/+1 |
| * | MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet | Christopher Faulet | 2022-04-13 | 1 | -1/+4 |
| * | REORG: applet: Uninline appctx_new function | Christopher Faulet | 2022-04-13 | 1 | -46/+1 |
| * | MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets | Christopher Faulet | 2022-04-13 | 1 | -2/+1 |
| * | MEDIUM: applet: Set the appctx owner during allocation | Christopher Faulet | 2022-04-13 | 1 | -1/+2 |
| * | DEBUG: stream-int: Fix BUG_ON used to test appctx in si_applet_ops callbacks | Christopher Faulet | 2022-02-28 | 1 | -2/+0 |
| * | BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS | Christopher Faulet | 2022-02-24 | 1 | -0/+2 |
| * | MINOR: task: provide 3 task_new_* wrappers to simplify the API | Willy Tarreau | 2021-10-01 | 1 | -1/+1 |
| * | MINOR: applet: remove the thread mask from appctx_new() | Willy Tarreau | 2021-09-17 | 1 | -3/+4 |
| * | CLEANUP: applet: remove unused thread_mask | Willy Tarreau | 2021-07-13 | 1 | -3/+2 |
| * | CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion | Willy Tarreau | 2021-04-21 | 1 | -1/+1 |
| * | MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr | Willy Tarreau | 2021-04-11 | 1 | -1/+1 |
| * | CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec | Willy Tarreau | 2021-04-07 | 1 | -2/+2 |
| * | MEDIUM: task: extend the state field to 32 bits | Willy Tarreau | 2021-03-05 | 1 | -1/+1 |