- 0a79640 BUG/MINOR: trace: automatically start in waiting mode with "start <evt>" by Willy Tarreau · 4 months ago
- 2edfb89 BUG/MEDIUM: trace: fix null deref in lockon mechanism since TRACE_ENABLED() by Willy Tarreau · 4 months ago
- 16f1113 BUG/MINOR: trace/quic: permit to lock on frontend/connect/session etc by Willy Tarreau · 4 months ago
- b71c4f3 BUG/MINOR: trace/quic: enable conn/session pointer recovery from quic_conn by Willy Tarreau · 4 months ago
- 926a561 MINOR: session: rename private conns elements by Amaury Denoyelle · 8 months ago
- f72eca2 BUG/MINOR: trace: fix trace parser error reporting by Willy Tarreau · 1 year, 1 month ago
- 5bab37e MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · 1 year, 5 months ago
- 26e0935 MEDIUM: applet/trace: Register a new trace source with its events by Christopher Faulet · 1 year, 8 months ago
- 4b36d5e MINOR: trace: add a trace_no_cb() dummy callback for when to use no callback by Willy Tarreau · 1 year, 10 months ago
- 8f9a970 MINOR: trace: add a TRACE_ENABLED() macro to determine if a trace is active by Willy Tarreau · 1 year, 10 months ago
- 80f36b2 CLEANUP: trace: remove the QUIC-specific ifdefs by Willy Tarreau · 1 year, 10 months ago
- 9fd0542 MEDIUM: trace: create a new "trace" statement in the "global" section by Willy Tarreau · 2 years ago
- c11f1cd MINOR: trace: split the CLI "trace" parser in CLI vs statement by Willy Tarreau · 2 years ago
- e3b2574 BUG/MINOR: trace: Test server existence for health-checks to get proxy by Christopher Faulet · 2 years, 6 months ago
- 6e805da BUG/MEDIUM: trace: avoid race condition when retrieving session from conn->owner by Willy Tarreau · 2 years, 8 months ago
- 4de2cda BUILD: trace: do not declare trace_registre_source() inline by Willy Tarreau · 2 years, 9 months ago
- baea964 MINOR: trace: add quic_conn argument definition by Amaury Denoyelle · 3 years ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
- 6d80b63 MINOR: trace: Add the checks as a possible trace source by Christopher Faulet · 3 years, 8 months ago
- 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · 3 years, 9 months ago
- 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · 3 years, 9 months ago
- fd18314 BUG/MINOR: trace: Wrong displayed trace level by Frédéric Lécaille · 4 years ago
- a1f1274 MINOR: traces: add a new level "error" below the "user" level by Willy Tarreau · 4 years ago
- 5464885 MEDIUM: log/sink: re-work and merge of build message API. by Emeric Brun · 4 years, 5 months ago
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- c6d61d7 REORG: include: move trace.h to haproxy/trace{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- ba2f73d REORG: include: move sink.h to haproxy/sink{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 6 months ago
- eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 6 months ago
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
- bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · 4 years, 7 months ago
- 2e7fdfc BUG/MEDIUM: trace: fix a typo causing an incorrect startup error by Willy Tarreau · 5 years ago
- 99282dd MINOR: trace: extend default event names to 12 chars by Willy Tarreau · 5 years ago
- 370a694 MINOR: trace: change the detail_level to per-source verbosity by Willy Tarreau · 5 years ago
- 052ad36 MINOR: trace: also report the trace level in the output by Willy Tarreau · 5 years ago
- 09fb0df MINOR: trace: prepend the function name for developer level traces by Willy Tarreau · 5 years ago
- 2ea549b MINOR: trace: change the "payload" level to "data" and move it by Willy Tarreau · 5 years ago
- a9f5b96 MINOR: trace: show thread number and source name in the trace by Willy Tarreau · 5 years ago
- b3f7a72 MINOR: trace: extend the source location to 13 chars by Willy Tarreau · 5 years ago
- 3da0026 MINOR: trace: support a default callback for the source by Willy Tarreau · 5 years ago
- d8b99ed MINOR: trace: retrieve useful pointers and enforce lock-on by Willy Tarreau · 5 years ago
- 60e4c9f MINOR: trace: parse the "lock" argument to trace by Willy Tarreau · 5 years ago
- beadb5c MINOR: trace: make sure to always stop the locking when stopping or pausing by Willy Tarreau · 5 years ago
- bfd14fc MINOR: trace: implement a call to a decode function by Willy Tarreau · 5 years ago
- 5da4088 MINOR: trace: make trace() now also take a level in argument by Willy Tarreau · 5 years ago
- 419bd49 MINOR: trace: add the file name and line number in the prefix by Willy Tarreau · 5 years ago
- 4c2ae48 MINOR: trace: implement a very basic trace() function by Willy Tarreau · 5 years ago
- 85b1575 MINOR: trace/cli: add "show trace" to report trace state and statistics by Willy Tarreau · 5 years ago
- aaaf411 MINOR: trace/cli: parse the "level" argument to configure the trace verbosity by Willy Tarreau · 5 years ago
- 864e880 MINOR: trace/cli: register the "trace" CLI keyword to list the sources by Willy Tarreau · 5 years ago
- 88ebd40 MINOR: trace: add allocation of buffer-sized trace buffers by Willy Tarreau · 5 years ago
- 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · 5 years ago
- 9eebd8a REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe by Willy Tarreau · 5 years ago
- e8f0f12 CONTRIB: trace: try to display the function's return value on exit by Willy Tarreau · 7 years ago
- 1296382 CONTRIB: trace: add the possibility to place trace calls in the code by Willy Tarreau · 7 years ago
- 0567fa3 BUG/MEDIUM: trace.c: rdtsc() is defined in two files by William Lallemand · 9 years ago
- 7de211c MINOR: add a new function call tracer for debugging purposes by Willy Tarreau · 13 years ago