summaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* diff: implement function to calculate patch IDPatrick Steinhardt2017-06-261-0/+4
* Merge pull request #4267 from mohseenrm/masterEdward Thomson2017-06-141-0/+6
|\
| * Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-131-0/+6
* | tests: core: test initialization of `git_proxy_options`Patrick Steinhardt2017-06-131-0/+5
|/
* varint: fix computation for remaining buffer spacePatrick Steinhardt2017-06-061-0/+3
* tests: core::features: only check for HTTPS if it is supportedPatrick Steinhardt2017-04-251-0/+2
* inet_pton: don't assume addr families don't existethomson/3872Edward Thomson2017-03-221-4/+1
* Merge pull request #4169 from csware/absolute-symlinkPatrick Steinhardt2017-03-201-0/+29
|\
| * tests: filebuf: test writing to symlink with absolute pathsPatrick Steinhardt2017-03-201-0/+29
* | hash: test for sha1 collision attack detectionEdward Thomson2017-03-031-0/+64