summaryrefslogtreecommitdiff
path: root/tests/index/tests.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-1173/+0
* Fix typosDimitris Apostolou2022-01-051-6/+6
* 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-15/+15
* tests: add missing error checksPatrick Steinhardt2020-02-071-2/+1
* index: ensure that we respect core.protectNTFS=falseEdward Thomson2019-12-101-0/+20
* path: protect NTFS everywhereEdward Thomson2019-12-101-0/+15
* test: ensure we can't add a protected pathEdward Thomson2019-12-101-0/+56
* test: improve badname verification testEdward Thomson2019-12-101-9/+9
* test: ensure index adds validate new protection rulesEdward Thomson2019-12-101-0/+3
* test: improve badname verification testEdward Thomson2019-12-101-12/+12
* internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-251-1/+1
* index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-161-6/+6
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* index: use new enum and structure namesEdward Thomson2018-12-011-6/+6
* index: introduce git_index_iteratorethomson/index_iteratorEdward Thomson2018-11-141-3/+90
* index: add failing test for writing an invalid tree from an unowned indexCarlos Martín Nieto2018-10-081-0/+24
* settings: optional unsaved index safetyEdward Thomson2018-06-291-1/+15
* index: return a unique error code on dirty indexEdward Thomson2018-06-291-0/+22
* index: test dirty index bitEdward Thomson2018-06-291-0/+53
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-6/+6
* tests: index::tests: create sandboxed repo for lockingPatrick Steinhardt2017-06-231-1/+5
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-1/+1
* Merge pull request #3381 from leoyanggit/index_directory_iteratorEdward Thomson2015-09-081-0/+21
|\
| * New API: git_index_find_prefixLeo Yang2015-09-041-0/+21
* | index: add tests around case switchingCarlos Martín Nieto2015-08-141-0/+33
|/
* index: user a better assertion when comparing sizesCarlos Martín Nieto2015-06-191-2/+2
* Add API to add a memory buffer to an indexDamien PROFETA2015-02-251-0/+122
* git_indexwriter: lock then write the indexEdward Thomson2015-02-141-0/+21
* index tests: test capitalization before mkdirhf/master_patchEdward Thomson2014-12-181-2/+4
* Plug leaksCarlos Martín Nieto2014-12-181-0/+2
* Create miscapitialised dirs for case-sensitive filesystemsCarlos Martín Nieto2014-12-181-0/+4
* treebuilder: take a repository for path validationEdward Thomson2014-12-171-0/+21
* index: Check for valid paths before creating an index entryVicent Marti2014-12-161-8/+93
* Spelling fixesWill Stamper2014-12-041-1/+1
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-4/+4
* Some vector utility tweaksRussell Belfer2014-04-171-17/+3
* Fix typo setting sorted flag when reloading indexRussell Belfer2014-02-041-0/+34
* Convert pqueue to just be a git_vectorRussell Belfer2014-02-041-4/+4
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-4/+4
* tests: Drop unrelated commentnulltoken2013-11-191-1/+0
* tree-cache: Don't segfault upon corruptionnulltoken2013-11-191-0/+9
* Rename tests-clar to testsBen Straub2013-11-141-0/+537