summaryrefslogtreecommitdiff
path: root/trace.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16trace.c: move strbuf_release() out of print_trace_line()Libravatar Nguyễn Thái Ngọc Duy1-1/+4
2018-01-16trace: avoid unnecessary quotingLibravatar Jeff King1-2/+2
2018-01-16sq_quote_argv: drop maxlen parameterLibravatar Jeff King1-2/+2
2017-12-06trace: improve performance while category is disabledLibravatar Gennady Kupava1-2/+1
2017-11-27trace: remove trace key normalizationLibravatar Gennady Kupava1-20/+4
2017-11-09Replace Free Software Foundation address in license noticesLibravatar Todd Zullinger1-2/+1
2016-08-05trace: do not fall back to stderrLibravatar Jeff King1-6/+4
2016-08-05trace: disable key after write errorLibravatar Jeff King1-0/+1
2016-08-05trace: correct variable name in write() error messageLibravatar Jeff King1-5/+5
2016-08-05trace: cosmetic fixes for error messagesLibravatar Jeff King1-8/+8
2016-08-05trace: use warning() for printing trace errorsLibravatar Jeff King1-6/+5
2016-08-04trace: stop using write_or_whine_pipe()Libravatar Jeff King1-3/+8
2016-08-04trace: handle NULL argument in trace_disable()Libravatar Jeff King1-4/+16
2015-09-25trace: use strbuf for quote_crnl outputLibravatar Jeff King1-12/+11
2015-06-16pkt-line: support tracing verbatim pack contentsLibravatar Jeff King1-0/+7
2015-05-11Merge branch 'nd/multiple-work-trees'Libravatar Junio C Hamano1-0/+1
2015-01-09configure.ac: check for clock_gettime and CLOCK_MONOTONICLibravatar Reuben Hawkins1-1/+1
2014-12-22Merge branch 'rs/use-strbuf-complete-line'Libravatar Junio C Hamano1-3/+1
2014-12-12use strbuf_complete_line() for adding a newline if neededLibravatar René Scharfe1-3/+1
2014-12-01setup.c: support multi-checkout repo setupLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2014-10-16Merge branch 'bw/trace-no-inline-getnanotime'Libravatar Junio C Hamano1-1/+1
2014-09-29trace.c: do not mark getnanotime() as "inline"Libravatar Ben Walton1-1/+1
2014-09-19Merge branch 'kb/perf-trace'Libravatar Junio C Hamano1-1/+1
2014-09-08trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSLibravatar René Scharfe1-1/+1
2014-09-02Merge branch 'rs/strbuf-getcwd'Libravatar Junio C Hamano1-3/+4
2014-08-26use xgetcwd() to get the current directory or dieLibravatar René Scharfe1-3/+4
2014-07-13git: add performance tracing for git's main() function to debug scriptsLibravatar Karsten Blees1-0/+22
2014-07-13trace: add trace_performance facility to debug performance issuesLibravatar Karsten Blees1-0/+47
2014-07-13trace: add high resolution timer function to debug performance issuesLibravatar Karsten Blees1-0/+82
2014-07-13trace: add 'file:line' to all trace outputLibravatar Karsten Blees1-12/+60
2014-07-13trace: move code around, in preparation to file:line outputLibravatar Karsten Blees1-18/+18
2014-07-13trace: add current timestamp to all trace outputLibravatar Karsten Blees1-1/+9
2014-07-13trace: disable additional trace output for unit testsLibravatar Karsten Blees1-0/+6
2014-07-13trace: add infrastructure to augment trace output with additional infoLibravatar Karsten Blees1-14/+33
2014-07-13trace: improve trace performanceLibravatar Karsten Blees1-46/+54
2014-06-17trace: remove redundant printf format attributeLibravatar Karsten Blees1-1/+0
2014-06-17trace: consistently name the format parameterLibravatar Karsten Blees1-11/+11
2013-12-10shallow.c: the 8 steps to select new commits for .git/shallowLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-07-09add missing "format" function attributesLibravatar Jeff King1-0/+1
2012-09-15trace.c: mark a private file-scope symbol as staticLibravatar Junio C Hamano1-1/+1
2011-03-22Fix sparse warningsLibravatar Stephen Boyd1-1/+1
2011-03-08trace: give repo_setup trace its own keyLibravatar Jeff King1-5/+6
2011-03-08trace: add trace_strbufLibravatar Jeff King1-7/+16
2011-03-08trace: factor out "do we want to trace" logicLibravatar Jeff King1-3/+11
2011-03-08trace: refactor to support multiple env variablesLibravatar Jeff King1-10/+18
2011-03-08trace: add trace_vprintfLibravatar Jeff King1-5/+9
2011-02-26strbuf: add strbuf_vaddfLibravatar Jeff King1-26/+6
2011-01-06trace.c: ensure NULL is not passed to printfLibravatar Brandon Casey1-1/+8
2010-12-28Merge branch 'nd/setup'Libravatar Junio C Hamano1-0/+42
2010-12-21set_try_to_free_routine(NULL) means "do nothing special"Libravatar Junio C Hamano1-6/+2