summaryrefslogtreecommitdiffstats
path: root/trace.c
Commit message (Expand)AuthorAgeFilesLines
* trace.h: support nested performance tracingNguyễn Thái Ngọc Duy2018-08-181-6/+63
* trace.c: export trace_setup_keyNguyễn Thái Ngọc Duy2018-03-301-7/+7
* trace.c: move strbuf_release() out of print_trace_line()Nguyễn Thái Ngọc Duy2018-01-161-1/+4
* trace: avoid unnecessary quotingJeff King2018-01-161-2/+2
* sq_quote_argv: drop maxlen parameterJeff King2018-01-161-2/+2
* trace: improve performance while category is disabledGennady Kupava2017-12-061-2/+1
* trace: remove trace key normalizationGennady Kupava2017-11-271-20/+4
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* trace: do not fall back to stderrJeff King2016-08-051-6/+4
* trace: disable key after write errorJeff King2016-08-051-0/+1
* trace: correct variable name in write() error messageJeff King2016-08-051-5/+5
* trace: cosmetic fixes for error messagesJeff King2016-08-051-8/+8
* trace: use warning() for printing trace errorsJeff King2016-08-051-6/+5
* trace: stop using write_or_whine_pipe()Jeff King2016-08-041-3/+8
* trace: handle NULL argument in trace_disable()Jeff King2016-08-041-4/+16
* trace: use strbuf for quote_crnl outputJeff King2015-09-251-12/+11
* pkt-line: support tracing verbatim pack contentsJeff King2015-06-161-0/+7
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-0/+1
|\
| * setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-011-0/+1
* | configure.ac: check for clock_gettime and CLOCK_MONOTONICReuben Hawkins2015-01-091-1/+1
* | Merge branch 'rs/use-strbuf-complete-line'Junio C Hamano2014-12-221-3/+1
|\ \ | |/ |/|
| * use strbuf_complete_line() for adding a newline if neededRené Scharfe2014-12-121-3/+1
* | Merge branch 'bw/trace-no-inline-getnanotime'Junio C Hamano2014-10-161-1/+1
|\ \
| * | trace.c: do not mark getnanotime() as "inline"Ben Walton2014-09-291-1/+1
| |/
* | Merge branch 'kb/perf-trace'Junio C Hamano2014-09-191-1/+1
|\ \
| * | trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSRené Scharfe2014-09-081-1/+1
| |/
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-3/+4
|\ \ | |/ |/|
| * use xgetcwd() to get the current directory or dieRené Scharfe2014-08-261-3/+4
* | git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-131-0/+22
* | trace: add trace_performance facility to debug performance issuesKarsten Blees2014-07-131-0/+47
* | trace: add high resolution timer function to debug performance issuesKarsten Blees2014-07-131-0/+82
* | trace: add 'file:line' to all trace outputKarsten Blees2014-07-131-12/+60
* | trace: move code around, in preparation to file:line outputKarsten Blees2014-07-131-18/+18
* | trace: add current timestamp to all trace outputKarsten Blees2014-07-131-1/+9
* | trace: disable additional trace output for unit testsKarsten Blees2014-07-131-0/+6
* | trace: add infrastructure to augment trace output with additional infoKarsten Blees2014-07-131-14/+33
* | trace: improve trace performanceKarsten Blees2014-07-131-46/+54
* | trace: remove redundant printf format attributeKarsten Blees2014-06-171-1/+0
* | trace: consistently name the format parameterKarsten Blees2014-06-171-11/+11
|/
* shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-101-1/+1
* add missing "format" function attributesJeff King2013-07-091-0/+1
* trace.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-1/+1
* Fix sparse warningsStephen Boyd2011-03-221-1/+1
* trace: give repo_setup trace its own keyJeff King2011-03-081-5/+6
* trace: add trace_strbufJeff King2011-03-081-7/+16
* trace: factor out "do we want to trace" logicJeff King2011-03-081-3/+11
* trace: refactor to support multiple env variablesJeff King2011-03-081-10/+18
* trace: add trace_vprintfJeff King2011-03-081-5/+9
* strbuf: add strbuf_vaddfJeff King2011-02-261-26/+6
* trace.c: ensure NULL is not passed to printfBrandon Casey2011-01-061-1/+8