summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version: bump to v0.27.8ethomson/v0.27.8Edward Thomson2019-01-251-2/+2
* CHANGELOG: update for v0.27.8Edward Thomson2019-01-251-0/+33
* ignore: remove now-useless check for LEADINGDIRPatrick Steinhardt2019-01-251-14/+3
* tests: status::ignore: fix style of a testPatrick Steinhardt2019-01-251-20/+15
* ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt2019-01-253-3/+46
* patch_parse: remove unused function `parse_number`Patrick Steinhardt2019-01-251-20/+0
* strntol: fix out-of-bounds reads when parsing numbers with leading signPatrick Steinhardt2019-01-252-2/+18
* tree: fix integer overflow when reading unreasonably large filemodesPatrick Steinhardt2019-01-251-13/+15
* strntol: fix detection and skipping of base prefixesPatrick Steinhardt2019-01-252-11/+44
* tree: fix mode parsing reading out-of-boundsPatrick Steinhardt2019-01-251-3/+4
* strntol: fix out-of-bounds read when skipping leading spacesPatrick Steinhardt2019-01-252-2/+15
* signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt2019-01-182-1/+21
* tests: address two null argument instancesNoah Pendleton2019-01-182-2/+4
* commit: fix out-of-bound reads when parsing truncated author fieldsPatrick Steinhardt2019-01-181-1/+1
* config: fix adding files if their parent directory is a filePatrick Steinhardt2019-01-182-1/+21
* Typesetting conventionsJoe Rabinoff2019-01-181-9/+9
* Removed one null checkJoe Rabinoff2019-01-181-3/+2
* Fix segfault in loose_backend__readstreamJoe Rabinoff2019-01-181-5/+10
* make proxy_stream_close close target stream even on errorsAnders Borum2019-01-181-0/+6
* annotated_commit: peel to commit instead of assuming we have oneCarlos Martín Nieto2019-01-181-4/+4
* refs: constify git_reference_peelCarlos Martín Nieto2019-01-182-8/+9
* annotated_commit: add failing test for looking up from annotated tagCarlos Martín Nieto2019-01-181-0/+26
* config: assert that our parameters are validEtienne Samson2019-01-181-0/+2
* refs: assert that we're passed valid refs when renamingEtienne Samson2019-01-181-0/+2
* diff: assert that we're passed a valid git_diff objectEtienne Samson2019-01-181-0/+2
* submodule: grab the error while loading from configEtienne Samson2019-01-181-1/+1
* Merge pull request #4916 from libgit2/ethomson/backport_0278Edward Thomson2018-12-191-5/+4
|\
| * smart transport: only clear url on hard resetethomson/backport_0278Edward Thomson2018-12-191-5/+4
|/
* 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