summaryrefslogtreecommitdiff
path: root/include/haproxy/trace.h
Commit message (Expand)AuthorAgeFilesLines
* BUG/MINOR: trace: fix hardcoded level for TRACE_PRINTFAmaury Denoyelle2023-03-221-1/+1
* MINOR: trace: add the long awaited TRACE_PRINTF()Willy Tarreau2023-01-261-1/+36
* MINOR: trace: add a trace_no_cb() dummy callback for when to use no callbackWilly Tarreau2023-01-261-0/+4
* MINOR: trace: add a TRACE_ENABLED() macro to determine if a trace is activeWilly Tarreau2023-01-261-0/+19
* BUILD: trace: do not declare trace_registre_source() inlineWilly Tarreau2022-03-021-15/+2
* CLEANUP: lists/tree-wide: rename some list operations to avoid some confusionWilly Tarreau2021-04-211-1/+1
* MINOR: trace: replace the trace() inline function with an equivalent macroWilly Tarreau2021-04-101-23/+25
* MINOR: traces: add a new level "error" below the "user" levelWilly Tarreau2020-12-011-0/+5
* BUILD: trace: always have an argument before variadic args in macrosWilly Tarreau2020-09-101-38/+40
* REORG: include: move THREAD_LOCAL and __decl_thread() to compiler.hWilly Tarreau2020-06-111-1/+0
* REORG: include: move log.h to haproxy/log{,-t}.hWilly Tarreau2020-06-111-1/+0
* REORG: include: move trace.h to haproxy/trace{,-t}.hWilly Tarreau2020-06-111-0/+162