summaryrefslogtreecommitdiff
path: root/src/xdiff
Commit message (Expand)AuthorAgeFilesLines
* xdiff: catch memory allocation errorsPatrick Steinhardt2019-08-232-0/+15
* xdiff: fix typoStefan Widgren2019-03-201-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-223-20/+20
* treewide: avoid use of `inline` attributePatrick Steinhardt2018-07-131-1/+3
* xdiff: upgrade to git's included xdiffEdward Thomson2018-01-2115-133/+272
* Introduce a new `XDL_INLINE` macro and use it instead of `inline`Michael Haggerty2017-10-141-3/+8
* xdiff: rename "struct group" to "struct xdlgroup"Jeff King2016-10-031-7/+7
* diff: improve positioning of add/delete blocks in diffsMichael Haggerty2016-09-292-0/+327
* xdl_change_compact(): introduce the concept of a change groupMichael Haggerty2016-09-291-78/+185
* recs_match(): take two xrecord_t pointers as argumentsMichael Haggerty2016-09-291-6/+6
* xdiff: add recs_match helper functionJacob Keller2016-09-291-4/+10
* leaks: call `xdl_free_classifier`Edward Thomson2016-03-311-1/+1
* xdiff/xprepare: fix a memory leakPatrick Steinhardt2016-03-311-0/+1
* xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bitsPatrick Steinhardt2016-03-311-1/+1
* xdiff: fix memleak on error casePatrick Steinhardt2016-03-011-2/+5
* xmerge: fix memory leak on error pathPatrick Steinhardt2016-02-231-0/+2
* xdiff: reference util.h in parent directoryEdward Thomson2015-10-221-1/+1
* merge_file: treat large files as binaryEdward Thomson2015-10-051-3/+5
* xdiff: convert size variables to size_tEdward Thomson2015-10-053-50/+110
* xdiff: cleanup some warningsEdward Thomson2015-07-102-1/+3
* xdiff: upgrade to core git 2.4.5Edward Thomson2015-07-0711-61/+127
* Spelling fixesWill Stamper2014-12-042-2/+2
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-023-7/+7
|\
| * Fix warnings on 64-bit windows buildsRussell Belfer2012-04-173-7/+7
* | Check for _WIN32 instead of GIT_WIN32 or WIN32 to detect windows build enviro...Sven Strickroth2012-04-211-1/+1
* | WIN32 is not always defined, use GIT_WIN32 insteadSven Strickroth2012-04-201-1/+1
|/
* Update diff to use iteratorsRussell Belfer2012-03-021-2/+2
* Initial implementation of git_diff_blobRussell Belfer2012-03-021-1/+5
* Eliminate xdiff compiler warningsRussell Belfer2012-03-024-13/+26
* Import xdiff library from gitRussell Belfer2012-03-0215-0/+3542