-
```
Originally reported as Chromium issues 2662 and 2988:
http://code.google.com/p/chromium/issues/detail?id=2662
http://code.google.com/p/chromium/issues/detail?id=2988
Reporters were craig.schlenter…
-
```
What steps will reproduce the problem?
1. encode two similar ~500 MB files on Windows XP Sp2 with these options
xdelta3 -B 16777216 -M 262144 -W 134217728 -s file3.bin file4.bin
trial18.vcdiff
…
-
```
What steps will reproduce the problem?
1. run xdelta printhdrs filename.xd3
2. run xdelta printdelta filename.xd3
3.
What is the expected output? What do you see instead?
Expected: delta/headers …
-
```
What steps will reproduce the problem?
1. Download open-vcdiff-0.8.3.tar.gz
2. Open vsprojects/open-vcdiff.sln in Visual Studio 2010
3. Allow it to upgrade the solution file
4. Build all
What is …
-
```
open-vcdiff contains old copies of zlib's adler32.c, zlib.h and zconf.h. For a
project that uses open-vcdiff and links to zlib library (e.g. Chromium), the
duplicated code will cause unnecessary…
-
```
Hi,
Using 0.8.3 on Linux. Got some situation using openembedded framework and
autoreconf:
aclocal: error: non-option arguments are not accepted: '\'.
This comes from ACLOCAL_AMFLAGS in Makefil…
-
```
What steps will reproduce the problem?
1. create file "test1.js", input "你好", and save it without BOM.
2. create file "test2.js", input "你好么", and save it without BOM, too.
3. use command line: v…
-
```
I'm using VCDIFF without a dictionary and thus to copy only within the
target file. So a sort of GZIP with a large window. So I'm trying to
extend the size of the window within the target file f…
-
```
The open-vcdiff decoder currently supports the full VCDIFF format as
specified in RFC 3284. The open-vcdiff encoder uses only a subset of the
features available in that format.
One example is us…
-
```
What steps will reproduce the problem?
1. Remove the define for "VCDIFF_TOOLS"
2. Try to compile and watch it fail due to recent changes to xdelta-main.h
What is the expected output? What do you …