summaryrefslogtreecommitdiff
path: root/src/object.h
Commit message (Expand)AuthorAgeFilesLines
* blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-0/+2
* object_type: GIT_OBJECT_BAD is now GIT_OBJECT_INVALIDEdward Thomson2019-01-171-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-10/+10
* object: implement function to parse raw dataPatrick Steinhardt2018-06-221-0/+11
* object: introduce git_object_stringn2typeEdward Thomson2017-12-201-0/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt2017-06-081-1/+0
* fsync: call it "synchronous" object writingEdward Thomson2017-02-281-1/+1
* Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` optionEdward Thomson2017-02-281-0/+1
* git_object__is_valid: use `odb_read_header`Edward Thomson2016-02-281-15/+4
* git_index_add: validate objects in index entries (optionally)Edward Thomson2016-02-281-0/+16
* git_object__is_valid: simple object validity testEdward Thomson2016-02-281-0/+16
* git_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJECT_CREATION`Edward Thomson2016-02-281-0/+2
* object: Explicitly define helper API methods for all obj typesVicent Marti2013-04-301-12/+0
* Some cleanupsRussell Belfer2013-04-291-1/+1
* Standardize cast versions of git_object accessorsRussell Belfer2013-04-291-0/+12
* Duplicated type objectVicent Marti2013-04-221-1/+0
* object: Export git_object_dupVicent Marti2013-04-101-7/+0
* update copyrightsEdward Thomson2013-01-081-1/+1
* Reorg internal odb read header and object lookupRussell Belfer2012-09-101-0/+39