summaryrefslogtreecommitdiff
path: root/include/git2/sys/odb_backend.h
Commit message (Expand)AuthorAgeFilesLines
* odb: provide a free function for custom backendsethomson/odb_backend_allocationsEdward Thomson2019-02-231-0/+11
* odb: rename git_odb_backend_malloc for consistencyEdward Thomson2019-02-231-2/+35
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-1/+1
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-13/+13
* object_type: update public API to use git_object_tEdward Thomson2018-12-011-6/+6
* odb: provide length and type with streaming readEdward Thomson2018-02-011-1/+2
* odb: freshen existing objects when writingEdward Thomson2016-08-041-0/+11
* refdb and odb backends must provide `free` functionArthur Schreiber2015-10-011-0/+4
* Fix @param names in doc commentsBen Chatelain2015-07-271-1/+1
* odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-131-1/+1
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-5/+4
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* Add exists_prefix to ODB backend and ODB APIRussell Belfer2014-03-041-5/+5
* indexer: fix thin packsCarlos Martín Nieto2013-10-041-1/+1
* odb: Move the auto refresh logic to the pack backendnulltoken2013-09-041-0/+10
* odb: document git_odb_streamCarlos Martín Nieto2013-08-171-0/+4
* odb: make it clearer that the id is calculated in the frontendCarlos Martín Nieto2013-08-171-5/+1
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-0/+86