summaryrefslogtreecommitdiff
path: root/tests/odb/largefiles.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-5/+5
* hash: hash functions operate on byte arrays not git_oidsEdward Thomson2021-10-021-1/+1
* hash: accept the algorithm in inputsEdward Thomson2021-10-011-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-6/+6
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* odb: error when we can't create object headerEdward Thomson2018-02-091-3/+3
* odb_loose: largefile tests only on 64 bit platformsEdward Thomson2018-02-011-1/+14
* odb_loose: test read_header on large blobsEdward Thomson2018-02-011-0/+16
* odb_loose: test reading a large file in streamEdward Thomson2018-02-011-1/+47
* tests: add GITTEST_SLOW env var checkethomson/large_loose_blobsEdward Thomson2017-12-201-13/+11
* odb_loose: reject objects that cannot fit in memoryEdward Thomson2017-12-201-0/+21
* odb: test loose reading/writing large objectsEdward Thomson2017-12-201-0/+95