[PATCH] Deltification library work by Nicolas Pitre.
authorNicolas Pitre <redacted>
Thu, 19 May 2005 14:27:14 +0000 (10:27 -0400)
committerLinus Torvalds <redacted>
Thu, 19 May 2005 15:56:22 +0000 (08:56 -0700)
commita310d4349467d78266f38d29e500c77b96ee5bef
tree33777305e65ea08fcb143ecc2a25f94bc75ee141
parent21949255d1a9c04ed8cba9c54ddac13889b2ea26
[PATCH] Deltification library work by Nicolas Pitre.

This patch adds the basic library functions to create and replay delta
information.  Also included is a test-delta utility to validate the
code.

diff-delta was based on LibXDiff written by Davide Libenzi

Signed-off-by: Nicolas Pitre <redacted>
Signed-off-by: Davide Libenzi <redacted>
Signed-off-by: Linus Torvalds <redacted>
Makefile
delta.h [new file with mode: 0644]
diff-delta.c [new file with mode: 0644]
patch-delta.c [new file with mode: 0644]
test-delta.c [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT