summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: fail if requested test name is not foundethomson/027Edward Thomson2018-10-261-0/+6
* cmake: define new-style test names in old-style cmakeEdward Thomson2018-10-262-65/+6
* version: bump to v0.26.8Patrick Steinhardt2018-10-261-2/+2
* CHANGELOG: update changelog for v0.26.8Patrick Steinhardt2018-10-261-0/+48
* commit: fix reading out of bounds when parsing encodingPatrick Steinhardt2018-10-251-1/+1
* tag: fix out of bounds read when searching for tag messagePatrick Steinhardt2018-10-251-5/+5
* util: provide `git__memmem` functionPatrick Steinhardt2018-10-253-0/+90
* util: fix out of bounds read in error messagePatrick Steinhardt2018-10-192-3/+14
* util: avoid signed integer overflows in `git__strntol64`Patrick Steinhardt2018-10-191-3/+13
* tests: core::strtol: test for some more edge-casesPatrick Steinhardt2018-10-191-0/+31
* util: remove `git__strtol32`Patrick Steinhardt2018-10-193-19/+19
* global: replace remaining use of `git__strtol32`Patrick Steinhardt2018-10-195-6/+8
* tree-cache: avoid out-of-bound reads when parsing treesPatrick Steinhardt2018-10-191-2/+2
* util: remove unsafe `git__strtol64` functionPatrick Steinhardt2018-10-193-29/+16
* config: remove last instance of `git__strntol64`Patrick Steinhardt2018-10-191-1/+1
* signature: avoid out-of-bounds reads when parsing signature datesPatrick Steinhardt2018-10-191-3/+5
* index: avoid out-of-bounds read when reading reuc entry stagePatrick Steinhardt2018-10-191-1/+1
* commit_list: avoid use of strtol64 without length limitPatrick Steinhardt2018-10-191-1/+3
* ci: don't stop on failureEdward Thomson2018-10-192-7/+16
* ci: append -r flag to clar on windowsEdward Thomson2018-10-191-7/+24
* ci: add SKIP_*_TESTS for windows buildsEdward Thomson2018-10-191-19/+26
* ci: write test result XMLEdward Thomson2018-10-191-3/+6
* Revert "clar: introduce CLAR_XML option"Patrick Steinhardt2018-10-194-26/+8
* ci: only run the exact named testEdward Thomson2018-10-191-1/+1
* README: rename "VSTS" to "Azure DevOps"Edward Thomson2018-10-191-1/+1
* README: update the build badge to Azure PipelinesEdward Thomson2018-10-191-1/+1
* ci: rename vsts to azure-pipelinesPatrick Steinhardt2018-10-195-7/+7
* clar: iterate errors in report_all / report_errorsEdward Thomson2018-10-191-19/+15
* ci: use more compatible strftime formatsEdward Thomson2018-10-191-1/+1
* ci: use templates for VSTS buildsPatrick Steinhardt2018-10-194-140/+97
* ci: explicitly run in the build directoryEdward Thomson2018-10-191-0/+13
* ci: escape xml output path on WindowsEdward Thomson2018-10-191-1/+3
* ci: upload test resultsPatrick Steinhardt2018-10-191-0/+49
* ci: write xml during test runsPatrick Steinhardt2018-10-192-3/+3
* clar: remove globals; error-check fprintf/fcloseEdward Thomson2018-10-192-44/+87
* clar: introduce CLAR_XML optionEdward Thomson2018-10-192-5/+21
* clar: accept a value for the summary filenameEdward Thomson2018-10-192-12/+25
* clar: don't use a variable named `time`Edward Thomson2018-10-191-4/+4
* Barebones JUnit XML outputEtienne Samson2018-10-192-1/+111
* DocumentationEtienne Samson2018-10-191-0/+2
* Isolate test reportsEtienne Samson2018-10-193-36/+82
* clar: refactor explicitly run test behaviorEdward Thomson2018-10-191-11/+44
* README: remove travisEdward Thomson2018-10-191-1/+0
* ci: remove travisEdward Thomson2018-10-191-93/+0
* Update .vsts-ci.ymlPatrick Steinhardt2018-10-191-22/+18
* Update .vsts-nightly.ymlDavid Staheli2018-10-191-4/+4
* ci: Correct the status code check so Coverity doesn't force-fail TravisEtienne Samson2018-10-191-1/+1
* readme: remove appveyor build badgeEdward Thomson2018-10-191-1/+0
* ci: remove appveyorEdward Thomson2018-10-191-44/+0
* ci: add VSTS build badge to READMEEdward Thomson2018-10-191-0/+1