summaryrefslogtreecommitdiff
path: root/tests/pack/indexer.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-13/+13
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-7/+7
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-6/+6
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-2/+2
* tests: indexer: add test to exercise our connectivity checkingPatrick Steinhardt2018-06-221-0/+58
* indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-221-7/+7
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* Fix unpack double freelhchavez2017-12-231-5/+56
* libFuzzer: Fix missing trailer crashlhchavez2017-12-081-0/+17
* libFuzzer: Fix a git_packfile_stream leaklhchavez2017-12-061-0/+27
* indexer: name pack files after trailer hashChris Hescock2017-05-191-2/+2
* Addressed review feedbacklhchavez2017-01-141-10/+3
* Fix the memory leaklhchavez2017-01-031-1/+9
* Add a testlhchavez2017-01-011-0/+40
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-2/+2
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-11/+12
* Rename tests-clar to testsBen Straub2013-11-141-0/+126