summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: enable the VALGRIND flag on buildsethomson/cifixEdward Thomson2019-11-241-4/+4
* valgrind: add valgrind hints in OpenSSLEdward Thomson2019-11-242-1/+19
* valgrind: add suppressions for undefined useEdward Thomson2019-11-242-0/+24
* test: add an azure repos testEdward Thomson2019-11-241-0/+6
* ci: cache docker layersEdward Thomson2019-11-241-0/+10
* valgrind: suppress libssh2_rsa_sha1_sign leaksEdward Thomson2019-11-241-0/+9
* ci: build our own valgrindEdward Thomson2019-11-241-4/+16
* valgrind: suppress kexinit leaksEdward Thomson2019-11-241-1/+10
* ci: build shared libssh2Edward Thomson2019-11-241-1/+1
* ci: break dockerfile into stagesEdward Thomson2019-11-241-2/+5
* ci: don't delete the apt cacheEdward Thomson2019-11-241-3/+1
* ci: don't install libssh2 since we build itEdward Thomson2019-11-241-1/+1
* valgrind: suppress uninitialized reads in libcryptoEdward Thomson2019-11-231-0/+8
* ci: show distribution informationEdward Thomson2019-11-231-1/+1
* ci: provide a default for xcode generatorEdward Thomson2019-11-231-0/+1
* Merge pull request #5303 from pks-t/pks/patch-path-in-body-onlyEdward Thomson2019-11-163-5/+37
|\
| * patch_parse: use paths from "---"/"+++" lines for binary patchesPatrick Steinhardt2019-11-103-5/+37
* | Merge pull request #5285 from pcpthm/winhttp-308Edward Thomson2019-11-161-1/+6
|\ \
| * | Follow 308 redirect in WinHTTP transportpcpthm2019-10-261-1/+6
* | | Merge pull request #5302 from tiennou/fix/p_lstat-errnoEdward Thomson2019-11-161-0/+1
|\ \ \ | |_|/ |/| |
| * | fileops: correct error return on p_lstat failures when mkdirEtienne Samson2019-11-091-0/+1
* | | Merge pull request #5299 from pks-t/pks/config-mem-snapshotsEdward Thomson2019-11-062-9/+18
|\ \ \
| * | | config_mem: implement support for snapshotsPatrick Steinhardt2019-11-062-9/+18
| |/ /
* | | Merge pull request #5298 from pks-t/pks/patch-whitespace-only-pathsEdward Thomson2019-11-063-12/+35
|\ \ \ | |/ / |/| |
| * | patch_parse: fix segfault when header path contains whitespace onlyPatrick Steinhardt2019-11-053-12/+35
|/ /
* | Merge pull request #5282 from pks-t/pks/config-file-iterator-racePatrick Steinhardt2019-11-052-100/+99
|\ \
| * | config_file: keep reference to config entries when creating iteratorPatrick Steinhardt2019-11-051-3/+5
| * | config_file: refactor taking entries ref to return an error codePatrick Steinhardt2019-11-051-16/+14
| * | config_file: remove unused includesPatrick Steinhardt2019-11-051-6/+0
| * | config_file: rename function namesPatrick Steinhardt2019-11-051-58/+63
| * | config_snapshot: rename function namesPatrick Steinhardt2019-11-051-22/+22
|/ /
* | Merge pull request #5293 from csware/config_snapshot-snapshotPatrick Steinhardt2019-11-052-0/+21
|\ \
| * | Fix crash if snapshotting a config_snapshotSven Strickroth2019-11-012-0/+21
* | | Merge pull request #5295 from romkatv/fix-diff-resPatrick Steinhardt2019-11-051-1/+1
|\ \ \
| * | | fix a bug introduced in 8a23597bromkatv2019-11-051-1/+1
|/ / /
* | | Merge pull request #5275 from pks-t/pks/reflogs-with-newlinesEdward Thomson2019-11-028-132/+155
|\ \ \
| * | | refdb_fs: properly parse corrupted reflogsPatrick Steinhardt2019-10-182-28/+29
| * | | refdb_fs: convert reflog parsing to use parserPatrick Steinhardt2019-10-183-44/+42
| * | | reflog: allow adding entries with newlines in their messagePatrick Steinhardt2019-10-185-16/+60
| * | | stash: refactor code that prepares commit messagesPatrick Steinhardt2019-10-181-18/+15
| * | | stash: modernize code style of `git_stash_save`Patrick Steinhardt2019-10-181-32/+15
* | | | Merge pull request #5289 from libgit2/cmn/create-with-signature-verificationEdward Thomson2019-11-012-10/+57
|\ \ \ \
| * | | | commit: verify objects exist in git_commit_with_signaturecmn/create-with-signature-verificationCarlos Martín Nieto2019-10-301-2/+25
| * | | | commit: add failing tests for object checking for git_commit_with_signatureCarlos Martín Nieto2019-10-301-8/+32
|/ / / /
* | | | Merge pull request #5276 from pks-t/pks/patch-fuzzing-fixesPatrick Steinhardt2019-10-294-7/+116
|\ \ \ \ | |_|_|/ |/| | |
| * | | patch_parse: detect overflow when calculating old/new line positionPatrick Steinhardt2019-10-214-4/+53
| * | | patch_parse: fix out-of-bounds read with No-NL linesPatrick Steinhardt2019-10-192-1/+16
| * | | patch_parse: reject empty path namesPatrick Steinhardt2019-10-193-0/+17
| * | | patch_parse: reject patches with multiple old/new pathsPatrick Steinhardt2019-10-193-2/+30
* | | | Merge pull request #5227 from ddevault/checkPatrick Steinhardt2019-10-244-3/+161
|\ \ \ \