| Commit message (Expand) | Author | Age | Files | Lines |
| * | MINOR: tree-wide: use free_acl_cond() where relevant | Aurelien DARRAGON | 2023-05-11 | 1 | -4/+1 |
| * | MEDIUM: tree-wide: Change sc API to specify required free space to progress | Christopher Faulet | 2023-05-05 | 1 | -4/+4 |
| * | Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place ... | Willy Tarreau | 2023-04-27 | 1 | -3/+3 |
| * | BUG/MINOR: opentracing: use 'date' instead of 'now' in debug output | Willy Tarreau | 2023-04-27 | 2 | -3/+3 |
| * | BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date' | Willy Tarreau | 2023-04-26 | 1 | -3/+3 |
| * | CLEANUP: opentracing: remove the last two occurrences of strncat() | Willy Tarreau | 2023-04-07 | 1 | -4/+4 |
| * | MEDIUM: promex: Use the sedesc to report and detect end of processing | Christopher Faulet | 2023-04-05 | 1 | -7/+4 |
| * | MINOR: applet: No longer set EOI on the SC | Christopher Faulet | 2023-04-05 | 1 | -1/+0 |
| * | MINOR: stconn: Always report READ/WRITE event on shutr/shutw | Christopher Faulet | 2023-02-22 | 1 | -2/+0 |
| * | BUG/MINOR: promex: Don't forget to consume the request on error | Christopher Faulet | 2023-01-13 | 1 | -0/+1 |
| * | REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT | Christopher Faulet | 2023-01-09 | 1 | -2/+2 |
| * | BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are used | Willy Tarreau | 2022-12-23 | 1 | -3/+1 |
| * | BUILD: 51d: fix build issue with recent compilers | Willy Tarreau | 2022-12-15 | 2 | -2/+5 |
| * | DOC: promex: Add missing backend metrics | Christopher Faulet | 2022-12-09 | 1 | -0/+2 |
| * | MINOR: promex: introduce haproxy_backend_agg_check_status | Cedric Paillet | 2022-12-09 | 1 | -0/+26 |
| * | BUG/MINOR: promex: create haproxy_backend_agg_server_status | Cedric Paillet | 2022-12-09 | 1 | -1/+3 |
| * | LICENSE: wurfl: clarify the dummy library license. | scientiamobile | 2022-12-02 | 1 | -5/+10 |
| * | MEDIUM: 51d: add support for 51Degrees V4 with Hash algorithm | Dragan Dosen | 2022-12-01 | 4 | -6/+840 |
| * | BUILD: prometheus: use __fallthrough in promex_dump_metrics() and IO handler() | Willy Tarreau | 2022-11-14 | 1 | -11/+11 |
| * | CLEANUP: cli: rename dynamic error printing state | Amaury Denoyelle | 2022-11-10 | 1 | -6/+6 |
| * | CLEANUP: assorted typo fixes in the code and comments | Ilya Shipitsin | 2022-08-06 | 1 | -1/+1 |
| * | CLEANUP: applet: rename appctx_cs() to appctx_sc() | Willy Tarreau | 2022-05-27 | 1 | -7/+7 |
| * | CLEANUP: promex: rename all occurrences of stconn "cs" to "sc" | Willy Tarreau | 2022-05-27 | 1 | -21/+21 |
| * | 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_{shut,chk}* to sc_* | Willy Tarreau | 2022-05-27 | 1 | -3/+3 |
| * | CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() | Willy Tarreau | 2022-05-27 | 1 | -4/+4 |
| * | CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* | Willy Tarreau | 2022-05-27 | 1 | -1/+1 |
| * | CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} | Willy Tarreau | 2022-05-27 | 1 | -11/+11 |
| * | CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* | Willy Tarreau | 2022-05-27 | 1 | -1/+1 |
| * | CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) | Willy Tarreau | 2022-05-27 | 1 | -4/+4 |
| * | CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" | Willy Tarreau | 2022-05-27 | 1 | -1/+1 |
| * | 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 |
| * | MINOR: applet: Change return value for .init callback function | Christopher Faulet | 2022-05-17 | 1 | -1/+1 |
| * | CLEANUP: applet: remove the unneeded appctx->owner | Willy Tarreau | 2022-05-13 | 1 | -7/+7 |
| * | CLEANUP: applet: use the appctx's endp instead of cs->endp | Willy Tarreau | 2022-05-13 | 1 | -1/+1 |
| * | CLEANUP: cli: move the status print context into its own context | Willy Tarreau | 2022-05-06 | 1 | -3/+5 |
| * | CLEANUP: promex: stop using appctx->st2 | Willy Tarreau | 2022-05-06 | 1 | -64/+66 |
| * | CLEANUP: promex: make the applet use its own context | Willy Tarreau | 2022-05-06 | 1 | -125/+162 |
| * | CLEANUP: tree-wide: Remove any ref to stream-interfaces | Christopher Faulet | 2022-04-13 | 1 | -1/+0 |
| * | MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS | Christopher Faulet | 2022-04-13 | 1 | -4/+4 |
| * | MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope | Christopher Faulet | 2022-04-13 | 1 | -3/+3 |
| * | MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream | Christopher Faulet | 2022-04-13 | 1 | -1/+1 |
| * | MEDIUM: tree-wide: Use CS util functions instead of SI ones | Christopher Faulet | 2022-04-13 | 1 | -28/+30 |
| * | MEDIUM: conn-stream: Move remaning flags from CS to endpoint | Christopher Faulet | 2022-04-13 | 1 | -1/+1 |
| * | MINOR: applet: Make .init callback more generic | Christopher Faulet | 2022-04-13 | 1 | -1/+1 |
| * | Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at c... | Miroslav Zagorac | 2022-04-08 | 1 | -2/+0 |
| * | MAJOR: opentracing: reenable usage of vars to transmit opentracing context | Miroslav Zagorac | 2022-04-08 | 3 | -112/+413 |
| * | DEBUG: opentracing: display the contents of the err variable after setting | Miroslav Zagorac | 2022-04-08 | 1 | -4/+7 |