summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: add VSTS build badge to READMEethomson/vsts-build-badgeEdward 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
| * tests: simplify cmake test configurationEdward Thomson2018-07-263-14/+13
* | Merge pull request #4742 from neithernut/revwalk-remove_tautological_conditionEdward Thomson2018-07-301-2/+2
|\ \
| * | revwalk: remove tautologic condition for hiding a commitJulian Ganz2018-07-291-2/+2
|/ /
* | Merge pull request #4731 from libgit2/ethomson/wintls_fixEdward Thomson2018-07-271-14/+18
|\ \
| * | winhttp: retry erroneously failing requestsethomson/wintls_fixEdward Thomson2018-07-201-14/+18
* | | Merge pull request #4721 from nelhage/max-objectsPatrick Steinhardt2018-07-263-7/+31
|\ \ \ | |_|/ |/| |
| * | Use UINT32_MAX as the default object limitNelson Elhage2018-07-201-1/+1
| * | INDEXER_MAX_OBJECTS -> PACK_MAX_OBJECTSNelson Elhage2018-07-162-6/+6
| * | See if this fixes 32-bit buildNelson Elhage2018-07-161-1/+1
| * | Add a git_libgit2_opts option to set the max indexer object countNelson Elhage2018-07-123-11/+30
| * | while fuzzing, limit # objects readNelson Elhage2018-07-121-0/+5
* | | Merge pull request #4739 from pks-t/pks/mbedtls-unused-variableEdward Thomson2018-07-261-4/+0
|\ \ \
| * | | mbedtls: remove unused variable "cacert"Patrick Steinhardt2018-07-261-4/+0
|/ / /
* | | Merge pull request #4732 from libgit2/ethomson/leaksEdward Thomson2018-07-233-9/+34
|\ \ \ | |_|/ |/| |
| * | mbedtls: free stream on shutdownethomson/leaksEdward Thomson2018-07-201-0/+1
| * | mbedtls: make ciphers_list a static arrayEdward Thomson2018-07-201-10/+10
| * | mbedtls: free ciphers_listEdward Thomson2018-07-201-0/+2
| * | mbedtls: check allocationsEdward Thomson2018-07-201-1/+14
| * | push tests: deeply free the specsEdward Thomson2018-07-201-1/+1
| * | push tests: deeply free the push statusEdward Thomson2018-07-201-2/+6
| * | smart subtransport: free url when resetting streamEdward Thomson2018-07-201-0/+5
|/ /
* | Merge pull request #4692 from tiennou/examples/checkoutPatrick Steinhardt2018-07-206-23/+309
|\ \
| * | examples: add checkoutEtienne Samson2018-07-171-0/+235
| * | examples: add a helper for boolean-style optionsEtienne Samson2018-07-072-0/+28
| * | examples: make the refish resolution work with short OIDsEtienne Samson2018-07-071-3/+4