summaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* refactor: make util an object libraryethomson/util5Edward Thomson2021-11-111-0/+1
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+3
* path: separate git-specific path functions from utilEdward Thomson2021-11-0911-219/+211
* libgit2_clar is now libgit2_testsMartin Kühl2021-10-281-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-1715-637/+688
* hash: hash functions operate on byte arrays not git_oidsEdward Thomson2021-10-021-2/+2
* hash: accept the algorithm in inputsEdward Thomson2021-10-011-1/+1
* buf: common_prefix takes a string arrayethomson/strarrayEdward Thomson2021-09-261-22/+7
* common: support custom repository extensionsethomson/extensionsEdward Thomson2021-09-041-0/+46
* util: introduce `git__strlcmp`Edward Thomson2021-09-011-0/+11
* Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-264-15/+15
|\
| * Merge pull request #6006 from boretrk/c11-warningsEdward Thomson2021-08-251-5/+5
| |\
| | * win32: name the dummy union in GIT_REPARSE_DATA_BUFFERPeter Pettersson2021-08-251-5/+5
| * | Proof-of-concept for a more aggressive GIT_UNUSED()lhchavez2021-08-082-4/+4
| * | Introduce GIT_WARN_UNUSED_RESULTlhchavez2021-08-081-6/+6
| |/
* | Make the defaultable fields defaultablelhchavez2021-08-261-0/+8
|/
* stdint constants in test suiteCalvin Buckley2021-07-073-238/+238
* buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-111-45/+44
* utf8: introduce git_utf8_char_lengthEdward Thomson2021-04-141-0/+19
* 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