summaryrefslogtreecommitdiff
path: root/tests/object/blob
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-2/+2
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-173-25/+23
* buf: bom enum is in the buf namespaceEdward Thomson2021-05-111-3/+3
* buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-111-2/+1
* internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-251-1/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-202-2/+2
* blob: add underscore to `from` functionsEdward Thomson2019-06-163-8/+8
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-2/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-103-6/+6
* tests: blob: remove unused callback functionPatrick Steinhardt2016-08-091-16/+0
* blob: remove _fromchunks()cmn/createblob-streamCarlos Martín Nieto2016-03-221-156/+0
* blob: fix fromchunks iteration counterCarlos Martín Nieto2016-03-222-6/+6
* blob: introduce creating a blob by writing into a streamCarlos Martín Nieto2016-03-221-0/+103
* Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer2014-05-121-3/+10
|\
| * Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-081-3/+10
* | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-1/+1
|/
* Update git_blob_create_fromchunks callback behavrRussell Belfer2013-12-111-1/+38
* Rename tests-clar to testsBen Straub2013-11-143-0/+331