• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Jan-2016-

cpp-btree/H03-May-2022-5,7524,158

examples/H08-Jan-2016-8,3427,085

go/src/H08-Jan-2016-682576

m4/H08-Jan-2016-612574

testing/H03-May-2022-5,0103,691

COPYINGH A D08-Jan-201617.6 KiB341281

Makefile.amH A D08-Jan-20165.3 KiB193126

README.mdH A D08-Jan-20161.2 KiB4024

badcopy.cH A D08-Jan-20163.5 KiB159124

configure.acH A D08-Jan-20161.4 KiB5142

install-shH A D01-Jan-19700

linkxd3lib.cH A D08-Jan-2016936 4333

plot.shH A D08-Jan-2016255 2614

rcs_junk.ccH A D08-Jan-201635.5 KiB1,8621,413

run_release.shH A D08-Jan-20165.6 KiB272205

xdelta3-blkcache.hH A D08-Jan-201614.1 KiB565403

xdelta3-cfgs.hH A D08-Jan-20164.1 KiB174117

xdelta3-decode.hH A D08-Jan-201632.4 KiB1,223860

xdelta3-djw.hH A D08-Jan-201646.4 KiB1,8421,259

xdelta3-fgk.hH A D08-Jan-201621.9 KiB861594

xdelta3-hash.hH A D08-Jan-20164.4 KiB164119

xdelta3-internal.hH A D08-Jan-201614.6 KiB388312

xdelta3-list.hH A D08-Jan-20168.6 KiB131110

xdelta3-lzma.hH A D08-Jan-20164.5 KiB198141

xdelta3-main.hH A D08-Jan-2016101.5 KiB4,0643,143

xdelta3-merge.hH A D08-Jan-201613.6 KiB587452

xdelta3-second.hH A D08-Jan-20167.2 KiB325238

xdelta3-test.hH A D08-Jan-201678.8 KiB3,0272,249

xdelta3.1H A D08-Jan-20162.4 KiB154140

xdelta3.cH A D08-Jan-2016131.9 KiB4,8233,241

xdelta3.hH A D03-May-202247.8 KiB1,461785

xdelta3.iH A D08-Jan-20162.1 KiB8668

xdelta3.vcxprojH A D08-Jan-201621.2 KiB339339

xdelta3.wxiH A D08-Jan-2016381 87

xdelta3.wxsH A D08-Jan-20164.7 KiB132103

README.md

1Xdelta 3.x readme.txt
2Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
32009, 2010, 2011, 2012, 2013, 2014, 2015
4<josh.macdonald@gmail.com>
5
6
7Thanks for downloading Xdelta!
8
9This directory contains the Xdelta3 command-line interface (CLI) and source
10distribution for VCDIFF differential compression, a.k.a. delta
11compression. The latest information and downloads are available here:
12
13  http://xdelta.org/
14  http://github.com/jmacd/xdelta/
15
16Xdelta can be configured to use XZ Utils for secondary compression:
17
18  http://tukaani.org/xz/
19
20The command-line syntax is detailed here:
21
22  https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md
23
24Run 'xdelta3 -h' for brief help.  Run 'xdelta3 test' for built-in tests.
25
26Sample commands (like gzip, -e means encode, -d means decode)
27
28  xdelta3 -9 -S lzma -e -f -s OLD_FILE NEW_FILE DELTA_FILE
29  xdelta3 -d -s OLD_FILE DELTA_FILE DECODED_FILE
30
31File bug reports and browse open support issues here:
32
33  https://github.com/jmacd/xdelta/issues
34
35The source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++
36and Cygwin builds.  Xdelta3 is covered under the terms of the GPL, see
37COPYING.
38
39Commercial inquiries welcome, please contact <josh.macdonald@gmail.com>
40