summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #5232 from pks-t/pks/buffer-ensure-size-oomEdward Thomson2019-09-212-10/+53
|\ \ \ \
| * | | | buffer: fix printing into out-of-memory bufferPatrick Steinhardt2019-09-212-1/+22
| * | | | buffer: fix infinite loop when growing buffersPatrick Steinhardt2019-09-212-8/+27
| * | | | buffer: fix memory leak if unable to grow bufferPatrick Steinhardt2019-09-211-1/+4
| |/ / /
* | | | Merge pull request #5237 from tiennou/fix/gssapi-credPatrick Steinhardt2019-09-211-0/+1
|\ \ \ \
| * | | | cred: add missing private header in GSSAPI blockEtienne Samson2019-09-211-0/+1
|/ / / /
* | | | Merge pull request #5206 from tiennou/cmake/pkgconfig-buildingPatrick Steinhardt2019-09-193-35/+121
|\ \ \ \
| * | | | cmake: add missing requires to the .pc fileEtienne Samson2019-09-141-0/+2
| * | | | cmake: streamline *.pc file handling via a moduleEtienne Samson2019-09-143-35/+119
* | | | | Merge pull request #5229 from ddevault/ircPatrick Steinhardt2019-09-191-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update chat resources in README.mdDrew DeVault2019-09-151-4/+4
| |/ / /
* | | | Merge pull request #5223 from tiennou/fix/transport-header-splitPatrick Steinhardt2019-09-1916-448/+570
|\ \ \ \ | |/ / / |/| | |
| * | | transport: move transport-related typedef in transport.hEtienne Samson2019-09-132-11/+11
| * | | cert: move cert enums & struct to its own headerEtienne Samson2019-09-135-101/+133
| * | | cred: separate public interface from low-level detailsEtienne Samson2019-09-1314-339/+429
|/ / /
* | | Merge pull request #5198 from pks-t/pks/azure-docker-buildsEdward Thomson2019-09-1311-51/+173
|\ \ \
| * | | cmake: fix various misuses of MESSAGE()Patrick Steinhardt2019-09-134-7/+7
| * | | cmake: properly abort if no mbedTLS cert location is foundPatrick Steinhardt2019-09-131-1/+1
| * | | azure: convert to use Ninja as build toolPatrick Steinhardt2019-09-134-20/+18
| * | | docker: fix Valgrind errors on Xenial by updating to v3.12.0Patrick Steinhardt2019-09-131-1/+3
| * | | docker: use "--no-install-recommends" to reduce build timePatrick Steinhardt2019-09-132-9/+16
| * | | docker: convert apt-get to use best practicesPatrick Steinhardt2019-09-132-7/+35
| * | | docker: install libssh2 1.8.2 on XenialPatrick Steinhardt2019-09-131-0/+10
| * | | docker: install mbedTLS on both Bionic and XenialPatrick Steinhardt2019-09-132-0/+24
| * | | azure: fix Coverity's build due to wrong container namePatrick Steinhardt2019-09-131-1/+3
| * | | azure: deprecate Trusty in favor of XenialPatrick Steinhardt2019-09-133-52/+32
| * | | azure: build Docker images as part of the pipelinePatrick Steinhardt2019-09-137-14/+85
* | | | Merge pull request #5195 from tiennou/fix/commitish-smart-pushPatrick Steinhardt2019-09-138-73/+88
|\ \ \ \
| * | | | smart: implement by-date insertion when revwalkingEtienne Samson2019-08-233-2/+8
| * | | | revwalk: expose more ways of scheduling commitsEtienne Samson2019-08-232-18/+65
| * | | | smart: use push_glob instead of manual filteringEtienne Samson2019-08-216-54/+16
* | | | | Merge pull request #5216 from stinb/ntlm-openssl-headersEdward Thomson2019-09-121-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ntlm: fix failure to find openssl headersJason Haslam2019-08-291-0/+1
| | |/ / | |/| |
* | | | Merge pull request #5222 from tiennou/cmake/spurious-backend-loggingPatrick Steinhardt2019-09-121-2/+0
|\ \ \ \
| * | | | cmake: remove extraneous loggingEtienne Samson2019-09-101-2/+0
* | | | | Merge pull request #5224 from lrm29/check_if_repository_memory_leakEdward Thomson2019-09-112-3/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | open:move all cleanup code to cleanup label in git_repository_open_extLaurence McGlashan2019-09-101-9/+7
| * | | | open:fix memory leak when passing NULL to git_repository_open_extLaurence McGlashan2019-09-102-1/+17
|/ / / /
* | | | Merge pull request #5209 from mkostyuk/apply-wrong-patchEdward Thomson2019-09-093-1/+38
|\ \ \ \
| * | | | apply: Test for EOFNL mishandling when several hunks are processedMax Kostyukevich2019-08-282-0/+37
| * | | | apply: Fix a patch corruption related to EOFNL handlingMax Kostyukevich2019-08-201-1/+1
| | |/ / | |/| |
* | | | Merge pull request #5210 from buddyspike/masterEdward Thomson2019-09-092-3/+50
|\ \ \ \
| * | | | ignore: correct handling of nested rules overriding wild card unignorebuddyspike2019-08-282-3/+50
| |/ / /
* | | | Merge pull request #5214 from pks-t/pks/diff-iterator-allocation-fixesEdward Thomson2019-09-092-79/+130
|\ \ \ \
| * | | | iterator: remove duplicate memsetPatrick Steinhardt2019-08-271-5/+3
| * | | | iterator: avoid leaving partially initialized frame on stackPatrick Steinhardt2019-08-271-2/+5
| * | | | diff_generate: detect memory allocation errors when preparing optsPatrick Steinhardt2019-08-271-0/+1
| * | | | diff_generate: refactor `DIFF_FROM_ITERATORS` macro of doomPatrick Steinhardt2019-08-271-72/+121
| |/ / /
* | | | Merge pull request #5212 from libgit2/ethomson/creds_for_schemeEdward Thomson2019-09-092-9/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | http: ensure the scheme supports the credentialsethomson/creds_for_schemeIan Hattendorf2019-08-231-4/+9