summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * diff: fix OOM on AIX when finding similar deltas in empty diffPatrick Steinhardt2018-10-261-1/+1
| * Fix the test and comment.Nelson Elhage2018-10-261-2/+20
| * Write a test.Nelson Elhage2018-10-262-0/+16
| * Add a commentNelson Elhage2018-10-261-0/+4
| * Don't error on missing section, just continueNelson Elhage2018-10-261-4/+4
| * config_file: Don't crash on options without a sectionNelson Elhage2018-10-261-0/+4
| * parse: Do not initialize the content in context to NULLJulian Ganz2018-10-261-4/+7
| * tree: rename from_tree to validate and clarify the tree in the testCarlos Martín Nieto2018-10-262-6/+7
| * tree: accept null ids in existing trees when updatingCarlos Martín Nieto2018-10-263-6/+23
| * patch_parse: populate line numbers while parsing diffsEtienne Samson2018-10-262-0/+78
| * worktree: a worktree can be made from a bare repositoryEtienne Samson2018-10-262-1/+21
| * repository: being a worktree means we're not really bareEtienne Samson2018-10-261-3/+7
|/
* Merge pull request #4866 from pks-t/pks/v0.27.6-securityv0.27.6Patrick Steinhardt2018-10-2648-455/+1204
|\
| * version: bump to v0.27.6Patrick Steinhardt2018-10-261-2/+2
| * CHANGELOG: update changelog for v0.27.6Patrick 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
| * ci: fail on test failuresEdward Thomson2018-10-261-3/+3
| * ci: don't stop on failureEdward Thomson2018-10-122-7/+16
| * ci: append -r flag to clar on windowsEdward Thomson2018-10-121-7/+24
| * ci: add SKIP_*_TESTS for windows buildsEdward Thomson2018-10-121-19/+26
| * ci: write test result XMLEdward Thomson2018-10-121-3/+6
| * Revert "clar: introduce CLAR_XML option"Edward Thomson2018-10-124-26/+8
| * ci: only run the exact named testEdward Thomson2018-10-121-1/+1
| * README: rename "VSTS" to "Azure DevOps"Edward Thomson2018-10-121-2/+2
| * README: update the build badge to Azure PipelinesEdward Thomson2018-10-121-1/+1
| * ci: rename vsts to azure-pipelinesPatrick Steinhardt2018-10-125-7/+7
| * clar: iterate errors in report_all / report_errorsEdward Thomson2018-10-121-19/+15
| * ci: use more compatible strftime formatsEdward Thomson2018-10-121-1/+1
| * ci: use templates for VSTS buildsPatrick Steinhardt2018-10-124-140/+97
| * ci: explicitly run in the build directoryEdward Thomson2018-10-121-0/+13
| * ci: escape xml output path on WindowsEdward Thomson2018-10-121-1/+3
| * ci: upload test resultsPatrick Steinhardt2018-10-121-0/+49
| * ci: write xml during test runsEdward Thomson2018-10-122-3/+3