summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* patch_parse: handle missing newline indicator in old filePatrick Steinhardt2019-07-112-0/+24
* config_file: implement stat cache to avoid repeated rehashingPatrick Steinhardt2019-07-112-0/+7
* Merge pull request #5143 from libgit2/ethomson/warningsPatrick Steinhardt2019-07-054-9/+9
|\
| * tests: trace: fix parameter type of aux callbackPatrick Steinhardt2019-07-051-1/+1
| * clar: use `size_t` to keep track of current line numberPatrick Steinhardt2019-07-053-8/+8
* | tests: attr: add tests for system-level attributesPatrick Steinhardt2019-07-041-0/+45
|/
* win32: cast WinAPI to void * before castingEdward Thomson2019-06-241-2/+2
* mingw: use `struct stat`Edward Thomson2019-06-241-1/+1
* fetchhead: use size_t in testsEdward Thomson2019-06-241-5/+5
* object: use literal constant in bigfile testEdward Thomson2019-06-241-1/+2
* worktree: use size_t in testsEdward Thomson2019-06-241-1/+1
* largefile tests: only write 2GB on 32-bit platformsethomson/largefiles_32bitEdward Thomson2019-06-231-1/+5
* attr: rename constants and macros for consistencyethomson/attrEdward Thomson2019-06-165-63/+63
* index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-165-18/+18
* blob: add underscore to `from` functionsEdward Thomson2019-06-168-17/+17
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-10/+10
* Merge pull request #5110 from pks-t/pks/wildmatchEdward Thomson2019-06-154-28/+305
|\
| * attr_file: convert to use `wildmatch`Patrick Steinhardt2019-06-151-0/+22
| * config_file: use `wildmatch` to evaluate conditionalsPatrick Steinhardt2019-06-151-0/+3
| * config_file: do not include trailing '/' for "gitdir" conditionalsPatrick Steinhardt2019-06-151-26/+28
| * global: convert trivial `fnmatch` users to use `wildcard`Patrick Steinhardt2019-06-151-3/+3
| * posix: remove implicit include of "fnmatch.h"Patrick Steinhardt2019-06-151-0/+2
| * wildmatch: import wildmatch from git.gitPatrick Steinhardt2019-06-151-0/+248
* | posix: remove `p_fallocate` abstractionPatrick Steinhardt2019-06-141-41/+0
* | tests: object: refactor largefile test to not use `p_fallocate`Patrick Steinhardt2019-06-141-25/+15
|/
* Merge pull request #5109 from pks-t/pks/test-mergeanalysis-variantEdward Thomson2019-06-144-202/+27
|\
| * tests: merge::analysis: use variants to deduplicate test suitesPatrick Steinhardt2019-06-134-202/+27
* | apply: add an options struct initializerethomson/opts_initEdward Thomson2019-06-141-0/+5
* | Rename opt init functions to `options_init`Edward Thomson2019-06-145-21/+21
* | Merge pull request #5097 from pks-t/pks/ignore-escapesEdward Thomson2019-06-134-1336/+157
|\ \
| * | attr_file: account for escaped escapes when searching trailing spacePatrick Steinhardt2019-06-131-0/+17
| * | attr_file: fix unescaping of escapes required for fnmatchPatrick Steinhardt2019-06-131-0/+62
| * | path: only treat paths starting with '\' as absolute on Win32Patrick Steinhardt2019-06-131-0/+10
| * | tests: unify ignore tests into their own dirPatrick Steinhardt2019-06-072-68/+68
| * | tests: remove accidentally checked in backup filePatrick Steinhardt2019-06-071-1268/+0
* | | Merge pull request #5108 from libgit2/ethomson/urlparse_empty_portEdward Thomson2019-06-131-0/+24
|\ \ \ | |_|/ |/| |
| * | net: handle urls with a colon after host but no portEdward Thomson2019-06-111-0/+24
* | | Merge pull request #5022 from rcoup/merge-analysis-bare-repo-5017Patrick Steinhardt2019-06-134-112/+301
|\ \ \
| * | | Fix memleaks in analysis tests.Robert Coup2019-06-101-5/+9
| * | | Review fixes:Robert Coup2019-06-103-118/+129
| * | | Refactor testing:Robert Coup2019-06-10478-806/+224
| * | | merge: add doc header to analysis testsRobert Coup2019-06-102-0/+6
| * | | merge: tests for bare repo merge analysisRobert Coup2019-06-10475-0/+750
| | |/ | |/|
* | | Merge pull request #5104 from rcoup/patch-1Patrick Steinhardt2019-06-131-0/+26
|\ \ \ | |_|/ |/| |
| * | Add memleak check docsRobert Coup2019-06-121-0/+26
* | | Merge pull request #5098 from pks-t/pks/clar-data-drivenEdward Thomson2019-06-112-82/+86
|\ \ \
| * | | tests: object: consolidate cache testsPatrick Steinhardt2019-06-071-68/+57
| * | | tests: allow for simple data-driven testsPatrick Steinhardt2019-06-071-14/+29
| | |/ | |/|
* | | ci: enable all proxy testsEdward Thomson2019-06-101-1/+1
* | | winhttp: support default credentials for proxiesEdward Thomson2019-06-101-0/+22