Sign in
googlers
/
jrn
/
git
/
31e8595a1132187f99792a4b889c2128cd9253ef
/
trace.c
9827d4c
packfile: drop release_pack_memory()
by Jeff King
· 6 years ago
c46c406
trace.h: support nested performance tracing
by Nguyễn Thái Ngọc Duy
· 7 years ago
cb50761
trace.c: export trace_setup_key
by Nguyễn Thái Ngọc Duy
· 7 years ago
33011e7
trace.c: move strbuf_release() out of print_trace_line()
by Nguyễn Thái Ngọc Duy
· 7 years ago
1fbdab2
trace: avoid unnecessary quoting
by Jeff King
· 7 years ago
e35f11c
sq_quote_argv: drop maxlen parameter
by Jeff King
· 7 years ago
8eeb25c
trace: improve performance while category is disabled
by Gennady Kupava
· 7 years ago
406102a
trace: remove trace key normalization
by Gennady Kupava
· 7 years ago
4842579
Replace Free Software Foundation address in license notices
by Todd Zullinger
· 7 years ago
6f25305
trace: do not fall back to stderr
by Jeff King
· 9 years ago
46ac74b
trace: disable key after write error
by Jeff King
· 9 years ago
3b0c3ab
trace: correct variable name in write() error message
by Jeff King
· 9 years ago
b3a1c5d
trace: cosmetic fixes for error messages
by Jeff King
· 9 years ago
38f460c
trace: use warning() for printing trace errors
by Jeff King
· 9 years ago
c0222e7
trace: stop using write_or_whine_pipe()
by Jeff King
· 9 years ago
c81539b
trace: handle NULL argument in trace_disable()
by Jeff King
· 9 years ago
0bb443f
trace: use strbuf for quote_crnl output
by Jeff King
· 9 years ago
3235983
pkt-line: support tracing verbatim pack contents
by Jeff King
· 10 years ago
68a2e6a
Merge branch 'nd/multiple-work-trees'
by Junio C Hamano
· 10 years ago
a6c3c63
configure.ac: check for clock_gettime and CLOCK_MONOTONIC
by Reuben Hawkins
· 10 years ago
a305b15
Merge branch 'rs/use-strbuf-complete-line'
by Junio C Hamano
· 10 years ago
a0d4923
use strbuf_complete_line() for adding a newline if needed
by René Scharfe
· 10 years ago
31e26eb
setup.c: support multi-checkout repo setup
by Nguyễn Thái Ngọc Duy
· 10 years ago
c11dc64
Merge branch 'bw/trace-no-inline-getnanotime'
by Junio C Hamano
· 10 years ago
6433d56
trace.c: do not mark getnanotime() as "inline"
by Ben Walton
· 10 years ago
9ee9c9d
Merge branch 'kb/perf-trace'
by Junio C Hamano
· 10 years ago
792a646
trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROS
by René Scharfe
· 11 years ago
f655651
Merge branch 'rs/strbuf-getcwd'
by Junio C Hamano
· 11 years ago
56b9f6e
use xgetcwd() to get the current directory or die
by René Scharfe
· 11 years ago
578da03
git: add performance tracing for git's main() function to debug scripts
by Karsten Blees
· 11 years ago
09b2c1c
trace: add trace_performance facility to debug performance issues
by Karsten Blees
· 11 years ago
148d677
trace: add high resolution timer function to debug performance issues
by Karsten Blees
· 11 years ago
e05bed9
trace: add 'file:line' to all trace output
by Karsten Blees
· 11 years ago
66f66c5
trace: move code around, in preparation to file:line output
by Karsten Blees
· 11 years ago
b72be02
trace: add current timestamp to all trace output
by Karsten Blees
· 11 years ago
124647c
trace: disable additional trace output for unit tests
by Karsten Blees
· 11 years ago
c69dfd2
trace: add infrastructure to augment trace output with additional info
by Karsten Blees
· 11 years ago
6aa3085
trace: improve trace performance
by Karsten Blees
· 11 years ago
0d04242
trace: remove redundant printf format attribute
by Karsten Blees
· 11 years ago
4a3b0b2
trace: consistently name the format parameter
by Karsten Blees
· 11 years ago
58babff
shallow.c: the 8 steps to select new commits for .git/shallow
by Nguyễn Thái Ngọc Duy
· 11 years ago
4621085
add missing "format" function attributes
by Jeff King
· 12 years ago
cbfb93a
trace.c: mark a private file-scope symbol as static
by Junio C Hamano
· 12 years ago
c2e86ad
Fix sparse warnings
by Stephen Boyd
· 14 years ago
7e2342d
trace: give repo_setup trace its own key
by Jeff King
· 14 years ago
94b3b37
trace: add trace_strbuf
by Jeff King
· 14 years ago
39bc5e4
trace: factor out "do we want to trace" logic
by Jeff King
· 14 years ago
0679660
trace: refactor to support multiple env variables
by Jeff King
· 14 years ago
c605354
trace: add trace_vprintf
by Jeff King
· 14 years ago
ebeb609
strbuf: add strbuf_vaddf
by Jeff King
· 14 years ago
e83c267
trace.c: ensure NULL is not passed to printf
by Brandon Casey
· 14 years ago
f3bb8b4
Merge branch 'nd/setup'
by Junio C Hamano
· 14 years ago
00b0d7f
set_try_to_free_routine(NULL) means "do nothing special"
by Junio C Hamano
· 14 years ago
8e8aa44
trace.c: mark file-local function static
by Vasyl' Vavrychuk
· 14 years ago
a9ca8a8
builtins: print setup info if repo is found
by Nguyễn Thái Ngọc Duy
· 14 years ago
3a09425
Do not call release_pack_memory in malloc wrappers when GIT_TRACE is used
by Johannes Sixt
· 15 years ago
a8fdab0
trace: Fixed a minor typo in an error message.
by Allan Caffee
· 16 years ago
b319ce4
Trace and quote with argv: get rid of unneeded count argument.
by Christian Couder
· 17 years ago
ecf4831
Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c
by Steffen Prohaska
· 17 years ago
f141bd8
Handle broken vsnprintf implementations in strbuf
by Shawn O. Pearce
· 17 years ago
7a33bcb
sq_quote_argv and add_to_string rework with strbuf's.
by Pierre Habouzit
· 17 years ago
19247e5
nfv?asprintf are broken without va_copy, workaround them.
by Pierre Habouzit
· 17 years ago
0746d19
git-branch, git-checkout: autosetup for remote branch tracking
by Paolo Bonzini
· 18 years ago
e081405
short i/o: clean up the naming for the write_{in,or}_xxx family
by Andy Whitcroft
· 18 years ago
6844fc8
Fix tracing when GIT_TRACE is set to an empty string.
by Christian Couder
· 18 years ago
6d24892
Fix space in string " false" problem in "trace.c".
by Christian Couder
· 19 years ago
6ce4e61
Trace into a file or an open fd and refactor tracing code.
by Christian Couder
· 19 years ago