summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-101-0/+1
* | Disallow NTFS Alternate Data Stream attacks, even on Linux/macOSJohannes Schindelin2019-12-105-0/+11
* | Protect against 8.3 "short name" attacks also on Linux/macOSJohannes Schindelin2019-12-101-2/+1
* | cl_git_fail: do not report bogus error messageJohannes Schindelin2019-12-101-1/+1
|/
* Merge pull request #5312 from pks-t/pks/patch-base85-overflowEdward Thomson2019-12-012-0/+15
|\
| * patch_parse: fix out-of-bounds reads caused by integer underflowPatrick Steinhardt2019-11-282-0/+15
* | Merge pull request #5311 from pks-t/pks/clar-trace-warningEdward Thomson2019-11-291-10/+16
|\ \
| * | tests: fix compiler warning if tracing is disabledPatrick Steinhardt2019-11-281-10/+16
| |/
* | tests: config: only test parsing huge file with GITTEST_INVASIVE_SPEEDPatrick Steinhardt2019-11-281-0/+3
|/
* Merge pull request #5306 from herrerog/patchidPatrick Steinhardt2019-11-283-0/+77
|\
| * diff: make patchid computation work with all types of commits.Gregory Herrero2019-11-282-0/+65
| * patch_parse: correct parsing of patch containing not shown binary data.Gregory Herrero2019-11-192-0/+12
* | Merge pull request #5243 from pks-t/pks/config-optimize-memPatrick Steinhardt2019-11-282-0/+40020
|\ \
| * | config_entries: micro-optimize storage of multivarsPatrick Steinhardt2019-11-052-0/+40020
* | | Merge pull request #5309 from libgit2/ethomson/tracePatrick Steinhardt2019-11-281-9/+33
|\ \ \
| * | | tests: optionally show test execution tracingethomson/traceEdward Thomson2019-11-271-1/+9
| * | | tests: display trace level with prefix in testsEdward Thomson2019-11-271-8/+24
* | | | Merge pull request #5123 from libgit2/ethomson/off_tPatrick Steinhardt2019-11-283-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-253-3/+3
| | |/ | |/|
* | | test: add an azure repos testEdward Thomson2019-11-241-0/+6
|/ /
* | patch_parse: use paths from "---"/"+++" lines for binary patchesPatrick Steinhardt2019-11-102-0/+26
* | Merge pull request #5299 from pks-t/pks/config-mem-snapshotsEdward Thomson2019-11-061-0/+17
|\ \
| * | config_mem: implement support for snapshotsPatrick Steinhardt2019-11-061-0/+17
| |/
* | patch_parse: fix segfault when header path contains whitespace onlyPatrick Steinhardt2019-11-052-0/+26
|/
* Merge pull request #5293 from csware/config_snapshot-snapshotPatrick Steinhardt2019-11-051-0/+20
|\
| * Fix crash if snapshotting a config_snapshotSven Strickroth2019-11-011-0/+20
* | Merge pull request #5275 from pks-t/pks/reflogs-with-newlinesEdward Thomson2019-11-023-20/+59
|\ \
| * | refdb_fs: properly parse corrupted reflogsPatrick Steinhardt2019-10-181-17/+17
| * | reflog: allow adding entries with newlines in their messagePatrick Steinhardt2019-10-183-3/+42
* | | 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-292-0/+54
|\ \ \
| * | | patch_parse: detect overflow when calculating old/new line positionPatrick Steinhardt2019-10-212-0/+15
| * | | patch_parse: fix out-of-bounds read with No-NL linesPatrick Steinhardt2019-10-191-0/+13
| * | | patch_parse: reject empty path namesPatrick Steinhardt2019-10-192-0/+13
| * | | patch_parse: reject patches with multiple old/new pathsPatrick Steinhardt2019-10-192-0/+13
* | | | Merge pull request #5227 from ddevault/checkPatrick Steinhardt2019-10-242-0/+142
|\ \ \ \
| * | | | apply: add GIT_APPLY_CHECKDrew DeVault2019-10-222-0/+142
| |/ / /
* | | | Merge pull request #5264 from henkesn/refs-unlock-on-commitPatrick Steinhardt2019-10-241-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | refs: unlock unmodified refs on transaction commitSebastian Henke2019-10-171-0/+26
| |/ /
* | | Merge pull request #5273 from dlax/parse-diff-without-extended-headersPatrick Steinhardt2019-10-172-0/+20
|\ \ \
| * | | patch_parse: handle patches without extended headersDenis Laxalde2019-10-162-0/+20
| |/ /
* | | tests: submodule: test cloning edge casesPatrick Steinhardt2019-10-171-0/+37
* | | tests: submodule: make use of sandboxes to clean reposPatrick Steinhardt2019-10-171-9/+9
* | | tests: submodule: fix tests for cloning submodulesPatrick Steinhardt2019-10-171-52/+0
* | | submodule: provide a wrapper for simple submodule clone stepsEtienne Samson2019-10-172-54/+81
|/ /
* | Merge pull request #5257 from henkesn/masterPatrick Steinhardt2019-10-111-0/+21
|\ \
| * | refs: fix locks getting forcibly removedSebastian Henke2019-10-101-0/+21
* | | Merge pull request #5260 from pks-t/pks/cmake3Patrick Steinhardt2019-10-111-6/+1
|\ \ \
| * | | cmake: update minimum CMake version to v3.5.1Patrick Steinhardt2019-10-101-6/+1
| |/ /
* | | Merge pull request #5248 from dlax/parse-patch-empty-filesPatrick Steinhardt2019-10-101-0/+20
|\ \ \ | |/ / |/| |