summaryrefslogtreecommitdiff
path: root/trace.c
AgeCommit message (Expand)Author
2019-08-13packfile: drop release_pack_memory()Jeff King
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy
2018-03-30trace.c: export trace_setup_keyNguyễn Thái Ngọc Duy
2018-01-16trace.c: move strbuf_release() out of print_trace_line()Nguyễn Thái Ngọc Duy
2018-01-16trace: avoid unnecessary quotingJeff King
2018-01-16sq_quote_argv: drop maxlen parameterJeff King
2017-12-06trace: improve performance while category is disabledGennady Kupava
2017-11-27trace: remove trace key normalizationGennady Kupava
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2016-08-05trace: do not fall back to stderrJeff King
2016-08-05trace: disable key after write errorJeff King
2016-08-05trace: correct variable name in write() error messageJeff King
2016-08-05trace: cosmetic fixes for error messagesJeff King
2016-08-05trace: use warning() for printing trace errorsJeff King
2016-08-04trace: stop using write_or_whine_pipe()Jeff King
2016-08-04trace: handle NULL argument in trace_disable()Jeff King
2015-09-25trace: use strbuf for quote_crnl outputJeff King
2015-06-16pkt-line: support tracing verbatim pack contentsJeff King
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-01-09configure.ac: check for clock_gettime and CLOCK_MONOTONICReuben Hawkins
2014-12-22Merge branch 'rs/use-strbuf-complete-line'Junio C Hamano
2014-12-12use strbuf_complete_line() for adding a newline if neededRené Scharfe
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy
2014-10-16Merge branch 'bw/trace-no-inline-getnanotime'Junio C Hamano
2014-09-29trace.c: do not mark getnanotime() as "inline"Ben Walton
2014-09-19Merge branch 'kb/perf-trace'Junio C Hamano
2014-09-08trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSRené Scharfe
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe
2014-07-14git: add performance tracing for git's main() function to debug scriptsKarsten Blees
2014-07-14trace: add trace_performance facility to debug performance issuesKarsten Blees
2014-07-14trace: add high resolution timer function to debug performance issuesKarsten Blees
2014-07-14trace: add 'file:line' to all trace outputKarsten Blees
2014-07-14trace: move code around, in preparation to file:line outputKarsten Blees
2014-07-14trace: add current timestamp to all trace outputKarsten Blees
2014-07-14trace: disable additional trace output for unit testsKarsten Blees
2014-07-14trace: add infrastructure to augment trace output with additional infoKarsten Blees
2014-07-14trace: improve trace performanceKarsten Blees
2014-06-17trace: remove redundant printf format attributeKarsten Blees
2014-06-17trace: consistently name the format parameterKarsten Blees
2013-12-11shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy
2013-07-10add missing "format" function attributesJeff King
2012-09-16trace.c: mark a private file-scope symbol as staticJunio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2011-03-08trace: give repo_setup trace its own keyJeff King
2011-03-08trace: add trace_strbufJeff King
2011-03-08trace: factor out "do we want to trace" logicJeff King
2011-03-08trace: refactor to support multiple env variablesJeff King
2011-03-08trace: add trace_vprintfJeff King
2011-02-26strbuf: add strbuf_vaddfJeff King