Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ad548b54a7a56b16dcf51f853b345cf1565dcb24
/
addons
/
ot
1c0715b
CLEANUP: cli: move the status print context into its own context
by Willy Tarreau
· Fri May 06 17:16:35 2022 +0200
4e4b813
Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time"
by Miroslav Zagorac
· Wed Mar 09 19:57:56 2022 +0100
52c2ec3
MAJOR: opentracing: reenable usage of vars to transmit opentracing context
by Miroslav Zagorac
· Thu Mar 10 00:03:24 2022 +0100
6a1dfdd
DEBUG: opentracing: display the contents of the err variable after setting
by Miroslav Zagorac
· Tue Mar 08 01:21:04 2022 +0100
854384f
CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum
by Miroslav Zagorac
· Mon Mar 07 13:14:16 2022 +0100
ca09e01
DEBUG: opentracing: show return values of all functions in the debug output
by Miroslav Zagorac
· Fri Mar 04 09:56:00 2022 +0100
b536cec
MINOR: opentracing: improved normalization of context variable names
by Miroslav Zagorac
· Wed Mar 02 00:15:23 2022 +0100
aec19a7
CLEANUP: opentracing: added variable to store variable length
by Miroslav Zagorac
· Tue Mar 01 18:44:36 2022 +0100
854efef
CLEANUP: opentracing: added flt_ot_smp_init() function
by Miroslav Zagorac
· Tue Mar 01 18:41:36 2022 +0100
6163e03
MINOR: opentracing: only takes the variables lock on shared entries
by Miroslav Zagorac
· Wed Feb 23 18:15:56 2022 +0100
220a1ad
Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'"
by Miroslav Zagorac
· Wed Feb 23 10:28:10 2022 +0100
e6f76f0
CLEANUP: opentracing: removed unused function flt_ot_var_get()
by Miroslav Zagorac
· Tue Mar 01 18:39:18 2022 +0100
e40a34c
CLEANUP: opentracing: removed unused function flt_ot_var_unset()
by Miroslav Zagorac
· Tue Mar 01 18:38:37 2022 +0100
b51e94b
DOC: opentracing: corrected comments in function descriptions
by Miroslav Zagorac
· Tue Mar 01 19:18:34 2022 +0100
9154e00
EXAMPLES: opentracing: refined shell scripts for testing filter performance
by Miroslav Zagorac
· Wed Mar 09 17:34:11 2022 +0100
9964ad8
BUG/BUILD: opentracing: fixed OT_DEFINE variable setting
by Miroslav Zagorac
· Wed Mar 09 19:59:15 2022 +0100
728627f
BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set()
by Miroslav Zagorac
· Tue Mar 01 18:42:54 2022 +0100
6c9f7fa
BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time
by Miroslav Zagorac
· Mon Dec 27 12:44:07 2021 +0100
5554264
REORG: time: move time-keeping code and variables to clock.c
by Willy Tarreau
· Fri Oct 08 09:33:24 2021 +0200
b113b5c
CLEANUP: Apply ist.cocci
by Tim Duesterhus
· Wed Sep 15 13:58:44 2021 +0200
e956c9c
CLEANUP: opentracing: simplify the condition on the empty header
by Miroslav Zagorac
· Sun Sep 12 08:15:37 2021 +0200
560c7b8
MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'
by Miroslav Zagorac
· Thu Sep 09 14:19:25 2021 +0200
a75f340
CLEANUP: opentracing: use the haproxy function to generate uuid
by Miroslav Zagorac
· Thu Sep 09 10:31:12 2021 +0200
71cb1ab
BUG/MINOR: opentracing: enable the use of http headers without a set value
by Miroslav Zagorac
· Thu Sep 09 01:23:42 2021 +0200
4cb2c83
BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context
by Miroslav Zagorac
· Wed Sep 08 20:56:05 2021 +0200
0c36d09
BUILD: ot: add argument for default value to vars_get_by_name()
by Willy Tarreau
· Fri Sep 03 14:20:32 2021 +0200
3571111
BUILD: opentracing: fixed build when using pkg-config utility
by Miroslav Zagorac
· Thu Jul 29 11:10:08 2021 +0200
9425ed4
BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode
by Miroslav Zagorac
· Thu Jun 10 01:23:15 2021 +0200
1642474
Revert "BUG/MINOR: opentracing: initialization after establishing daemon mode"
by Miroslav Zagorac
· Thu Jun 10 01:19:13 2021 +0200
65b8668
BUILD/MINOR: opentracing: fixed build when using clang
by Miroslav Zagorac
· Tue May 18 20:05:10 2021 +0200
d2acd0b
BUILD/MINOR: opentracing: fixed compilation with filter enabled
by Miroslav Zagorac
· Tue May 11 19:21:54 2021 +0200
cfc4f24
REORG: vars: move the "proc" scope variables out of the global struct
by Willy Tarreau
· Sat May 08 11:41:28 2021 +0200
2b71810
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
by Willy Tarreau
· Wed Apr 21 07:32:39 2021 +0200
a8bdf2b
MINOR: opentracing: transfer of context names without prefix
by Miroslav Zagorac
· Wed Apr 14 11:47:28 2021 +0200
4b3eb0a
MINOR: opentracing: correct calculation of the number of arguments in the args[]
by Miroslav Zagorac
· Wed Apr 14 11:44:58 2021 +0200
ff88270
MINOR: pool: move pool declarations to read_mostly
by Willy Tarreau
· Sat Apr 10 17:23:00 2021 +0200
9827225
MINOR: opentracing: register config file and line number on log servers
by Miroslav Zagorac
· Wed Apr 07 11:14:23 2021 +0200
f226343
BUG/MINOR: opentracing: initialization after establishing daemon mode
by Miroslav Zagorac
· Fri Apr 02 04:25:47 2021 +0200
a63d1a0
CONTRIB: move contrib/opentracing to addons/ot
by Willy Tarreau
· Fri Apr 02 17:16:46 2021 +0200