summaryrefslogtreecommitdiff
path: root/src/blob.h
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-1/+1
* blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* blob: validate that blob sizes fit in a size_tEdward Thomson2019-01-251-0/+8
* blob: implement function to parse raw dataPatrick Steinhardt2018-06-221-1/+10
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Fix rename detection to use actual blob sizeRussell Belfer2013-07-251-0/+9
* Simplify object table parse functionsRussell Belfer2013-04-221-1/+1
* Add callback to git_objects_tableRussell Belfer2013-04-221-2/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add filter tests and fix some bugsRussell Belfer2012-03-021-0/+1
* Update Copyright headerschu2012-02-131-1/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* I broke your bindingsVicent Marti2011-03-201-3/+3
* Change the library include fileVicent Marti2010-12-061-1/+1
* Add support for blob filesVicent Marti2010-11-161-0/+17