-
```
(I deleted the default issue description headers, since those apply to a
bug report but not so much to a feature request)
Say I have a huge file (3GB) that is version 1. I also have a xdelta3 pat…
-
```
Add an output mode to open-vcdiff which outputs the diff in a JSON format.
```
Original issue reported on code.google.com by `jamesd...@gmail.com` on 19 Nov 2009 at 8:22
-
```
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 …
-
```
(I deleted the default issue description headers, since those apply to a
bug report but not so much to a feature request)
Say I have a huge file (3GB) that is version 1. I also have a xdelta3 pat…
-
```
(I deleted the default issue description headers, since those apply to a
bug report but not so much to a feature request)
Say I have a huge file (3GB) that is version 1. I also have a xdelta3 pat…
-
```
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…
-
```
I have identified a bottleneck in the streaming decoder implementation, more
precisely where decoded_target->reserve() is called unconditionally in
VCDiffDeltaFileWindow::ReadHeader.
When strin…
-
```
What steps will reproduce the problem?
1. Create two slightly different ~5GB files on Windows XP SP2.
2. Run xdelta3 -evv -s file1.bin file2.bin file2.vcdiff
What is the expected output? What do …
-
```
What steps will reproduce the problem?
1. Create two slightly different ~5GB files on Windows XP SP2.
2. Run xdelta3 -evv -s file1.bin file2.bin file2.vcdiff
What is the expected output? What do …
-
```
What steps will reproduce the problem?
1. Install OS X 10.9 and Xcode 5.0.1
2. Download and unpack open-vcdiff 0.8.3 tar ball
3. ./configure
4. make
What is the expected output? What do you see i…