aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/debug/trace.c
Commit message (Collapse)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Proper init/shutdownGravatar Craig Tiller2015-06-04
|
* Enable runtime configuration of tracersGravatar Craig Tiller2015-06-03
|
* Fix memory allocationGravatar Craig Tiller2015-03-01
|
* Tracer registration.Gravatar Craig Tiller2015-03-01
| | | | | | | | First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little.
* Spam cleanupGravatar Craig Tiller2015-02-24
|
* Add HTTP2 header tracingGravatar Craig Tiller2015-02-24
| | | | | HPACK makes headers on the wire very difficult to read. Add a trace facility to print them on the receive path. Later this will be expanded no doubt for sending headers, stream creation, etc...
* This magically fixes the C build on my MacGravatar Craig Tiller2015-02-20
|
* Make it possible to compile out tracingGravatar Craig Tiller2015-02-20
|
* Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
This will help greatly when it comes to diagnosing customer issues.