summaryrefslogtreecommitdiff
path: root/src/trace.h
Commit message (Expand)AuthorAgeFilesLines
* trace: always enabledEdward Thomson2021-10-181-17/+0
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-5/+5
* trace: drop unnecessary write indirectionEdward Thomson2021-07-221-17/+9
* Remove macro magicCalvin Buckley2021-07-191-10/+0
* Variadic arguments aren't in C89Calvin Buckley2021-07-171-5/+27
* trace: compare against an int valueEdward Thomson2020-01-241-1/+1
* trace: suffix the callbacks with `_cb`ethomson/callback_namesEdward Thomson2019-06-101-2/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Variadic macros is only available from Visual Studio 2005+Jacques Germishuys2014-07-061-1/+9
* Remove now-duplicated stdarg.h includeEdward Thomson2014-02-241-2/+0
* Fix trailing whitespacesnulltoken2013-05-151-3/+3
* optional tracingEdward Thomson2013-03-071-0/+56