- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
- 0eca539 CLEANUP: sink: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
- 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
- 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
- b23edc8 MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN 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
- cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* 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
- 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · 2 years, 7 months ago
- aee57fc MEDIUM: sink: Refactor sink forwarder appctx creation by Christopher Faulet · 2 years, 7 months ago
- 2ae25ea MINOR: sink: Add a ref to sink in the sink_forward_target structure 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
- cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · 2 years, 7 months ago
- 42cc831 CLEANUP: sink: use the generic context to store the forwarder's context by Willy Tarreau · 2 years, 7 months ago
- 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag 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
- 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
- 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses 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
- 7750850 CLEANUP: Reapply ist.cocci with `--include-headers-for-types --recursive-includes` by Tim Duesterhus · 2 years, 9 months ago
- 53fa787 BUG/MEDIUM: sink: Properly get the stream-int in appctx callback functions by Christopher Faulet · 2 years, 9 months ago
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
- 108ce5a MINOR: sink: Always access the stream-int via 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
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- dd0b144 BUG/MINOR: sink: Use the right field in appctx context in release callback by Christopher Faulet · 2 years, 11 months ago
- 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · 3 years, 1 month ago
- beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
- e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 3 months ago
- 8a8f270 CLEANUP: server: a separate function for initializing the per_thr field by Miroslav Zagorac · 3 years, 6 months ago
- 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 6 months ago
- 817538e BUILD: sink: include proxy.h in sink.c by Willy Tarreau · 3 years, 7 months ago
- 4bad5e2 BUILD: sink: include tools.h in sink.c by Willy Tarreau · 3 years, 7 months ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
- b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 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
- 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · 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
- 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 9 months ago
- 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 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
- a7ebffe BUG/MINOR: sink: Return an allocation failure in __sink_new if strdup() fails 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
- fdabf49 BUG/MAJOR: ring: tcp forward on ring can break the reader counter. by Emeric Brun · 4 years ago
- 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · 4 years ago
- fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · 4 years, 1 month ago
- 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 4 years, 1 month ago
- d3db384 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · 4 years, 4 months ago
- 12941c8 MEDIUM: log: adds log forwarding section. by Emeric Brun · 4 years, 5 months ago
- 5464885 MEDIUM: log/sink: re-work and merge of build message API. by Emeric Brun · 4 years, 5 months ago
- 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
- b39a375 BUG/MINOR: log: missing timezone on iso dates. by Emeric Brun · 4 years, 5 months ago
- 9f9b22c MINOR: log: add time second fraction field to rfc5424 log timestamp. by Emeric Brun · 4 years, 5 months ago
- 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h 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
- aeed4a8 REORG: include: move log.h to haproxy/log{,-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
- 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.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
- ba2f73d REORG: include: move sink.h to haproxy/sink{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h 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
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 6 months ago
- eb6f701 REORG: include: move ist.h from common/ to import/ 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
- 570a22b BUILD: sink: address build warning on 32-bit architectures by Willy Tarreau · 4 years, 6 months ago
- 9755647 MEDIUM: ring: add new srv statement to support octet counting forward by Emeric Brun · 4 years, 6 months ago
- 494c505 MEDIUM: ring: add server statement to forward messages from a ring by Emeric Brun · 4 years, 6 months ago
- 9f2ff3a BUG/MINOR: error on unknown statement in ring section. by Emeric Brun · 4 years, 6 months ago
- 99c453d MEDIUM: ring: new section ring to declare custom ring buffers. by Emeric Brun · 4 years, 6 months ago
- d68a692 Revert "MEDIUM: sink: add global statement to create a new ring (sink buffer)" by Willy Tarreau · 4 years, 6 months ago
- 957ec59 MEDIUM: sink: add global statement to create a new ring (sink buffer) by Emeric Brun · 4 years, 7 months ago
- bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · 4 years, 7 months ago
- fcf9498 MINOR: ring: make the parse function automatically set the handler/release by Willy Tarreau · 5 years ago
- a63a5c2 MINOR: sink: Set the default max length for a message to BUFSIZE by Christopher Faulet · 5 years ago
- f8340e3 MINOR: sink: change ring buffer "buf0"'s format to "timed" by Willy Tarreau · 5 years ago
- 53ba9d9 MINOR: sink: finally implement support for SINK_FMT_{TIMED,ISO} by Willy Tarreau · 5 years ago
- 7e9776a MINOR: fd/log/sink: make the non-blocking initialization depend on the initialized bit by Willy Tarreau · 5 years ago
- 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · 5 years ago