summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: enable -Wformat and -Wformat-securitycmn/format-securityCarlos Martín Nieto2018-09-171-0/+2
* Merge pull request #4778 from libgit2/ethomson/clar-xmlEdward Thomson2018-09-0912-189/+429
|\
| * clar: iterate errors in report_all / report_errorsEdward Thomson2018-09-081-19/+15
| * ci: use more compatible strftime formatsEdward Thomson2018-09-061-1/+1
| * ci: use templates for VSTS buildsEdward Thomson2018-09-064-200/+103
| * ci: explicitly run in the build directoryEdward Thomson2018-09-061-0/+13
| * ci: escape xml output path on WindowsEdward Thomson2018-09-061-1/+3
| * ci: upload test resultsEdward Thomson2018-09-061-0/+63
| * ci: write xml during test runsEdward Thomson2018-09-062-3/+3
| * clar: remove globals; error-check fprintf/fcloseEdward Thomson2018-09-062-44/+87
| * clar: introduce CLAR_XML optionEdward Thomson2018-09-062-5/+21
| * clar: accept a value for the summary filenameEdward Thomson2018-09-062-12/+25
| * clar: don't use a variable named `time`Edward Thomson2018-09-061-4/+4
| * Barebones JUnit XML outputEtienne Samson2018-09-062-1/+111
| * DocumentationEtienne Samson2018-09-061-0/+2
| * Isolate test reportsEtienne Samson2018-09-063-36/+82
| * clar: refactor explicitly run test behaviorEdward Thomson2018-09-061-11/+44
* | Merge pull request #4785 from tiennou/fix/cleanup-remotePatrick Steinhardt2018-09-074-18/+37
|\ \
| * | remote: store the connection data in a private structEtienne Samson2018-09-074-18/+37
* | | Merge pull request #4789 from pks-t/pks/licensingEdward Thomson2018-09-066-3/+2036
|\ \ \
| * | | docs: clarify and include licenses of dependenciesPatrick Steinhardt2018-08-306-3/+2036
* | | | Merge pull request #4799 from pks-t/pks/config-multivar-quadraticEdward Thomson2018-09-061-12/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | config_file: fix quadratic behaviour when adding config multivarsPatrick Steinhardt2018-09-061-12/+17
|/ / /
* | | Merge pull request #4792 from nelhage/multiline-leakPatrick Steinhardt2018-09-061-18/+25
|\ \ \
| * | | config_parse: refactor error handling when parsing multiline variablesPatrick Steinhardt2018-09-031-19/+25
| * | | config: Fix a leak parsing multi-line config entriesNelson Elhage2018-09-011-0/+1
* | | | Merge pull request #4797 from bisho/patch-2Patrick Steinhardt2018-09-061-1/+1
|\ \ \ \
| * | | | Prevent heap-buffer-overflowbisho2018-09-051-1/+1
|/ / / /
* | | | Merge pull request #4790 from libgit2/ethomson/travisEdward Thomson2018-09-032-98/+0
|\ \ \ \
| * | | | README: remove travisethomson/travisEdward Thomson2018-09-031-1/+0
| * | | | ci: remove travisEdward Thomson2018-08-301-97/+0
| | |_|/ | |/| |
* | | | Merge pull request #4791 from DavidStaheli/users/davidstaheli/vsts-yamlEdward Thomson2018-09-022-32/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Update .vsts-ci.ymlDavid Staheli2018-08-311-28/+24
| * | | Update .vsts-nightly.ymlDavid Staheli2018-08-311-4/+4
|/ / /
* | | Merge pull request #4788 from tiennou/doc-fixesPatrick Steinhardt2018-08-303-113/+154
|\ \ \
| * | | diff: documentation mashupEtienne Samson2018-08-291-111/+151
| * | | push: make the parallelism default follow the docsEtienne Samson2018-08-291-1/+1
| * | | doc: fix comment on GIT_EUSEREtienne Samson2018-08-291-1/+2
* | | | Merge pull request #4781 from nelhage/multiline-loopPatrick Steinhardt2018-08-301-35/+30
|\ \ \ \ | | |/ / | |/| |
| * | | config: convert unbounded recursion into a loopNelson Elhage2018-08-251-35/+30
* | | | Merge pull request #4773 from RandomSort/giterrPatrick Steinhardt2018-08-302-1/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Add two words to clarifyJohan Abildskov2018-08-272-2/+2
| * | | Update giterr_last API documentation to reflect real behaviourJohan Abildskov2018-08-201-1/+6
| * | | Rephrase wording on giterr_last documentationJohan Abildskov2018-08-201-2/+5
| * | | Document giterr_last() use only after error. #4772Johan Abildskov2018-08-201-0/+2
| | |/ | |/|
* | | Merge pull request #4765 from tiennou/fix/macos-qsort_rEdward Thomson2018-08-265-7/+142
|\ \ \
| * | | util: make the qsort_r check work on macOSEtienne Samson2018-08-245-7/+142
| | |/ | |/|
* | | Merge pull request #4782 from libgit2/ethomson/fuzzerEdward Thomson2018-08-261-1/+1
|\ \ \
| * | | fuzzer: update for indexer changesethomson/fuzzerEdward Thomson2018-08-261-1/+1
|/ / /
* | | Merge pull request #4727 from libgit2/cmn/null-oid-existing-treeEdward Thomson2018-08-263-6/+24
|\ \ \