summaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4895 from pks-t/pks/unused-warningsPatrick Steinhardt2018-11-292-5/+5
|\
| * khash: remove intricate knowledge of khash typesPatrick Steinhardt2018-11-282-5/+5
* | stream registration: take an enum typeEdward Thomson2018-11-281-4/+31
* | stream: provide generic registration APIEdward Thomson2018-11-281-2/+61
* | tls: introduce a wrap functionEdward Thomson2018-11-281-2/+18
|/
* strntol: fix out-of-bounds reads when parsing numbers with leading signPatrick Steinhardt2018-11-141-0/+10
* strntol: fix detection and skipping of base prefixesPatrick Steinhardt2018-11-021-0/+22
* strntol: fix out-of-bounds read when skipping leading spacesPatrick Steinhardt2018-11-021-0/+10
* Merge pull request #4864 from pks-t/pks/object-parse-fixesPatrick Steinhardt2018-10-261-0/+46
|\
| * util: provide `git__memmem` functionPatrick Steinhardt2018-10-251-0/+46
* | util: fix out of bounds read in error messagePatrick Steinhardt2018-10-191-0/+7
* | tests: core::strtol: test for some more edge-casesPatrick Steinhardt2018-10-181-0/+31
* | util: remove `git__strtol32`Patrick Steinhardt2018-10-181-12/+19
* | util: remove unsafe `git__strtol64` functionPatrick Steinhardt2018-10-181-22/+16
|/
* Merge pull request #4828 from csware/git_futils_rmdir_r_failingEdward Thomson2018-10-071-0/+22
|\
| * tests: sanitize file hierarchy after running rmdir testsPatrick Steinhardt2018-10-051-0/+6
| * tests: Add some more tests for git_futils_rmdir_rSven Strickroth2018-10-051-0/+16
* | tests: fix warning for implicit conversion of integer to pointerPatrick Steinhardt2018-10-051-2/+2
|/
* Merge pull request #4784 from tiennou/fix/warningsPatrick Steinhardt2018-09-281-0/+9
|\
| * path: fix "comparison always true" warningEtienne Samson2018-09-251-0/+9
* | vector: do not malloc 0-length vectors on dupEtienne Samson2018-09-261-0/+19
|/
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-133-4/+4
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-1013-104/+104
* tests: clarify commentEtienne Samson2018-04-111-3/+2
* util: introduce `git__prefixncmp` and consolidate implementationsEdward Thomson2017-12-201-0/+42
* stream: Gather streams to src/streamsEtienne Samson2017-10-231-1/+1
* cmake: simplify some HTTPS testsEtienne Samson2017-10-231-2/+1