summaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* blob: add git_blob_filter_options_initEdward Thomson2021-01-051-0/+5
* Add tests for `git__multiply_int64_overflow`lhchavez2020-12-192-0/+255
* path: remove unused git_path_topdirEdward Thomson2020-11-271-27/+1
* settings: localize global dataEdward Thomson2020-10-111-1/+1
* clar: include the function nameethomson/clar_tapEdward Thomson2020-06-054-15/+16
* assert: allow non-int returning functions to assertethomson/assert_macrosEdward Thomson2020-05-111-0/+53
* assert: optionally fall-back to assert(3)Edward Thomson2020-05-111-0/+2
* Introduce GIT_ASSERT macrosEdward Thomson2020-05-111-0/+39
* win32: test relative symlinksethomson/canonicalPatrick Steinhardt2020-03-101-0/+20
* win32: fix relative symlinks pointing into dirsPatrick Steinhardt2020-01-101-0/+27
* internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-251-1/+1
* Merge pull request #5226 from pks-t/pks/regexp-apiEdward Thomson2019-09-282-120/+213
|\
| * posix: remove superseded POSIX regex wrappersPatrick Steinhardt2019-09-211-120/+0
| * regexp: implement new regular expression APIPatrick Steinhardt2019-09-211-0/+213
* | buffer: fix printing into out-of-memory bufferPatrick Steinhardt2019-09-211-0/+20
* | buffer: fix infinite loop when growing buffersPatrick Steinhardt2019-09-211-3/+19
|/
* util: do not perform allocations in insertsortPatrick Steinhardt2019-08-231-0/+90
* win32: fix symlinks to relative file targetsPatrick Steinhardt2019-07-201-0/+24
* tests: core: improve symlink test coveragePatrick Steinhardt2019-07-203-9/+49
* tests: core: add missing asserts for several function callsPatrick Steinhardt2019-07-201-5/+5
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-209-9/+9
* win32: cast WinAPI to void * before castingEdward Thomson2019-06-241-2/+2
* Merge pull request #5110 from pks-t/pks/wildmatchEdward Thomson2019-06-151-0/+248
|\
| * wildmatch: import wildmatch from git.gitPatrick Steinhardt2019-06-151-0/+248
* | posix: remove `p_fallocate` abstractionPatrick Steinhardt2019-06-141-41/+0
|/
* apply: add an options struct initializerethomson/opts_initEdward Thomson2019-06-141-0/+5
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-16/+16
* core::posix: skip some locale tests on win32Edward Thomson2019-05-191-7/+18
* tests: regcomp: use proper character classesEdward Thomson2019-05-191-2/+2
* tests: regcomp: test that regex functions succeedEdward Thomson2019-05-191-9/+9
* tests: regcomp: assert character groups do match normal alphabetPatrick Steinhardt2019-05-191-0/+42
* tests: regex: restructure setup of localesPatrick Steinhardt2019-05-191-34/+29
* tests: regex: add test with LC_COLLATE being setEdward Thomson2019-05-191-0/+25
* tests: fix p_regcomp test not checking return typePatrick Steinhardt2019-05-191-1/+1
* regexec: prefix all regexec function calls with p_Edward Thomson2019-05-191-8/+8
* Merge pull request #4874 from tiennou/test/4615Edward Thomson2019-04-041-0/+41
|\
| * p_fallocate: add a test for our implementationEdward Thomson2019-02-221-0/+41
* | oidmap: remove legacy low-level interfacePatrick Steinhardt2019-02-151-163/+62
* | strmap: remove legacy low-level interfacePatrick Steinhardt2019-02-151-30/+15
* | maps: provide high-level iteration interfacePatrick Steinhardt2019-02-151-2/+49
* | oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-0/+44
* | oidmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-151-0/+78
* | strmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-0/+27
* | strmap: introduce `git_strmap_get` and use it throughout the treePatrick Steinhardt2019-02-151-1/+33
* | maps: provide a uniform entry count interfacePatrick Steinhardt2019-02-151-4/+5
* | maps: use uniform lifecycle management functionsPatrick Steinhardt2019-02-152-5/+3
|/
* test: cast to a char the zstream testEdward Thomson2019-01-251-1/+1
* deprecation: move deprecated tests into their own fileEdward Thomson2019-01-251-151/+0
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-223-80/+80
* Attempt at fixing the MingW64 compilationlhchavez2019-01-061-3/+5