Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sign conversion fixes | Craig Tiller | 2015-09-10 |
| | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Proper init/shutdown | Craig Tiller | 2015-06-04 |
| | |||
* | Enable runtime configuration of tracers | Craig Tiller | 2015-06-03 |
| | |||
* | Fix memory allocation | Craig Tiller | 2015-03-01 |
| | |||
* | Tracer registration. | Craig Tiller | 2015-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. | ||
* | Merge github.com:grpc/grpc into ssl | Craig Tiller | 2015-03-01 |
|\ | | | | | | | | | Conflicts: src/core/tsi/ssl_transport_security.c | ||
| * | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | | |||
* | | Spam cleanup | Craig Tiller | 2015-02-24 |
|/ | |||
* | Add HTTP2 header tracing | Craig Tiller | 2015-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 Mac | Craig Tiller | 2015-02-20 |
| | |||
* | Make it possible to compile out tracing | Craig Tiller | 2015-02-20 |
| | |||
* | Add a facility to control tracing without recompiling | Craig Tiller | 2015-02-20 |
This will help greatly when it comes to diagnosing customer issues. |