-
```
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…
-
```
What steps will reproduce the problem?
1. Download and extract open-vcdiff v0.1 source tarball
on a FreeBSD 6.0 machine.
2. In top extracted directory, execute: ./configure && make
3. Execute: …
-
```
std::auto_ptr is deprecated in c++11, let's use std::unique_ptr instead in that
case.
```
Original issue reported on code.google.com by `most...@opera.com` on 19 Mar 2014 at 10:45
-
```
The code in vcdiff_main.cc is currently not covered by unit tests.
Add a new unit test which will invoke the "vcdiff" command-line executable
and exercise most of the code paths in vcdiff_main.cc.…
-
```
EngineEncodeSampleTextInterleavedWithTargetMatching is identical to
EngineEncodeSampleTextInterleaved. Notably, this is the first line:
Encode(/* interleaved = */ true, /* target matching = */ …
-
```
What steps will reproduce the problem?
1. ./configure; make
2. make check > test.log 2>&1
3.
MinGW is installed in Windows XP. It's OK to build the open-vcdiff and the
vcdiff.exe can run.
This i…
-
```
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?
(On a Linux system, or anywhere that ulimit is available:)
1. Build and/or install the vcdiff executable for open-vcdiff v0.2.
2. Download the attached delta…
-
```
What steps will reproduce the problem?
1. Attempt to encode with source NULL
open_vcdiff::VCDiffEncoder enc(NULL, 0)
You get a segfault.
The problem is in BlockHash::AddAllBlocksThroughInd…
-
```
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 …