summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* transport: allow cred/cert callbacks to return >0origin/ethomson/defer_cert_cred_cb_0_27Edward Thomson2018-11-064-6/+30
* transport: see if cert/cred callbacks exist before calling themEdward Thomson2018-11-062-2/+18
* Merge pull request #4846 from pks-t/pks/v0.27.6v0.27.7Patrick Steinhardt2018-10-2629-66/+457
|\
| * version: bump to v0.27.7Patrick Steinhardt2018-10-261-2/+2
| * CHANGELOG: update for v0.27.7Patrick Steinhardt2018-10-261-0/+45
| * winhttp: retry erroneously failing requestsEdward Thomson2018-10-261-14/+18
| * git_remote_prune to be O(n * logn)Marcin Krystianc2018-10-261-1/+1
| * ignore unsupported http authentication schemesAnders Borum2018-10-261-1/+4
| * transport/http: do not return success if we failed to get a schemeEtienne Samson2018-10-261-1/+1
| * cmake: explicitly enable int-conversion warningsPatrick Steinhardt2018-10-261-0/+1
| * tests: fix warning for implicit conversion of integer to pointerPatrick Steinhardt2018-10-261-2/+2
| * cmake: enable -Wformat and -Wformat-securityCarlos Martín Nieto2018-10-261-0/+2
| * fix check if blob is uninteresting when inserting tree to packbuilderAnders Borum2018-10-261-1/+1
| * revwalk: only check the first commit in the list for an earlier timestampCarlos Martín Nieto2018-10-261-2/+8
| * revwalk: use the max value for a signed integerCarlos Martín Nieto2018-10-261-1/+1
| * vector: do not realloc 0-size vectorsEtienne Samson2018-10-261-0/+3
| * vector: do not malloc 0-length vectors on dupEtienne Samson2018-10-262-8/+29
| * index: release the snapshot instead of freeing the indexEtienne Samson2018-10-261-1/+1
| * cmake: detect and use libc-provided iconvPatrick Steinhardt2018-10-261-6/+11
| * remote: set the error before cleanupEtienne Samson2018-10-261-2/+2
| * revwalk: The left operand of '<' is a garbage valueEtienne Samson2018-10-261-1/+1
| * worktree: unlock should return 1 when the worktree isn't lockedEtienne Samson2018-10-262-3/+3
| * Fix leak in index.cabyss72018-10-261-1/+2
| * util: make the qsort_r check work on macOSEtienne Samson2018-10-265-7/+142
| * diff: fix OOM on AIX when finding similar deltas in empty diffPatrick Steinhardt2018-10-261-1/+1
| * Fix the test and comment.Nelson Elhage2018-10-261-2/+20
| * Write a test.Nelson Elhage2018-10-262-0/+16
| * Add a commentNelson Elhage2018-10-261-0/+4
| * Don't error on missing section, just continueNelson Elhage2018-10-261-4/+4
| * config_file: Don't crash on options without a sectionNelson Elhage2018-10-261-0/+4
| * parse: Do not initialize the content in context to NULLJulian Ganz2018-10-261-4/+7
| * tree: rename from_tree to validate and clarify the tree in the testCarlos Martín Nieto2018-10-262-6/+7
| * tree: accept null ids in existing trees when updatingCarlos Martín Nieto2018-10-263-6/+23
| * patch_parse: populate line numbers while parsing diffsEtienne Samson2018-10-262-0/+78
| * worktree: a worktree can be made from a bare repositoryEtienne Samson2018-10-262-1/+21
| * repository: being a worktree means we're not really bareEtienne Samson2018-10-261-3/+7
|/
* Merge pull request #4866 from pks-t/pks/v0.27.6-securityv0.27.6Patrick Steinhardt2018-10-2648-455/+1204
|\
| * version: bump to v0.27.6Patrick Steinhardt2018-10-261-2/+2
| * CHANGELOG: update changelog for v0.27.6Patrick Steinhardt2018-10-261-0/+48
| * commit: fix reading out of bounds when parsing encodingPatrick Steinhardt2018-10-261-1/+1
| * tag: fix out of bounds read when searching for tag messagePatrick Steinhardt2018-10-261-5/+5
| * util: provide `git__memmem` functionPatrick Steinhardt2018-10-263-0/+90
| * util: fix out of bounds read in error messagePatrick Steinhardt2018-10-262-3/+14
| * util: avoid signed integer overflows in `git__strntol64`Patrick Steinhardt2018-10-261-3/+13
| * tests: core::strtol: test for some more edge-casesPatrick Steinhardt2018-10-261-0/+31
| * util: remove `git__strtol32`Patrick Steinhardt2018-10-263-19/+19
| * global: replace remaining use of `git__strtol32`Patrick Steinhardt2018-10-265-6/+8
| * tree-cache: avoid out-of-bound reads when parsing treesPatrick Steinhardt2018-10-261-2/+2
| * util: remove unsafe `git__strtol64` functionPatrick Steinhardt2018-10-263-29/+16
| * config: remove last instance of `git__strntol64`Patrick Steinhardt2018-10-261-1/+1