summaryrefslogtreecommitdiff
path: root/addons
Commit message (Expand)AuthorAgeFilesLines
* MINOR: tree-wide: use free_acl_cond() where relevantAurelien DARRAGON2023-05-111-4/+1
* MEDIUM: tree-wide: Change sc API to specify required free space to progressChristopher Faulet2023-05-051-4/+4
* Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place ...Willy Tarreau2023-04-271-3/+3
* BUG/MINOR: opentracing: use 'date' instead of 'now' in debug outputWilly Tarreau2023-04-272-3/+3
* BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date'Willy Tarreau2023-04-261-3/+3
* CLEANUP: opentracing: remove the last two occurrences of strncat()Willy Tarreau2023-04-071-4/+4
* MEDIUM: promex: Use the sedesc to report and detect end of processingChristopher Faulet2023-04-051-7/+4
* MINOR: applet: No longer set EOI on the SCChristopher Faulet2023-04-051-1/+0
* MINOR: stconn: Always report READ/WRITE event on shutr/shutwChristopher Faulet2023-02-221-2/+0
* BUG/MINOR: promex: Don't forget to consume the request on errorChristopher Faulet2023-01-131-0/+1
* REORG: channel: Rename CF_READ_NULL to CF_READ_EVENTChristopher Faulet2023-01-091-2/+2
* BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are usedWilly Tarreau2022-12-231-3/+1
* BUILD: 51d: fix build issue with recent compilersWilly Tarreau2022-12-152-2/+5
* DOC: promex: Add missing backend metricsChristopher Faulet2022-12-091-0/+2
* MINOR: promex: introduce haproxy_backend_agg_check_statusCedric Paillet2022-12-091-0/+26
* BUG/MINOR: promex: create haproxy_backend_agg_server_statusCedric Paillet2022-12-091-1/+3
* LICENSE: wurfl: clarify the dummy library license.scientiamobile2022-12-021-5/+10
* MEDIUM: 51d: add support for 51Degrees V4 with Hash algorithmDragan Dosen2022-12-014-6/+840
* BUILD: prometheus: use __fallthrough in promex_dump_metrics() and IO handler()Willy Tarreau2022-11-141-11/+11
* CLEANUP: cli: rename dynamic error printing stateAmaury Denoyelle2022-11-101-6/+6
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2022-08-061-1/+1
* CLEANUP: applet: rename appctx_cs() to appctx_sc()Willy Tarreau2022-05-271-7/+7
* CLEANUP: promex: rename all occurrences of stconn "cs" to "sc"Willy Tarreau2022-05-271-21/+21
* REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}Willy Tarreau2022-05-271-1/+1
* REORG: rename cs_utils.h to sc_strm.hWilly Tarreau2022-05-271-1/+1
* CLEANUP: stconn: rename cs_{shut,chk}* to sc_*Willy Tarreau2022-05-271-3/+3
* CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room()Willy Tarreau2022-05-271-4/+4
* CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_*Willy Tarreau2022-05-271-1/+1
* CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c}Willy Tarreau2022-05-271-11/+11
* CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_*Willy Tarreau2022-05-271-1/+1
* CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)Willy Tarreau2022-05-271-4/+4
* CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc"Willy Tarreau2022-05-271-1/+1
* CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_*Willy Tarreau2022-05-271-1/+1
* CLEANUP: conn_stream: apply endp_flags.cocci tree-wideWilly Tarreau2022-05-271-1/+1
* MINOR: applet: Change return value for .init callback functionChristopher Faulet2022-05-171-1/+1
* CLEANUP: applet: remove the unneeded appctx->ownerWilly Tarreau2022-05-131-7/+7
* CLEANUP: applet: use the appctx's endp instead of cs->endpWilly Tarreau2022-05-131-1/+1
* CLEANUP: cli: move the status print context into its own contextWilly Tarreau2022-05-061-3/+5
* CLEANUP: promex: stop using appctx->st2Willy Tarreau2022-05-061-64/+66
* CLEANUP: promex: make the applet use its own contextWilly Tarreau2022-05-061-125/+162
* CLEANUP: tree-wide: Remove any ref to stream-interfacesChristopher Faulet2022-04-131-1/+0
* MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CSChristopher Faulet2022-04-131-4/+4
* MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scopeChristopher Faulet2022-04-131-3/+3
* MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-streamChristopher Faulet2022-04-131-1/+1
* MEDIUM: tree-wide: Use CS util functions instead of SI onesChristopher Faulet2022-04-131-28/+30
* MEDIUM: conn-stream: Move remaning flags from CS to endpointChristopher Faulet2022-04-131-1/+1
* MINOR: applet: Make .init callback more genericChristopher Faulet2022-04-131-1/+1
* Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at c...Miroslav Zagorac2022-04-081-2/+0
* MAJOR: opentracing: reenable usage of vars to transmit opentracing contextMiroslav Zagorac2022-04-083-112/+413
* DEBUG: opentracing: display the contents of the err variable after settingMiroslav Zagorac2022-04-081-4/+7