2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename a few "endp" arguments and... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-pt: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-fcgi: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h2: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h1: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-quic: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DOC: internal: update the muxes doc to mention the... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: replace a few remaining occurrences... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: obj_type: rename OBJ_TYPE_CS to OBJ_TYPE_SC |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stream: rename stream_upgrade_from_cs() to... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: applet: rename appctx_cs() to appctx_sc() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: sslsock: remove only occurrence of local varia... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: sink: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: peers: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-pt: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h2: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h1: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-fcgi: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: http-client: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: log-forward: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: hlua: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: spoe: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: dns: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: cache: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: applet: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: cli: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stats: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: promex: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stream: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: quic/h3: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: connection: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: check: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DEV: flags: use "sc" for stream conns instead of "cs" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: muxes: rename "get_first_cs" to "get_first_sc" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | REORG: stconn: rename conn_stream.{c,h} to stconn.... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | REORG: rename cs_utils.h to sc_strm.h |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: quic: drop the name "conn_stream" from the... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename final state manipulation functi... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_{shut,chk}* to sc_* |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename remaining management functions... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_{new,create,free,destroy... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_cant_get() to se_need_more_d... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_{want,stop}_get() to se_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: remove cs_tx_blocked() and cs_tx_endp_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CO... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: move the RXBLK flags to the stream... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: add sc_is_recv_allowed() to check for... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: start to rename cs_rx_endp_{more,done... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_rx_buff_{blk,rdy} to sc_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_rx_chan_{blk,rdy} to sc_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: take SE_FL_APPLET_NEED_CONN out of... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: remove SE_FL_RXBLK_SHUT |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: always rely on CF_SHUTR in addition... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: remove calls to cs_done_get() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: consider CF_SHUTW for sc_is_send_allowed() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: use a single function to know if SC... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: make a few functions take a const... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_conn_get_first() to conn_get... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_conn_*() to sc_conn_*() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_get_data_name() to sc_get_da... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename __cs_endp_target() to __sc_endp() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_appctx() to sc_appctx() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_conn_mux() to sc_mux_ops() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_mux() to sc_mux_strm() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_conn() to sc_conn() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_{check,strm,strm_task} to... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: applet: use applet_put*() everywhere possible |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: applet: add new wrappers to put chk/blk/str... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: merge the app_ops and the data_cb fields |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: conn_stream: test the various ops functions... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: check: export wake_srv_chk() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: tree-wide rename stconn states CS_ST... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: tree-wide rename stream connector... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stream: rename "csf" and "csb" to "scf" and... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stdesc: rename the stream connector ->cs field... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-pt: add and use pt_sc() to retrieve the... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-fcgi: add and use fcgi_strm_sc() to retrie... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h2: add and use h2s_sc() to retrieve the... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h1: add and use h1s_sc() to retrieve the... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: tree-wide rename to stconn (strea... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: rename cs_app_* to sc_app_* |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: rename the conn_stream's endp... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: applet: rename the sedesc pointer from "endp... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: rename cs_endpoint to sedesc... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: rename the cs_endpoint's target... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: rename the stream endpoint flags... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: apply endp_flags.cocci tree-wide |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DEV: coccinelle: add endp_flags.cocci |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: apply cs_endp_flags.cocci tree... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DEV: coccinelle: add cs_endp_flags.cocci |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: conn_stream: add new sets of functions to set... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: rename the cs_endpoint's context... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: conn_stream: remove unneeded exclusion of... |
commit | commitdiff | tree | snapshot |
next |