Jeff King committed about 9 years ago
update-index: fix cache entry leak in add_one_file()
Jeff King committed about 9 years ago
add: free leaked pathspec after add_files_to_cache()
Jeff King committed about 9 years ago
test-lib: set LSAN_OPTIONS to abort by default
Jeff King committed about 9 years ago
test-lib: --valgrind should not override --verbose-log
Jeff King committed about 9 years ago
stop leaking lock structs in some simple cases
Jeff King committed about 9 years ago
ref_lock: stop leaking lock_files
Jeff King committed about 9 years ago
lockfile: update lifetime requirements in documentation
Jeff King committed about 9 years ago
tempfile: auto-allocate tempfiles on heap
Jeff King committed about 9 years ago
tempfile: remove deactivated list entries
Jeff King committed about 9 years ago
tempfile: use list.h for linked list
Jeff King committed about 9 years ago
tempfile: release deactivated strbufs instead of resetting
Jeff King committed about 9 years ago
tempfile: robustify cleanup handler
Jeff King committed about 9 years ago
tempfile: factor out deactivation
Jeff King committed about 9 years ago
tempfile: factor out activation
Jeff King committed about 9 years ago
tempfile: replace die("BUG") with BUG()
Jeff King committed about 9 years ago
tempfile: handle NULL tempfile pointers gracefully
Jeff King committed about 9 years ago
tempfile: prefer is_tempfile_active to bare access
Jeff King committed about 9 years ago
lockfile: do not rollback lock on failed close
Jeff King committed about 9 years ago
tempfile: do not delete tempfile on failed close
Jeff King committed about 9 years ago