haproxy/addons/ot/src
Miroslav Zagorac aec19a7d0d CLEANUP: opentracing: added variable to store variable length
The same variable should not be used to store multiple different results,
because it can be confusing.  Therefore, the var_name_len variable has
been added in several functions, in order to avoid the use of the retval
variable for several different purposes.

This patch must be backported as far as 2.4.
2022-04-08 16:31:33 +02:00
..
cli.c CONTRIB: move contrib/opentracing to addons/ot 2021-04-02 17:48:42 +02:00
conf.c BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode 2021-06-10 06:45:39 +02:00
event.c BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context 2021-09-12 07:07:13 +02:00
filter.c BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context 2021-09-12 07:07:13 +02:00
group.c CONTRIB: move contrib/opentracing to addons/ot 2021-04-02 17:48:42 +02:00
http.c CLEANUP: Apply ist.cocci 2021-09-17 17:22:05 +02:00
opentracing.c BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode 2021-06-10 06:45:39 +02:00
parser.c BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context 2021-09-12 07:07:13 +02:00
pool.c DOC: opentracing: corrected comments in function descriptions 2022-04-08 16:31:33 +02:00
scope.c Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'" 2022-04-08 16:31:33 +02:00
util.c MINOR: opentracing: correct calculation of the number of arguments in the args[] 2021-04-15 08:40:05 +02:00
vars.c CLEANUP: opentracing: added variable to store variable length 2022-04-08 16:31:33 +02:00