Home | History | Annotate | Download | only in open-vcdiff

Lines Matching full:issue

4   * Issue #34: Move zconf.h, zlib.h, and adler32.c into a zlib subdirectory to
7 * Issue #32: Fix erroneous parameter in unit test.
12 * Issue #29: Include public header format_extension_flags.h in the Debian
14 * Issue #31: Add missing license text to codetablewriter_interface.h and to
20 * Issue #24: Revert the fix for Issue #21, which caused a regression
23 so Issue #21 is no longer a problem.
31 * Issue #12: Truncate decoded_target_ after decoding each window, rather than
34 * Issue #22: To work around a bug in the gold linker
37 * Issue #23: Add an option for the encoder to produce simple JSON output
39 * Issue #25: Enable VCDIFF_USE_BLOCK_COMPARE_WORDS for the PowerPC
43 * Issue #28: Only call string::reserve() when the required capacity is greater
84 * Issue #9: Add option to optimize VCDIFF decoder when VCD_TARGET will not be
88 VCD_TARGET flag, it will issue an error and refuse to continue decoding.
89 * Issue #19: ERROR: Length of target window (100001916) exceeds limit of
100 * Issue #21: Fail to test on MinGW 5.1.4
115 * Issue #14: HashedDictionary may free memory twice if implicitly copied.
117 * Issue #18: Building RPM package fails on Fedora 9: Installed (but
146 * Issue #6: vcdiff crashes with zero-size dictionary
148 * Issue #7: vcdiff incorrect binary I/O on Windows
150 * Issue #13: Add unit test for vcdiff command-line executable
153 * Issue #15: open-vcdiff fails to compile on Fedora 9
162 * Issue #15: open-vcdiff fails to compile on Fedora 9
168 * Issue #8: Decoder should not crash if it runs out of memory
171 * Issue #13: Add unit test for vcdiff command-line executable
178 * Issue #1: vcdiff command-line executable crashes on startup.
182 * Issue #2: Unit test blockhash_test fails.