summaryrefslogtreecommitdiff
path: root/tests/pack
Commit message (Expand)AuthorAgeFilesLines
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
* path: separate git-specific path functions from utilEdward Thomson2021-11-092-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-174-52/+53
* 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
* Merge branch 'main' into multi-pack-index-odb-writeEdward Thomson2021-08-291-1/+1
|\
| * midx: Add a way to write multi-pack-index fileslhchavez2021-07-261-0/+30
* | midx: Introduce git_odb_write_multi_pack_index()lhchavez2021-08-271-0/+34
* | midx: Add a way to write multi-pack-index fileslhchavez2021-08-271-0/+30
|/
* midx: Fix a bug in `git_midx_needs_refresh()`lhchavez2021-01-071-0/+1
* tests: ifdef out unused function in no-thread buildsEdward Thomson2020-12-051-0/+2
* Make the pack and mwindow implementations data-race-freelhchavez2020-11-282-0/+61
* midx: Support multi-pack-index files in odb_pack.clhchavez2020-11-271-0/+16
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-1/+0
* multipack: Introduce a parser for multi-pack-index fileslhchavez2020-10-051-0/+29
* Minor nits and style formattinglhchavez2020-07-121-17/+15
* Create the repository within the testlhchavez2020-06-271-23/+89
* Review feedbacklhchavez2020-06-261-1/+37
* mwindow: set limit on number of open fileslhchavez2020-06-211-0/+36
* 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-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