index
:
delta/haproxy.git
20170818-h2-2
20171105-sched-4
20181118-wta-oho-cfa-merge-6
20181130-last-htx-changes-4
20181215-srv-idle-pool-1
20181215-srv-idle-pool-2
20191016-ssl-err-check-1
20200527-rework-includes-2
20200528-rework-includes-3
20200602-rework-includes-7
20200603-rework-includes-9e
20200604-rework-includes-9f
20200605-rework-include-final
20200605-rework-includes-a2
20200828-split-protos-6
20200901-split-protos-7
20200901-split-protos-8a
20200902-split-protos-8c
20200903-split-protos-9c
20200904-split-protos-9d
20200923-proxy-state-5
20200923-proxy-state-6
20201007-proxy-state-7
20201008-proxy-state-8
20201009-mux_h1_refactoring-1
20201118-mux_h1_refactoring-2
20201208-mux_h1_refactoring-3
20201209-quic-dev-review-wta-2
20201215-htx-fl-eom-and-websockets-1
2021-07-31-patches-error-log-format
2021-11-17-fix-tls-resume
2021-11-17-ssl-list-filters.vtc
20210122-fix-tcp-to-h1-upgrade-1
20210122-htx-fl-eom-and-websockets-3
20210402-contrib-cleanup-3
20210415-pools-3
20210618-queue-try2
20210830-wundef-1
20211012-bind-shards-1
20211012-openssl-regtests
20211013-openssl-3.0.0
20211014-ssl_fc_is_resumed
20211018-jtw-fixes
20211020-res-fix-6
20211027-mptcp-3c
20211118-vtest-2
20211119-cache-fixes
20211120-quictls-1
20211125-befab9ee
20211125-revert-fd-leak
20211126-ci-gcc-output-1
20211223-cs-si-refactoring-1
20211228-debug-dump-libs-2
20211228-pool-mt-try2-3
20211228-pool-mt-try2-7
20221220-ocsp-test-1
20230109-ocsp-test-1
20230223-ocsp-test-2
20230302-ocsp-test-3
ade-handle-h2-ws-support
bwlim
haproxy-httpclient-lua-2021-09-28
haproxy-httpclient-lua-2021-10-06
haproxy-httpclient-lua-2021-11-08
httpclient-lua-2021-10-27
httpclient-lua-2021-10-28
master
mworker-20211109
next
ot
github.com: haproxy/haproxy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
addons
/
ot
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
MINOR: tree-wide: use free_acl_cond() where relevant
Aurelien DARRAGON
2023-05-11
1
-4
/
+1
*
BUG/MINOR: opentracing: use 'date' instead of 'now' in debug output
Willy Tarreau
2023-04-27
1
-1
/
+1
*
CLEANUP: opentracing: remove the last two occurrences of strncat()
Willy Tarreau
2023-04-07
1
-4
/
+4
*
CLEANUP: cli: rename dynamic error printing state
Amaury Denoyelle
2022-11-10
1
-6
/
+6
*
CLEANUP: cli: move the status print context into its own context
Willy Tarreau
2022-05-06
1
-3
/
+5
*
MAJOR: opentracing: reenable usage of vars to transmit opentracing context
Miroslav Zagorac
2022-04-08
1
-112
/
+404
*
CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum
Miroslav Zagorac
2022-04-08
1
-8
/
+8
*
DEBUG: opentracing: show return values of all functions in the debug output
Miroslav Zagorac
2022-04-08
12
-198
/
+198
*
MINOR: opentracing: improved normalization of context variable names
Miroslav Zagorac
2022-04-08
1
-32
/
+46
*
CLEANUP: opentracing: added variable to store variable length
Miroslav Zagorac
2022-04-08
1
-12
/
+12
*
CLEANUP: opentracing: added flt_ot_smp_init() function
Miroslav Zagorac
2022-04-08
1
-9
/
+35
*
MINOR: opentracing: only takes the variables lock on shared entries
Miroslav Zagorac
2022-04-08
1
-6
/
+6
*
Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from '...
Miroslav Zagorac
2022-04-08
1
-1
/
+1
*
CLEANUP: opentracing: removed unused function flt_ot_var_get()
Miroslav Zagorac
2022-04-08
1
-48
/
+0
*
CLEANUP: opentracing: removed unused function flt_ot_var_unset()
Miroslav Zagorac
2022-04-08
1
-39
/
+0
*
DOC: opentracing: corrected comments in function descriptions
Miroslav Zagorac
2022-04-08
2
-5
/
+10
*
BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set()
Miroslav Zagorac
2022-04-08
1
-1
/
+7
*
CLEANUP: Apply ist.cocci
Tim Duesterhus
2021-09-17
1
-6
/
+3
*
CLEANUP: opentracing: simplify the condition on the empty header
Miroslav Zagorac
2021-09-12
1
-7
/
+12
*
MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to...
Miroslav Zagorac
2021-09-12
1
-1
/
+1
*
CLEANUP: opentracing: use the haproxy function to generate uuid
Miroslav Zagorac
2021-09-12
1
-9
/
+4
*
BUG/MINOR: opentracing: enable the use of http headers without a set value
Miroslav Zagorac
2021-09-12
1
-1
/
+7
*
BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing ...
Miroslav Zagorac
2021-09-12
4
-3
/
+23
*
BUILD: ot: add argument for default value to vars_get_by_name()
Willy Tarreau
2021-09-03
1
-1
/
+1
*
BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chr...
Miroslav Zagorac
2021-06-10
4
-13
/
+73
*
Revert "BUG/MINOR: opentracing: initialization after establishing daemon mode"
Miroslav Zagorac
2021-06-10
1
-28
/
+20
*
BUILD/MINOR: opentracing: fixed build when using clang
Miroslav Zagorac
2021-05-20
1
-2
/
+2
*
REORG: vars: move the "proc" scope variables out of the global struct
Willy Tarreau
2021-05-08
1
-2
/
+2
*
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
Willy Tarreau
2021-04-21
2
-4
/
+4
*
MINOR: opentracing: transfer of context names without prefix
Miroslav Zagorac
2021-04-15
1
-0
/
+13
*
MINOR: opentracing: correct calculation of the number of arguments in the args[]
Miroslav Zagorac
2021-04-15
2
-20
/
+41
*
MINOR: pool: move pool declarations to read_mostly
Willy Tarreau
2021-04-10
2
-4
/
+4
*
MINOR: opentracing: register config file and line number on log servers
Miroslav Zagorac
2021-04-08
1
-1
/
+1
*
BUG/MINOR: opentracing: initialization after establishing daemon mode
Miroslav Zagorac
2021-04-02
1
-20
/
+28
*
CONTRIB: move contrib/opentracing to addons/ot
20210402-contrib-cleanup-3
Willy Tarreau
2021-04-02
12
-0
/
+7767