summaryrefslogtreecommitdiff
path: root/tests/odb
Commit message (Expand)AuthorAgeFilesLines
* git_commit_create: freshen tree objects in commitethomson/freshen_treesEdward Thomson2017-03-031-16/+81
* tests: update error message checkingethomson/error_msgsEdward Thomson2016-12-291-1/+1
* revwalk: introduce tests that hide old commitsEdward Thomson2016-10-061-4/+4
* odb: only provide the empty treeEdward Thomson2016-08-051-14/+15
* odb: only freshen pack files every 2 secondsethomson/refresh_objectsEdward Thomson2016-08-041-0/+14
* odb: freshen existing objects when writingEdward Thomson2016-08-041-0/+79
* odb: Handle corner cases in `git_odb_expand_ids`Vicent Marti2016-03-091-0/+9
* git_odb_expand_ids: accept git_odb_expand_id arrayEdward Thomson2016-03-081-50/+45
* git_odb_expand_ids: rename func, return the typeEdward Thomson2016-03-081-21/+31
* git_odb_exists_many_prefixes: query odb for multiple short idsEdward Thomson2016-03-071-0/+141
* odb: Prioritize alternate backendsvmg/odb-lookupsVicent Marti2015-10-141-8/+8
* refdb and odb backends must provide `free` functionArthur Schreiber2015-10-011-0/+1
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-1/+1
* path: error out if the callback returns an errorcmn/foreach-cancel-looseCarlos Martín Nieto2015-06-061-0/+20
* odb: `git_odb_object` contents are never NULLvmg/emptyVicent Marti2014-11-211-0/+18
* odb: hardcode the empty blob and treecmn/empty-objectsCarlos Martín Nieto2014-11-081-0/+39
* Fixed odb foreach test failure for big-endian 64-bitJakub Čajka2014-09-261-1/+1
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-3/+3
* Fix a leak in the testsCarlos Martín Nieto2014-05-201-1/+1
* odb: ignore files in the objects dircmn/file-in-objects-dirCarlos Martín Nieto2014-05-051-0/+24
* Fix a number of git_odb_exists_prefix bugsRussell Belfer2014-03-101-10/+12
* Plug a few leaks in the testsCarlos Martín Nieto2014-03-071-0/+5
* Merge pull request #2159 from libgit2/rb/odb-exists-prefixVicent Marti2014-03-062-1/+22
|\
| * Add exists_prefix to ODB backend and ODB APIRussell Belfer2014-03-042-1/+22
* | ODB writing fails gracefully when unsupportedEdward Thomson2014-03-051-0/+41
|/
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-13/+15
* Update files that reference tests-clarBen Straub2013-11-141-1/+1
* Rename tests-clar to testsBen Straub2013-11-1412-0/+1629