summaryrefslogtreecommitdiff
path: root/trace.c
AgeCommit message (Expand)Author
2023-11-26doc: switch links to httpsJosh Soref
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-02-21trace.c, git.c: remove unnecessary parameter to trace_repo_setup()idriss fekir
2022-02-22C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason
2020-05-11http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan
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