summaryrefslogtreecommitdiff
path: root/tests/object
Commit message (Expand)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2235-5580/+0
* Fix typosDimitris Apostolou2022-01-052-2/+2
* object: introduce a raw content validation functionethomson/object_validationEdward Thomson2021-11-301-0/+50
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
* path: separate git-specific path functions from utilEdward Thomson2021-11-092-4/+4
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-178-43/+38
* hash: hash functions operate on byte arrays not git_oidsEdward Thomson2021-10-022-5/+5
* hash: accept the algorithm in inputsEdward Thomson2021-10-012-4/+4
* 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
* tests: fix variable name in list.cTobias Nießen2021-04-111-3/+3
* clar: include the function nameethomson/clar_tapEdward Thomson2020-06-052-6/+7
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-2/+2
* tests: object: decrease number of concurrent cache accessesPatrick Steinhardt2020-02-181-4/+4
* tree: ensure we protect NTFS paths everywhereEdward Thomson2019-12-101-5/+3
* test: ensure treebuilder validate new protection rulesEdward Thomson2019-12-101-0/+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-203-3/+3
* object: use literal constant in bigfile testEdward Thomson2019-06-241-1/+2
* largefile tests: only write 2GB on 32-bit platformsethomson/largefiles_32bitEdward Thomson2019-06-231-1/+5
* index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-161-1/+1
* blob: add underscore to `from` functionsEdward Thomson2019-06-163-8/+8
* tests: object: refactor largefile test to not use `p_fallocate`Patrick Steinhardt2019-06-141-25/+15
* tests: object: consolidate cache testsPatrick Steinhardt2019-06-071-68/+57
* tests: test largefiles on win32Edward Thomson2019-04-041-4/+0
* tests: test that largefiles can be read through the tree APIEtienne Samson2019-01-301-0/+53
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-223-3/+3
* object_type: GIT_OBJECT_BAD is now GIT_OBJECT_INVALIDEdward Thomson2019-01-172-7/+7
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-0118-169/+172
* index: use new enum and structure namesEdward Thomson2018-12-011-9/+9
* tree: fix integer overflow when reading unreasonably large filemodesPatrick Steinhardt2018-11-021-1/+7
* tree: fix mode parsing reading out-of-boundsPatrick Steinhardt2018-11-021-0/+12
* tree: add various tests exercising the tree parserPatrick Steinhardt2018-11-021-0/+146
* commit: fix reading out of bounds when parsing encodingPatrick Steinhardt2018-10-251-0/+19
* tests: add tests that exercise commit parsingPatrick Steinhardt2018-10-251-0/+213
* tag: fix out of bounds read when searching for tag messagePatrick Steinhardt2018-10-251-0/+18
* tests: add tests that exercise tag parsingPatrick Steinhardt2018-10-251-0/+200
* tree: rename from_tree to validate and clarify the tree in the testcmn/null-oid-existing-treeCarlos Martín Nieto2018-07-271-0/+1
* tree: accept null ids in existing trees when updatingCarlos Martín Nieto2018-07-181-0/+15
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-137-36/+38
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-108-20/+20
* tree: initialize the id we use for testing submodule insertionscmn/tree-write-initialiseCarlos Martín Nieto2018-02-281-0/+1
* tree: reject writing null-OID entries to a treePatrick Steinhardt2018-01-261-0/+11
* object validation: free some memleaksethomson/memleakEdward Thomson2017-05-011-0/+1
* odb: add option to turn off hash verificationPatrick Steinhardt2017-04-281-0/+5
* odb: verify object hashesPatrick Steinhardt2017-04-281-0/+22
* tests: object: test looking up corrupted objectsPatrick Steinhardt2017-04-281-0/+30
* tests: object: create sandboxPatrick Steinhardt2017-04-281-3/+2
* tree: add a failing test for unsorted inputCarlos Martín Nieto2016-11-141-0/+57
* tests: blob: remove unused callback functionPatrick Steinhardt2016-08-091-16/+0