summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: correct comment from libssh to libssh2ethomson/libssh2_not_libsshEdward Thomson2018-10-171-1/+1
* Merge pull request #4845 from pks-t/pks/object-fuzzerCarlos Martín Nieto2018-10-157-1/+442
|\
| * fuzzers: add object parsing fuzzerPatrick Steinhardt2018-10-115-0/+432
| * object: properly propagate errors on parsing failuresPatrick Steinhardt2018-10-111-1/+3
| * fuzzers: initialize libgit2 in standalone driverPatrick Steinhardt2018-10-111-0/+7
* | Merge commit 'afd10f0' (Follow 308 redirects)Carlos Martín Nieto2018-10-151-1/+2
|\ \
| * | Follow 308 redirects (as used by GitLab)Zander Brown2018-10-131-1/+2
| |/
* | Merge pull request #4842 from nelhage/fuzz-config-memoryPatrick Steinhardt2018-10-124-31/+23
|\ \
| * | Apply code review feedbackNelson Elhage2018-10-112-8/+5
| * | fuzzers: Port config_file_fuzzer to the new in-memory backendNelson Elhage2018-10-091-25/+18
| * | config: Refactor `git_config_backend_from_string` to take a lengthNelson Elhage2018-10-093-6/+8
* | | Merge pull request #4828 from csware/git_futils_rmdir_r_failingEdward Thomson2018-10-071-0/+22
|\ \ \
| * | | tests: sanitize file hierarchy after running rmdir testsPatrick Steinhardt2018-10-051-0/+6
| * | | tests: Add some more tests for git_futils_rmdir_rSven Strickroth2018-10-051-0/+16
* | | | Merge pull request #4830 from pks-t/pks/diff-stats-rename-commonEdward Thomson2018-10-0714-5/+45
|\ \ \ \
| * | | | diff_stats: use git's formatting of renames with common directoriesPatrick Steinhardt2018-10-042-5/+19
| * | | | tests: verify diff stats with renames in subdirectoryPatrick Steinhardt2018-10-0413-1/+27
| |/ / /
* | | | Merge pull request #4839 from palmin/ignore-unsupported-http-authEdward Thomson2018-10-071-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | ignore unsupported http authentication schemesAnders Borum2018-10-061-1/+4
|/ / /
* | | Merge pull request #4837 from pks-t/cmn/reject-option-submodule-url-pathPatrick Steinhardt2018-10-052-8/+103
|\ \ \
| * | | submodule: ignore path and url attributes if they look like optionsCarlos Martín Nieto2018-10-051-8/+23
| * | | submodule: add failing test for option-injection protection in url and pathCarlos Martín Nieto2018-10-051-0/+80
* | | | Merge pull request #4836 from pks-t/pks/smart-packetsPatrick Steinhardt2018-10-054-109/+465
|\ \ \ \
| * | | | smart_pkt: do not accept callers passing in no line lengthPatrick Steinhardt2018-10-031-3/+3
| * | | | smart_pkt: return parsed length via out-parameterPatrick Steinhardt2018-10-031-29/+34
| * | | | smart_pkt: reorder and rename parameters of `git_pkt_parse_line`Patrick Steinhardt2018-10-034-36/+36
| * | | | smart_pkt: fix buffer overflow when parsing "unpack" packetsPatrick Steinhardt2018-10-031-4/+2
| * | | | smart_pkt: fix "ng" parser accepting non-space characterPatrick Steinhardt2018-10-031-2/+2
| * | | | smart_pkt: fix buffer overflow when parsing "ok" packetsPatrick Steinhardt2018-10-032-16/+16
| * | | | smart_pkt: fix buffer overflow when parsing "ACK" packetsPatrick Steinhardt2018-10-032-30/+34
| * | | | smart_pkt: adjust style of "ref" packet parsing functionPatrick Steinhardt2018-10-031-25/+19
| * | | | smart_pkt: check whether error packets are prefixed with "ERR "Patrick Steinhardt2018-10-031-2/+9
| * | | | smart_pkt: explicitly avoid integer overflows when parsing packetsPatrick Steinhardt2018-10-032-6/+6
| * | | | smart_pkt: honor line length when determining packet typePatrick Steinhardt2018-10-031-6/+6
| * | | | tests: verify parsing logic for smart packetsPatrick Steinhardt2018-10-031-0/+348
| | |/ / | |/| |
* | | | Merge pull request #4832 from pks-t/pks/config-includes-null-derefPatrick Steinhardt2018-10-052-3/+44
|\ \ \ \ | |_|_|/ |/| | |
| * | | config_file: properly ignore includes without "path" valuePatrick Steinhardt2018-10-052-1/+14
| * | | tests: always unlink created config filesPatrick Steinhardt2018-10-051-2/+30
| | |/ | |/|
* | | Merge pull request #4831 from pks-t/pks/int-conversionEdward Thomson2018-10-052-2/+3
|\ \ \ | |/ / |/| |
| * | cmake: explicitly enable int-conversion warningsPatrick Steinhardt2018-10-051-0/+1
| * | tests: fix warning for implicit conversion of integer to pointerPatrick Steinhardt2018-10-051-2/+2
|/ /
* | Merge pull request #4829 from pks-t/pks/cmake-cmp0054Edward Thomson2018-10-041-2/+5
|\ \
| * | cmake: enable new quoted argument policy CMP0054Patrick Steinhardt2018-10-041-0/+3
| * | cmake: remove spaces between `IF` and `(` for policiesPatrick Steinhardt2018-10-041-2/+2
| |/
* | Merge pull request #4824 from palmin/packbuilder-interesting-blobPatrick Steinhardt2018-10-041-1/+1
|\ \
| * | fix check if blob is uninteresting when inserting tree to packbuilderAnders Borum2018-10-011-1/+1
| |/
* | Merge pull request #4827 from tiennou/fix/documentation-fixupsPatrick Steinhardt2018-10-043-20/+59
|\ \ | |/ |/|
| * config: fix incorrect filename in documentation commentEtienne Samson2018-10-011-1/+1
| * doc: small fixups & additionsEtienne Samson2018-10-013-19/+58
* | Merge pull request #4812 from libgit2/ethomson/ci-refactorEdward Thomson2018-09-296-58/+76
|\ \