Home
last modified time | relevance | path

Searched refs:vcdiff (Results 1 – 21 of 21) sorted by relevance

/external/chromium/sdch/
Dsdch.gyp15 'open-vcdiff/src/addrcache.cc',
16 'open-vcdiff/src/adler32.c',
17 'open-vcdiff/src/blockhash.cc',
18 'open-vcdiff/src/blockhash.h',
19 'open-vcdiff/src/checksum.h',
20 'open-vcdiff/src/codetable.cc',
21 'open-vcdiff/src/codetable.h',
22 'open-vcdiff/src/compile_assert.h',
23 'open-vcdiff/src/decodetable.cc',
24 'open-vcdiff/src/decodetable.h',
[all …]
/external/chromium/sdch/open-vcdiff/packages/deb/
Dcontrol1 Source: open-vcdiff
12 Description: open-vcdiff common library
13 This library includes common modules needed by the open-vcdiff package.
14 For details, please see http://code.google.com/p/open-vcdiff
20 Description: open-vcdiff decoder library
21 This library is part of the open-vcdiff package and provides a decoder for the
23 For details, please see http://code.google.com/p/open-vcdiff
29 Description: open-vcdiff encoder library
30 This library is part of the open-vcdiff package and provides an encoder for the
32 For details, please see http://code.google.com/p/open-vcdiff
[all …]
Dchangelog1 open-vcdiff (0.7-1) unstable; urgency=medium
7 open-vcdiff (0.6-1) unstable; urgency=low
13 open-vcdiff (0.5-1) unstable; urgency=low
19 open-vcdiff (0.4-1) unstable; urgency=low
25 open-vcdiff (0.3-1) unstable; urgency=low
31 open-vcdiff (0.2-1) unstable; urgency=low
37 open-vcdiff (0.1-1) unstable; urgency=low
Drules103 $(CURDIR)/debian/tmp/usr/share/man/man1/vcdiff.1
Dcopyright4 It was downloaded from http://code.google.com/p/open-vcdiff
/external/chromium/sdch/open-vcdiff/
DREADME1 open-vcdiff is an encoder and decoder for the VCDIFF format, as described in
7 http://code.google.com/p/open-vcdiff/wiki/HowToUseOpenVcdiff
12 This should compile the unit tests as well as "vcdiff", a simple command-line
13 utility to run the encoder and decoder. Typical usage of vcdiff is as follows
15 vcdiff encode -dictionary file.dict < target_file > delta_file
16 vcdiff decode -dictionary file.dict < delta_file > target_file
17 To see the command-line syntax of vcdiff, use "vcdiff --help" or just "vcdiff".
42 http://code.google.com/p/open-vcdiff/wiki/HowToUseOpenVcdiff
DChangeLog49 unpackaged) file vcdiff.1.gz.
52 expects a file named "vcdiff.1" and finds one named "vcdiff.1.gz" instead.
77 * Issue #6: vcdiff crashes with zero-size dictionary
79 * Issue #7: vcdiff incorrect binary I/O on Windows
81 * Issue #13: Add unit test for vcdiff command-line executable
82 * Unit test vcdiff_test.bat added for Visual Studio testing of vcdiff.exe.
84 * Issue #15: open-vcdiff fails to compile on Fedora 9
93 * Issue #15: open-vcdiff fails to compile on Fedora 9
102 * Issue #13: Add unit test for vcdiff command-line executable
109 * Issue #1: vcdiff command-line executable crashes on startup.
[all …]
DMakefile.am32 dist_man1_MANS = man/vcdiff.1
135 bin_PROGRAMS += vcdiff program
211 testdata/allocates_4gb.vcdiff
240 vsprojects/open-vcdiff.sln \
260 vsprojects/vcdiff/vcdiff.vcproj \
DTHANKS1 open-vcdiff has originally been written by Lincoln Smith with
6 Many people further contributed to open-vcdiff by reporting
Dconfigure.ac7 AC_INIT(open-vcdiff, 0.7, opensource@google.com)
DMakefile.in47 bin_PROGRAMS = vcdiff$(EXEEXT)
363 dist_man1_MANS = man/vcdiff.1
488 testdata/allocates_4gb.vcdiff
503 vsprojects/open-vcdiff.sln \
523 vsprojects/vcdiff/vcdiff.vcproj \
719 vcdiff$(EXEEXT): $(vcdiff_OBJECTS) $(vcdiff_DEPENDENCIES)
720 @rm -f vcdiff$(EXEEXT)
Dconfigure1448 --docdir=DIR documentation root [DATAROOTDIR/doc/open-vcdiff]
/external/chromium/sdch/open-vcdiff/vsprojects/
Dvcdiff_test.bat17 rem This script tests the correctness of the vcdiff.exe command-line
26 rem vcdiff.exe executable.
28 ( echo Must pass location of vcdiff.exe as script argument ^
39 set DELTA_FILE=%TEMP%\configure.ac.vcdiff
41 set MALICIOUS_ENCODING=%TESTDATA_DIR%\allocates_4gb.vcdiff
44 rem vcdiff with no arguments shows usage information & error result
46 && ( echo vcdiff with no arguments should fail, but succeeded ^
50 rem vcdiff with three arguments but without "encode" or "decode"
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
58 rem vcdiff with all three arguments. Verify that output file matches target file
[all …]
Dopen-vcdiff.sln16 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vcdiff", "vcdiff\vcdiff.vcproj", "{D11A04C5-0B…
/external/chromium/sdch/open-vcdiff/packages/rpm/
Drpm.spec10 URL: http://code.google.com/p/open-vcdiff
61 %docdir %{prefix}/share/man/man1/vcdiff.1*
62 %{prefix}/share/man/man1/vcdiff.1*
64 %{prefix}/bin/vcdiff
/external/chromium/
DAndroid.mk343 sdch/open-vcdiff/src/addrcache.cc \
344 sdch/open-vcdiff/src/blockhash.cc \
345 sdch/open-vcdiff/src/codetable.cc \
346 sdch/open-vcdiff/src/encodetable.cc \
347 sdch/open-vcdiff/src/decodetable.cc \
348 sdch/open-vcdiff/src/headerparser.cc \
349 sdch/open-vcdiff/src/instruction_map.cc \
350 sdch/open-vcdiff/src/logging.cc \
351 sdch/open-vcdiff/src/varint_bigendian.cc \
352 sdch/open-vcdiff/src/vcdecoder.cc \
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dvcdiff_test.sh27 VCDIFF=./vcdiff
35 DELTA_FILE=$TEST_TMPDIR/configure.ac.vcdiff
37 MALICIOUS_ENCODING=$srcdir/testdata/allocates_4gb.vcdiff
/external/chromium/sdch/open-vcdiff/testdata/
Dconfigure.ac.v0.17 AC_INIT(open-vcdiff, 0.1, opensource@google.com)
Dconfigure.ac.v0.27 AC_INIT(open-vcdiff, 0.2, opensource@google.com)
/external/webkit/Source/WebKit/chromium/
DDEPS80 'sdch/open-vcdiff':
81 From('chromium_deps', 'src/sdch/open-vcdiff'),
/external/chromium/sdch/open-vcdiff/src/gtest/
DREADME1 *** NOTE: The files in the open-vcdiff/src/gtest directory are only a subset of
3 *** project other than open-vcdiff, please do not use this bundled copy.