summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4865 from pks-t/pks/v0.26.8v0.26.8maint/v0.26Patrick Steinhardt2018-10-2654-440/+1294
|\
| * 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-261-1/+1
| * tag: fix out of bounds read when searching for tag messagePatrick Steinhardt2018-10-261-5/+5
| * util: provide `git__memmem` functionPatrick Steinhardt2018-10-263-0/+90
| * util: fix out of bounds read in error messagePatrick Steinhardt2018-10-262-3/+14
| * util: avoid signed integer overflows in `git__strntol64`Patrick Steinhardt2018-10-261-3/+13
| * tests: core::strtol: test for some more edge-casesPatrick Steinhardt2018-10-261-0/+31
| * util: remove `git__strtol32`Patrick Steinhardt2018-10-263-19/+19
| * global: replace remaining use of `git__strtol32`Patrick Steinhardt2018-10-265-6/+8
| * tree-cache: avoid out-of-bound reads when parsing treesPatrick Steinhardt2018-10-261-2/+2
| * util: remove unsafe `git__strtol64` functionPatrick Steinhardt2018-10-263-29/+16
| * config: remove last instance of `git__strntol64`Patrick Steinhardt2018-10-261-1/+1
| * signature: avoid out-of-bounds reads when parsing signature datesPatrick Steinhardt2018-10-261-3/+5
| * index: avoid out-of-bounds read when reading reuc entry stagePatrick Steinhardt2018-10-261-1/+1
| * commit_list: avoid use of strtol64 without length limitPatrick Steinhardt2018-10-261-1/+3
| * online::clone: free url and username before resettingEdward Thomson2018-10-261-0/+6
| * push tests: deeply free the specsEdward Thomson2018-10-261-1/+1
| * push tests: deeply free the push statusEdward Thomson2018-10-261-2/+6
| * smart subtransport: free url when resetting streamEdward Thomson2018-10-261-0/+5
| * tests: online::clone: fix memory leak due to not freeing URLPatrick Steinhardt2018-10-261-0/+2
| * ci: fail on test failuresEdward Thomson2018-10-261-3/+3
| * ci: don't stop on failureEdward Thomson2018-10-262-7/+16
| * ci: append -r flag to clar on windowsEdward Thomson2018-10-261-7/+24
| * ci: add SKIP_*_TESTS for windows buildsEdward Thomson2018-10-261-19/+26
| * ci: write test result XMLEdward Thomson2018-10-261-3/+6
| * Revert "clar: introduce CLAR_XML option"Patrick Steinhardt2018-10-263-26/+8
| * ci: only run the exact named testEdward Thomson2018-10-261-1/+1
| * README: rename "VSTS" to "Azure DevOps"Edward Thomson2018-10-261-1/+1
| * README: update the build badge to Azure PipelinesEdward Thomson2018-10-261-1/+1
| * ci: rename vsts to azure-pipelinesPatrick Steinhardt2018-10-265-7/+7
| * clar: iterate errors in report_all / report_errorsEdward Thomson2018-10-261-19/+15
| * ci: use more compatible strftime formatsEdward Thomson2018-10-261-1/+1
| * ci: use templates for VSTS buildsPatrick Steinhardt2018-10-264-140/+97
| * ci: explicitly run in the build directoryEdward Thomson2018-10-261-0/+13
| * ci: escape xml output path on WindowsEdward Thomson2018-10-261-1/+3
| * ci: upload test resultsPatrick Steinhardt2018-10-261-0/+49
| * ci: write xml during test runsPatrick Steinhardt2018-10-262-3/+3
| * clar: remove globals; error-check fprintf/fcloseEdward Thomson2018-10-262-44/+87
| * clar: introduce CLAR_XML optionPatrick Steinhardt2018-10-261-5/+21
| * clar: accept a value for the summary filenameEdward Thomson2018-10-262-12/+25
| * clar: don't use a variable named `time`Edward Thomson2018-10-261-4/+4
| * Barebones JUnit XML outputEtienne Samson2018-10-262-1/+111
| * DocumentationEtienne Samson2018-10-261-0/+2
| * Isolate test reportsEtienne Samson2018-10-263-36/+82
| * clar: refactor explicitly run test behaviorEdward Thomson2018-10-261-11/+44
| * README: remove travisEdward Thomson2018-10-261-1/+0
| * ci: remove travisEdward Thomson2018-10-261-93/+0
| * Update .vsts-ci.ymlPatrick Steinhardt2018-10-261-22/+18