libgit2/include/git2/sys
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
..
commit.h Add git_commit_amend API 2014-02-07 16:17:59 -08:00
config.h config: implement basic transactional support 2015-08-12 04:09:09 +02:00
diff.h Fix remaining documentation warnings 2015-07-27 18:32:55 -06:00
filter.h filters: custom filters with wildcard attributes 2015-07-01 09:40:11 -05:00
hashsig.h Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small files 2015-01-14 10:17:56 -06:00
index.h index: reuc and name entrycounts should be size_t 2014-12-22 18:42:03 -06:00
mempack.h Spelling fixes 2014-12-04 21:06:59 -06:00
odb_backend.h refdb and odb backends must provide free function 2015-10-01 00:50:37 +02:00
openssl.h Include git2/common.h in sys/openssl.h. 2015-01-02 15:56:03 -08:00
refdb_backend.h refdb and odb backends must provide free function 2015-10-01 00:50:37 +02:00
reflog.h reflog: move the reflog implementation into refdb_fs 2013-10-02 06:53:24 +02:00
refs.h Fix public header on sys/refs.h 2014-12-19 15:31:49 +01:00
repository.h Merge pull request #2839 from swisspol/typo 2015-01-26 11:25:16 -06:00
stream.h stream: add support for setting a proxy 2015-06-24 17:26:36 +02:00
transport.h Tell the git_transport about the custom_headers 2015-09-08 14:02:33 -04:00