libgit2/tests-clar/repo
Russell Belfer d85296ab9b Fix valgrind issues (and mmap fallback for diff)
This fixes a number of issues identified by valgrind - mostly
missed free calls.  Inside valgrind, mmap() may fail which causes
some of the diff tests to fail.  This adds a fallback code path
to diff_output.c:get_workdir_content() where is the mmap() fails
the code will now try to read the file data directly into allocated
memory (which is what it would do if the data needed to be filtered
anyhow).
2013-03-14 13:50:54 -07:00
..
discover.c Extensions to rmdir and mkdir utilities 2012-11-09 13:52:06 -08:00
getters.c repo: ensure is_empty() checks there are no refs 2012-11-17 07:20:08 -08:00
hashfile.c Add tests and improve param checks 2012-09-11 17:26:21 -07:00
head.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
headtree.c repo: Make git_repository_head_tree() return error codes 2012-11-22 18:51:06 +01:00
init.c Make mode handling during init more like git 2013-02-27 13:44:15 -08:00
iterator.c Fix valgrind issues (and mmap fallback for diff) 2013-03-14 13:50:54 -07:00
message.c tests: fix indentation in repo/message.c 2013-02-07 03:12:39 -08:00
open.c Extensions to rmdir and mkdir utilities 2012-11-09 13:52:06 -08:00
repo_helpers.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
repo_helpers.h repository: Refine repository_head() error report 2012-11-12 00:14:51 +01:00
setters.c Reset all static variables to NULL in clar's __cleanup 2012-11-23 11:41:56 +01:00
state.c repo: fix state when HEAD is not detached 2012-11-04 12:13:42 -06:00