summaryrefslogtreecommitdiff
path: root/addons/ot/src
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-271-1/+1
* CLEANUP: opentracing: remove the last two occurrences of strncat()Willy Tarreau2023-04-071-4/+4
* 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
* MAJOR: opentracing: reenable usage of vars to transmit opentracing contextMiroslav Zagorac2022-04-081-112/+404
* CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enumMiroslav Zagorac2022-04-081-8/+8
* DEBUG: opentracing: show return values of all functions in the debug outputMiroslav Zagorac2022-04-0812-198/+198
* 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-081-1/+1
* CLEANUP: opentracing: removed unused function flt_ot_var_get()Miroslav Zagorac2022-04-081-48/+0
* CLEANUP: opentracing: removed unused function flt_ot_var_unset()Miroslav Zagorac2022-04-081-39/+0
* DOC: opentracing: corrected comments in function descriptionsMiroslav Zagorac2022-04-082-5/+10
* BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set()Miroslav Zagorac2022-04-081-1/+7
* 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-121-1/+1
* CLEANUP: opentracing: use the haproxy function to generate uuidMiroslav Zagorac2021-09-121-9/+4
* 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-124-3/+23
* BUILD: ot: add argument for default value to vars_get_by_name()Willy Tarreau2021-09-031-1/+1
* BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chr...Miroslav Zagorac2021-06-104-13/+73
* 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
* 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-212-4/+4
* MINOR: opentracing: transfer of context names without prefixMiroslav Zagorac2021-04-151-0/+13
* 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-0212-0/+7767