summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* threads::iterator: use separate repository objectsethomson/threadsEdward Thomson2018-08-191-1/+4
* threads::diff: use separate git_repository objectsEdward Thomson2018-08-051-10/+17
* Merge pull request #4728 from pks-t/pks/fuzzersPatrick Steinhardt2018-08-03325-29/+629
|\
| * ci: fix location of fuzzer corpora on VSTSPatrick Steinhardt2018-08-031-1/+1
| * fuzzers: limit maximum pack object countPatrick Steinhardt2018-08-032-0/+7
| * fuzzers: convert download_refs fuzzer to CPatrick Steinhardt2018-08-032-156/+208
| * fuzzers: import download_refs fuzzer from oss-fuzzPatrick Steinhardt2018-08-032-0/+156
| * fuzzers: avoid use of libgit2 internals in packfile_rawPatrick Steinhardt2018-08-031-5/+7
| * cmake: remove USE_SANITIZER and USE_COVERAGE optionsPatrick Steinhardt2018-08-032-22/+6
| * cmake: fix the unholy options alignment messPatrick Steinhardt2018-08-031-31/+32
| * cmake: remove need to add "-fsanitize=fuzzer" flag for fuzzersPatrick Steinhardt2018-08-032-6/+8
| * cmake: error out if required C flags are not supportedPatrick Steinhardt2018-08-032-7/+24
| * cmake: use C90 standard for our fuzzing targetsPatrick Steinhardt2018-08-031-0/+1
| * fuzzers: move readme to docs/fuzzing.mdPatrick Steinhardt2018-08-031-0/+0
| * fuzzers: rename "fuzz" directory to match our stylePatrick Steinhardt2018-08-03320-6/+5
| * fuzzers: add build support and instructionslhchavez2018-08-03322-1/+380
|/
* Merge pull request #4746 from libgit2/ethomson/ciEdward Thomson2018-08-021-0/+4
|\
| * ci: run VSTS builds on master and maint branchesEdward Thomson2018-08-021-0/+4
|/
* Merge pull request #4743 from Agent00Log/dev/winbugfixesEdward Thomson2018-08-021-4/+9
|\
| * Only unitialize if the call to CoInitializeEx was successfulHenning Schaffaf2018-07-301-1/+3
| * Fix fallback credentials: The call to CoInitializeEx fails if it was previous...Henning Schaffaf2018-07-261-1/+4
| * Fix default credentials: The WinHttpSetCredentials auth scheme must only be o...Henning Schaffaf2018-07-261-2/+2
* | Merge pull request #4745 from libgit2/ethomson/vsts-build-badgeEdward Thomson2018-08-021-0/+1
|\ \
| * | ci: add VSTS build badge to READMEethomson/vsts-build-badgeEdward Thomson2018-08-021-0/+1
* | | Merge pull request #4744 from libgit2/ethomson/travisEdward Thomson2018-08-021-0/+1
|\ \ \ | |/ / |/| |
| * | ci: set PKG_CONFIG_PATH on travisEdward Thomson2018-08-021-0/+1
|/ /
* | Merge pull request #4723 from libgit2/ethomson/ciEdward Thomson2018-08-0220-251/+661
|\ \
| * | ci: run coverity from a nightly VSTS buildEdward Thomson2018-07-291-0/+22
| * | ci: run coverity from travis's cronEdward Thomson2018-07-292-20/+13
| * | ci: remove unused old ci scriptsEdward Thomson2018-07-285-150/+0
| * | ci: move travis to the new scriptsEdward Thomson2018-07-285-19/+39
| * | ci: move appveyor to new scriptsEdward Thomson2018-07-272-61/+21
| * | ci: use a single setup script for mingwEdward Thomson2018-07-263-26/+13
| * | ci: use docker containers from libgit2 accountEdward Thomson2018-07-261-8/+8
| * | ci: perform clang builds on LinuxEdward Thomson2018-07-263-7/+77
| * | ci: dissociate test from leaks processEdward Thomson2018-07-261-2/+1
| * | ci: some additional debuggingEdward Thomson2018-07-261-0/+8
| * | ci: enable leak checking on osxEdward Thomson2018-07-263-0/+5
| * | ci: msvc leak-checkingEdward Thomson2018-07-262-5/+4
| * | ci: xcode leaks leak-checkingEdward Thomson2018-07-261-0/+4
| * | buf tests: allocate a smaller size for the oomEdward Thomson2018-07-261-3/+15
| * | ci: valgrind leak-checkingEdward Thomson2018-07-262-7/+28
| * | ci: introduce vsts buildsEdward Thomson2018-07-262-0/+135
| * | ci: scripts to setup mingw build environmentEdward Thomson2018-07-262-0/+40
| * | ci: set up a macos hostEdward Thomson2018-07-261-0/+6
| * | ci: setup a linux hostEdward Thomson2018-07-261-0/+8
| * | ci: improved flexibility for citest.shEdward Thomson2018-07-261-67/+125
| * | ci: refactor unix ci build/test scriptsEdward Thomson2018-07-262-0/+138
| * | ci: move tests into citest.ps1Edward Thomson2018-07-262-19/+45
| * | ci: Windows PowerShell build scriptEdward Thomson2018-07-261-0/+50