summaryrefslogtreecommitdiffstats
path: root/patch-delta.c
Commit message (Expand)AuthorAgeFilesLines
* patch-delta: handle truncated copy parametersJeff King2018-08-301-7/+14
* patch-delta: consistently report corruptionJann Horn2018-08-301-2/+3
* patch-delta: fix oob readJann Horn2018-08-301-1/+1
* compat: helper for detecting unsigned overflowJonathan Nieder2011-02-101-1/+1
* Fix integer overflow in patch_delta()Ilari Liusvaara2010-01-261-2/+1
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-141-1/+1
* Fix big left-shifts of unsigned charLinus Torvalds2009-06-181-1/+1
* make patch_delta() error cases a bit more verboseNicolas Pitre2006-12-181-7/+6
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-2/+2
* split the diff-delta interfaceNicolas Pitre2006-04-241-2/+2
* check patch_delta bounds more carefullyNicolas Pitre2006-04-071-5/+21
* remove delta-against-self bitNicolas Pitre2006-02-091-3/+2
* [PATCH] NUL terminate the object data in patch_delta()Sergey Vlasov2005-09-041-1/+2
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-291-19/+3
* [PATCH] denser delta header encodingNicolas Pitre2005-06-281-14/+14
* [PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre2005-05-191-0/+88