summaryrefslogtreecommitdiff
path: root/addons/ot
Commit message (Expand)AuthorAgeFilesLines
* MINOR: tree-wide: use free_acl_cond() where relevantAurelien DARRAGON2023-05-111-4/+1
* BUG/MINOR: opentracing: use 'date' instead of 'now' in debug outputWilly Tarreau2023-04-272-3/+3
* CLEANUP: opentracing: remove the last two occurrences of strncat()Willy Tarreau2023-04-071-4/+4
* BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are usedWilly Tarreau2022-12-231-3/+1
* CLEANUP: cli: rename dynamic error printing stateAmaury Denoyelle2022-11-101-6/+6
* CLEANUP: cli: move the status print context into its own contextWilly Tarreau2022-05-061-3/+5
* 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
* CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enumMiroslav Zagorac2022-04-082-30/+38
* DEBUG: opentracing: show return values of all functions in the debug outputMiroslav Zagorac2022-04-0813-198/+205
* MINOR: opentracing: improved normalization of context variable namesMiroslav Zagorac2022-04-081-32/+46
* CLEANUP: opentracing: added variable to store variable lengthMiroslav Zagorac2022-04-081-12/+12
* CLEANUP: opentracing: added flt_ot_smp_init() functionMiroslav Zagorac2022-04-081-9/+35
* MINOR: opentracing: only takes the variables lock on shared entriesMiroslav Zagorac2022-04-081-6/+6
* Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from '...Miroslav Zagorac2022-04-088-8/+8
* CLEANUP: opentracing: removed unused function flt_ot_var_get()Miroslav Zagorac2022-04-082-49/+0
* CLEANUP: opentracing: removed unused function flt_ot_var_unset()Miroslav Zagorac2022-04-082-40/+0
* DOC: opentracing: corrected comments in function descriptionsMiroslav Zagorac2022-04-082-5/+10
* EXAMPLES: opentracing: refined shell scripts for testing filter performanceMiroslav Zagorac2022-04-085-13/+34
* BUG/BUILD: opentracing: fixed OT_DEFINE variable settingMiroslav Zagorac2022-04-081-1/+1
* BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set()Miroslav Zagorac2022-04-081-1/+7
* BUILD: opentracing: display warning in case of using OT_USE_VARS at compile timeMiroslav Zagorac2021-12-281-0/+2
* REORG: time: move time-keeping code and variables to clock.cWilly Tarreau2021-10-081-0/+1
* CLEANUP: Apply ist.cocciTim Duesterhus2021-09-171-6/+3
* CLEANUP: opentracing: simplify the condition on the empty headerMiroslav Zagorac2021-09-121-7/+12
* MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to...Miroslav Zagorac2021-09-128-8/+8
* CLEANUP: opentracing: use the haproxy function to generate uuidMiroslav Zagorac2021-09-122-29/+9
* BUG/MINOR: opentracing: enable the use of http headers without a set valueMiroslav Zagorac2021-09-121-1/+7
* BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing ...Miroslav Zagorac2021-09-127-7/+48
* BUILD: ot: add argument for default value to vars_get_by_name()Willy Tarreau2021-09-031-1/+1
* BUILD: opentracing: fixed build when using pkg-config utilityMiroslav Zagorac2021-08-011-0/+8
* BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chr...Miroslav Zagorac2021-06-106-18/+80
* Revert "BUG/MINOR: opentracing: initialization after establishing daemon mode"Miroslav Zagorac2021-06-101-28/+20
* BUILD/MINOR: opentracing: fixed build when using clangMiroslav Zagorac2021-05-201-2/+2
* BUILD/MINOR: opentracing: fixed compilation with filter enabledMiroslav Zagorac2021-05-121-0/+2
* REORG: vars: move the "proc" scope variables out of the global structWilly Tarreau2021-05-081-2/+2
* CLEANUP: lists/tree-wide: rename some list operations to avoid some confusionWilly Tarreau2021-04-213-5/+5
* MINOR: opentracing: transfer of context names without prefixMiroslav Zagorac2021-04-152-0/+14
* MINOR: opentracing: correct calculation of the number of arguments in the args[]Miroslav Zagorac2021-04-152-20/+41
* MINOR: pool: move pool declarations to read_mostlyWilly Tarreau2021-04-102-4/+4
* MINOR: opentracing: register config file and line number on log serversMiroslav Zagorac2021-04-081-1/+1
* BUG/MINOR: opentracing: initialization after establishing daemon modeMiroslav Zagorac2021-04-021-20/+28
* CONTRIB: move contrib/opentracing to addons/ot20210402-contrib-cleanup-3Willy Tarreau2021-04-0276-0/+12126