summaryrefslogtreecommitdiff
path: root/tests/patch/patch_common.h
Commit message (Expand)AuthorAgeFilesLines
* patch_parse: use paths from "---"/"+++" lines for binary patchesPatrick Steinhardt2019-11-101-0/+12
* patch_parse: fix segfault when header path contains whitespace onlyPatrick Steinhardt2019-11-051-0/+12
* patch_parse: detect overflow when calculating old/new line positionPatrick Steinhardt2019-10-211-0/+8
* patch_parse: reject empty path namesPatrick Steinhardt2019-10-191-0/+6
* patch_parse: reject patches with multiple old/new pathsPatrick Steinhardt2019-10-191-0/+7
* patch_parse: handle patches without extended headersDenis Laxalde2019-10-161-0/+10
* apply: Test for EOFNL mishandling when several hunks are processedMax Kostyukevich2019-08-281-0/+26
* patch_parse: handle missing newline indicator in old filePatrick Steinhardt2019-07-111-0/+10
* patch_parse.c: Handle CRLF in parse_header_startDrew DeVault2019-04-051-0/+9
* tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner2019-03-291-0/+9
* patch: add support for partial patch applicationJason Haslam2018-11-051-0/+106
* patch_parse: allow parsing ambiguous patch headersPatrick Steinhardt2017-11-111-0/+10
* diff: implement function to calculate patch IDPatrick Steinhardt2017-06-261-1/+60
* diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-051-0/+5
* apply: test postimages that grow/shrink originalEdward Thomson2016-05-261-0/+89
* apply: move patch data to patch_common.hEdward Thomson2016-05-261-0/+574