summaryrefslogtreecommitdiff
path: root/tests/pack
Commit message (Expand)AuthorAgeFilesLines
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-202-2/+2
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-222-10/+10
* maps: provide high-level iteration interfacePatrick Steinhardt2019-02-151-1/+1
* maps: provide a uniform entry count interfacePatrick Steinhardt2019-02-151-2/+2
* Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-021-0/+10
* 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-013-5/+5
* khash: remove intricate knowledge of khash typesPatrick Steinhardt2018-11-281-1/+1
* 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-222-10/+10
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-102-5/+5
* 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
* Merge pull request #4088 from chescock/packfile-name-using-complete-hashEdward Thomson2017-06-112-6/+6
|\
| * indexer: name pack files after trailer hashChris Hescock2017-05-192-6/+6
* | settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt2017-06-081-2/+2
* | Honor `core.fsyncObjectFiles`ethomson/fsyncEdward Thomson2017-03-021-8/+17
* | win32: don't fsync parent directories on WindowsEdward Thomson2017-02-281-1/+10
* | fsync: call it "synchronous" object writingEdward Thomson2017-02-281-2/+2
* | fsync parent directories when fsyncingEdward Thomson2017-02-281-1/+1
* | packbuilder: honor git_object__synchronized_writingEdward Thomson2017-02-281-0/+19
|/
* Addressed review feedbacklhchavez2017-01-141-10/+3
* Fix the memory leaklhchavez2017-01-031-1/+9
* Add a testlhchavez2017-01-011-0/+40
* Silence unused return value warningJacques Germishuys2014-09-261-1/+1
* Factor 40 and 41 constants from source.Ciro Santilli2014-09-161-2/+2
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-2/+2
* Share packs across repository instancescmn/global-mwfCarlos Martín Nieto2014-06-231-0/+42
* Fix a bug in the pack::packbuilder suitePhilip Kelley2014-05-171-0/+2
* Test cancel from indexer progress callbackRussell Belfer2013-12-112-14/+34
* Update files that reference tests-clarBen Straub2013-11-141-1/+1
* Rename tests-clar to testsBen Straub2013-11-142-0/+330