jak-project/third-party/xdelta3/xdelta3
water111 e9567a6e4b
Cleanup goalc tests, fix jak2 kernel bugs (#1669)
* Cleanup goalc tests, fix jak2 kernel bugs

* fix warnings on linux

* spelling is hard
2022-07-17 14:12:11 -04:00
..
cpp-btree add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
examples add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
go/src add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
m4 add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
testing add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
badcopy.c add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
configure.ac add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
draft-korn-vcdiff.txt add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
generate_build_files.sh add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
LICENSE add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
linkxd3lib.c add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
Makefile.am add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
plot.sh add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
rcs_junk.cc add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
README.md add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
run_release.sh add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-blkcache.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-cfgs.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-decode.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-djw.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-fgk.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-hash.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-internal.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-list.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-lzma.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-main.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-merge.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-second.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3-test.h add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3.1 add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3.c add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3.h Cleanup goalc tests, fix jak2 kernel bugs (#1669) 2022-07-17 14:12:11 -04:00
xdelta3.i add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3.vcxproj add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3.wxi add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3.wxs add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00

Xdelta 3.x readme.txt Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 josh.macdonald@gmail.com

Thanks for downloading Xdelta!

This directory contains the Xdelta3 command-line interface (CLI) and source distribution for VCDIFF differential compression, a.k.a. delta compression. The latest information and downloads are available here:

http://xdelta.org/ http://github.com/jmacd/xdelta/

Xdelta can be configured to use XZ Utils for secondary compression:

http://tukaani.org/xz/

The command-line syntax is detailed here:

https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md

Run 'xdelta3 -h' for brief help. Run 'xdelta3 test' for built-in tests.

Sample commands (like gzip, -e means encode, -d means decode)

xdelta3 -9 -S lzma -e -f -s OLD_FILE NEW_FILE DELTA_FILE xdelta3 -d -s OLD_FILE DELTA_FILE DECODED_FILE

File bug reports and browse open support issues here:

https://github.com/jmacd/xdelta/issues

The source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++ and Cygwin builds. Xdelta3 is covered under the terms of the APL, see LICENSE.