Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-07Introduce git_blame_options diff find configurabilityvs-8.0-v0.26.8Ungureanu Marius
2018-10-26Merge pull request #4865 from pks-t/pks/v0.26.8Patrick Steinhardt
2018-10-26version: bump to v0.26.8Patrick Steinhardt
2018-10-26CHANGELOG: update changelog for v0.26.8Patrick Steinhardt
2018-10-26commit: fix reading out of bounds when parsing encodingPatrick Steinhardt
2018-10-26tag: fix out of bounds read when searching for tag messagePatrick Steinhardt
2018-10-26util: provide `git__memmem` functionPatrick Steinhardt
2018-10-26util: fix out of bounds read in error messagePatrick Steinhardt
2018-10-26util: avoid signed integer overflows in `git__strntol64`Patrick Steinhardt
2018-10-26tests: core::strtol: test for some more edge-casesPatrick Steinhardt
2018-10-26util: remove `git__strtol32`Patrick Steinhardt
2018-10-26global: replace remaining use of `git__strtol32`Patrick Steinhardt
2018-10-26tree-cache: avoid out-of-bound reads when parsing treesPatrick Steinhardt
2018-10-26util: remove unsafe `git__strtol64` functionPatrick Steinhardt
2018-10-26config: remove last instance of `git__strntol64`Patrick Steinhardt
2018-10-26signature: avoid out-of-bounds reads when parsing signature datesPatrick Steinhardt
2018-10-26index: avoid out-of-bounds read when reading reuc entry stagePatrick Steinhardt
2018-10-26commit_list: avoid use of strtol64 without length limitPatrick Steinhardt
2018-10-26online::clone: free url and username before resettingEdward Thomson
2018-10-26push tests: deeply free the specsEdward Thomson
2018-10-26push tests: deeply free the push statusEdward Thomson
2018-10-26smart subtransport: free url when resetting streamEdward Thomson
2018-10-26tests: online::clone: fix memory leak due to not freeing URLPatrick Steinhardt
2018-10-26ci: fail on test failuresEdward Thomson
2018-10-26ci: don't stop on failureEdward Thomson
2018-10-26ci: append -r flag to clar on windowsEdward Thomson
2018-10-26ci: add SKIP_*_TESTS for windows buildsEdward Thomson
2018-10-26ci: write test result XMLEdward Thomson
2018-10-26Revert "clar: introduce CLAR_XML option"Patrick Steinhardt
2018-10-26ci: only run the exact named testEdward Thomson
2018-10-26README: rename "VSTS" to "Azure DevOps"Edward Thomson
2018-10-26README: update the build badge to Azure PipelinesEdward Thomson
2018-10-26ci: rename vsts to azure-pipelinesPatrick Steinhardt
2018-10-26clar: iterate errors in report_all / report_errorsEdward Thomson
2018-10-26ci: use more compatible strftime formatsEdward Thomson
2018-10-26ci: use templates for VSTS buildsPatrick Steinhardt
2018-10-26ci: explicitly run in the build directoryEdward Thomson
2018-10-26ci: escape xml output path on WindowsEdward Thomson
2018-10-26ci: upload test resultsPatrick Steinhardt
2018-10-26ci: write xml during test runsPatrick Steinhardt
2018-10-26clar: remove globals; error-check fprintf/fcloseEdward Thomson
2018-10-26clar: introduce CLAR_XML optionPatrick Steinhardt
2018-10-26clar: accept a value for the summary filenameEdward Thomson
2018-10-26clar: don't use a variable named `time`Edward Thomson
2018-10-26Barebones JUnit XML outputEtienne Samson
2018-10-26DocumentationEtienne Samson
2018-10-26Isolate test reportsEtienne Samson
2018-10-26clar: refactor explicitly run test behaviorEdward Thomson
2018-10-26README: remove travisEdward Thomson
2018-10-26ci: remove travisEdward Thomson