- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
- 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
- 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · 2 years, 6 months ago
- 75a8f8e CLEANUP: stconn: rename cs_{want,stop}_get() to se_{will,wont}_consume() by Willy Tarreau · 2 years, 6 months ago
- 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · 2 years, 6 months ago
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
- ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
- 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 6 months ago
- 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
- fa463af BUG/MINOR: spoe: Fix error handling in spoe_init_appctx() by Christopher Faulet · 2 years, 6 months ago
- 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · 2 years, 7 months ago
- 69ebc30 MEDIUM: spoe: Refactor SPOE appctx creation by Christopher Faulet · 2 years, 7 months ago
- 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · 2 years, 7 months ago
- 6796a06 CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp() by Willy Tarreau · 2 years, 7 months ago
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
- 23a2407 CLEANUP: spoe: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
- da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
- 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
- a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · 2 years, 8 months ago
- b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · 2 years, 8 months ago
- 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · 2 years, 10 months ago
- 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · 2 years, 10 months ago
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
- f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · 3 years ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- b042e4f BUG/MAJOR: spoe: properly detach all agents when releasing the applet by Willy Tarreau · 2 years, 10 months ago
- b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · 3 years, 2 months ago
- beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
- 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · 3 years, 2 months ago
- e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 3 months ago
- d7da3dd BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued by Christopher Faulet · 3 years, 4 months ago
- 6f1296b BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released by Christopher Faulet · 3 years, 4 months ago
- 434b852 MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure by Christopher Faulet · 3 years, 4 months ago
- a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
- 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
- 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 6 months ago
- e16ada1 BUILD: spoe: flt_spoe.c needs tools.h by Willy Tarreau · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
- 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 8 months ago
- c9ef9bc CLEANUP: spoe: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · 3 years, 8 months ago
- d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · 3 years, 8 months ago
- f1a9129 MINOR: spoe: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · 3 years, 8 months ago
- d7a988c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 9 months ago
- 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
- 9e647e5 BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1 by Christopher Faulet · 3 years, 9 months ago
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
- 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 9 months ago
- 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 9 months ago
- e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 9 months ago
- 1d7d0f8 BUG/MEDIUM: spoe: Resolve the sink if a SPOE logs in a ring buffer by Christopher Faulet · 3 years, 9 months ago
- afb9368 CLEANUP: spoe: fix typo on `var_check_arg` comment by William Dauchy · 3 years, 11 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
- 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 4 years, 3 months ago
- c7ba910 MINOR: spoe: Don't close connection in sync mode on processing timeout by Christopher Faulet · 4 years, 1 month ago
- cf181c7 BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet by Christopher Faulet · 4 years, 1 month ago
- 2469eba BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided by Christopher Faulet · 4 years, 1 month ago
- 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · 4 years, 5 months ago
- de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years, 5 months ago
- eccfa61 MINOR: spoe: Don't systematically create new applets if processing rate is low by Christopher Faulet · 4 years, 5 months ago
- 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · 4 years, 5 months ago
- da21ed1 BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · 4 years, 5 months ago
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 6 months ago
- dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 6 months ago
- 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 6 months ago
- 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 6 months ago
- aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 6 months ago
- 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 6 months ago
- 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 6 months ago
- 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 6 months ago
- 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
- 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 8 months ago