summaryrefslogtreecommitdiff
path: root/tests/pack/packbuilder.c
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-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
* git_packbuilder_write: Allow setting path to NULL to use the default pathJosh Triplett2020-05-231-0/+9
* tests: pack: add missing asserts around `git_packbuilder_write`Patrick Steinhardt2020-01-091-5/+5
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-3/+3
* Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-021-0/+10
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-221-3/+3
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* Merge pull request #4088 from chescock/packfile-name-using-complete-hashEdward Thomson2017-06-111-4/+4
|\
| * indexer: name pack files after trailer hashChris Hescock2017-05-191-4/+4
* | 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
|/
* Silence unused return value warningJacques Germishuys2014-09-261-1/+1
* Factor 40 and 41 constants from source.Ciro Santilli2014-09-161-2/+2
* Fix a bug in the pack::packbuilder suitePhilip Kelley2014-05-171-0/+2
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-3/+22
* Update files that reference tests-clarBen Straub2013-11-141-1/+1
* Rename tests-clar to testsBen Straub2013-11-141-0/+204