Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/odb
AgeCommit message (Expand)Author
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-03-23odb: fix writing to fake write streamsPatrick Steinhardt
2018-03-23tests: add tests for the mempack ODB backendPatrick Steinhardt
2018-02-09odb: error when we can't create object headerEdward Thomson
2018-02-02odb_loose: largefile tests only on 64 bit platformsEdward Thomson
2018-02-02odb_loose: test read_header on large blobsEdward Thomson
2018-02-02odb_loose: test read_header explicitlyEdward Thomson
2018-02-02odb: test loose object streamingEdward Thomson
2018-02-02odb_loose: test reading a large file in streamEdward Thomson
2018-01-26odb: reject reading and writing null OIDsPatrick Steinhardt
2017-12-20tests: add GITTEST_SLOW env var checkEdward Thomson
2017-12-20odb_loose: reject objects that cannot fit in memoryEdward Thomson
2017-12-20odb: test loose reading/writing large objectsEdward Thomson
2017-06-13tests: odb: add more low-level backend testsPatrick Steinhardt
2017-06-13tests: odb: implement `exists_prefix` for the fake backendPatrick Steinhardt
2017-06-13tests: odb: use correct OID lengthPatrick Steinhardt
2017-06-13tests: odb: have the fake backend detect ambiguous prefixesPatrick Steinhardt
2017-06-12tests: odb: add tests with multiple backendsPatrick Steinhardt
2017-06-12tests: odb: allow passing fake objects to the fake backendPatrick Steinhardt
2017-06-12tests: do not reuse OID from backendPatrick Steinhardt
2017-06-12tests: odb: move fake backend into its own filePatrick Steinhardt
2017-06-08settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt
2017-04-28odb: verify object hashesPatrick Steinhardt
2017-04-28tests: odb: make hash of fake backend configurablePatrick Steinhardt
2017-04-05win32: enable `p_utimes` for readonly filesEdward Thomson
2017-03-22Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson
2017-03-03git_commit_create: freshen tree objects in commitEdward Thomson
2017-03-02Honor `core.fsyncObjectFiles`Edward Thomson
2017-02-28fsync: call it "synchronous" object writingEdward Thomson
2017-02-28odb_loose: fsync testsEdward Thomson
2016-12-29tests: update error message checkingEdward Thomson
2016-10-06revwalk: introduce tests that hide old commitsEdward Thomson
2016-08-06odb: only provide the empty treeEdward Thomson
2016-08-04odb: only freshen pack files every 2 secondsEdward Thomson
2016-08-04odb: freshen existing objects when writingEdward Thomson
2016-03-09odb: Handle corner cases in `git_odb_expand_ids`Vicent Marti
2016-03-08git_odb_expand_ids: accept git_odb_expand_id arrayEdward Thomson
2016-03-08git_odb_expand_ids: rename func, return the typeEdward Thomson
2016-03-08git_odb_exists_many_prefixes: query odb for multiple short idsEdward Thomson
2015-10-14odb: Prioritize alternate backendsVicent Marti
2015-10-01refdb and odb backends must provide `free` functionArthur Schreiber
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-06-06path: error out if the callback returns an errorCarlos Martín Nieto
2014-11-21odb: `git_odb_object` contents are never NULLVicent Marti
2014-11-08odb: hardcode the empty blob and treeCarlos Martín Nieto
2014-09-26Fixed odb foreach test failure for big-endian 64-bitJakub Čajka
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-05-20Fix a leak in the testsCarlos Martín Nieto
2014-05-05odb: ignore files in the objects dirCarlos Martín Nieto
2014-03-10Fix a number of git_odb_exists_prefix bugsRussell Belfer