libgit2/tests/odb
Arthur Schreiber d3b29fb94b refdb and odb backends must provide free function
As refdb and odb backends can be allocated by client code, libgit2
can’t know whether an alternative memory allocator was used, and thus
should not try to call `git__free` on those objects.

Instead, odb and refdb backend implementations must always provide
their own `free` functions to ensure memory gets freed correctly.
2015-10-01 00:50:37 +02:00
..
backend Plug a few leaks in the tests 2014-03-07 16:03:15 +01:00
alternates.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
emptyobjects.c odb: git_odb_object contents are never NULL 2014-11-21 14:09:53 +01:00
foreach.c path: error out if the callback returns an error 2015-06-06 03:55:28 +02:00
loose_data.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
loose.c Fix a number of git_odb_exists_prefix bugs 2014-03-10 11:34:50 -07:00
mixed.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
pack_data_one.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
pack_data.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
packed_one.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
packed.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
sorting.c refdb and odb backends must provide free function 2015-10-01 00:50:37 +02:00
streamwrite.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00