author | Nicolas Pitre <nico@cam.org> | |
Thu, 19 May 2005 14:27:14 +0000 (10:27 -0400) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 19 May 2005 15:56:22 +0000 (08:56 -0700) | ||
commit | a310d4349467d78266f38d29e500c77b96ee5bef | |
tree | 33777305e65ea08fcb143ecc2a25f94bc75ee141 | tree | snapshot |
parent | 21949255d1a9c04ed8cba9c54ddac13889b2ea26 | commit | diff |
[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 <nico@cam.org>
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 <nico@cam.org>
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile | diff | blob | history | |
delta.h | [new file with mode: 0644] | blob |
diff-delta.c | [new file with mode: 0644] | blob |
patch-delta.c | [new file with mode: 0644] | blob |
test-delta.c | [new file with mode: 0644] | blob |