NameDateSize

..10-Aug-201812 KiB

.clang-format10-Aug-201883

.gitignore10-Aug-2018306

Android.bp10-Aug-20183.5 KiB

AndroidTest.xml10-Aug-20181.2 KiB

brotli_compressor.cc10-Aug-20182.9 KiB

brotli_compressor.h10-Aug-20181.3 KiB

brotli_compressor_unittest.cc10-Aug-20182 KiB

brotli_decompressor.cc10-Aug-20182 KiB

brotli_decompressor.h10-Aug-2018888

bsdiff.110-Aug-20182.1 KiB

bsdiff.cc10-Aug-20185.8 KiB

bsdiff.gyp10-Aug-20184.3 KiB

bsdiff_arguments.cc10-Aug-20185.1 KiB

bsdiff_arguments.h10-Aug-20182.2 KiB

bsdiff_arguments_unittest.cc10-Aug-20183.1 KiB

bsdiff_main.cc10-Aug-20184.6 KiB

bsdiff_unittest.cc10-Aug-20183 KiB

bspatch.110-Aug-20182.4 KiB

bspatch.cc10-Aug-201812.4 KiB

bspatch_main.cc10-Aug-2018784

bspatch_unittest.cc10-Aug-20181.5 KiB

buffer_file.cc10-Aug-20181.1 KiB

buffer_file.h10-Aug-20181.2 KiB

bz2_compressor.cc10-Aug-20182.8 KiB

bz2_compressor.h10-Aug-20181.2 KiB

bz2_decompressor.cc10-Aug-20181.8 KiB

bz2_decompressor.h10-Aug-2018654

CleanSpec.mk10-Aug-20182.2 KiB

compressor_buffer.cc10-Aug-20181 KiB

compressor_buffer.h10-Aug-20181.8 KiB

compressor_interface.h10-Aug-20181,006

decompressor_interface.cc10-Aug-2018823

decompressor_interface.h10-Aug-20181.2 KiB

diff_encoder.cc10-Aug-20182.6 KiB

diff_encoder.h10-Aug-20182.1 KiB

diff_encoder_unittest.cc10-Aug-20184 KiB

endsley_patch_writer.cc10-Aug-20186.1 KiB

endsley_patch_writer.h10-Aug-20183.8 KiB

endsley_patch_writer_unittest.cc10-Aug-20186.7 KiB

extents.cc10-Aug-20183.9 KiB

extents.h10-Aug-2018793

extents_file.cc10-Aug-20183.6 KiB

extents_file_unittest.cc10-Aug-20187 KiB

extents_unittest.cc10-Aug-20181.7 KiB

fake_patch_writer.h10-Aug-20182.1 KiB

file.cc10-Aug-20182.6 KiB

file.h10-Aug-20181 KiB

include/10-Aug-20184 KiB

LICENSE10-Aug-20182.9 KiB

logging.cc10-Aug-2018941

logging.h10-Aug-20181.1 KiB

Makefile10-Aug-20183.3 KiB

memory_file.cc10-Aug-2018972

memory_file.h10-Aug-20181 KiB

MODULE_LICENSE_BSD_LIKE10-Aug-20180

NOTICE10-Aug-20182.9 KiB

OWNERS10-Aug-201849

patch_reader.cc10-Aug-20185.2 KiB

patch_reader.h10-Aug-20182.2 KiB

patch_reader_unittest.cc10-Aug-20185 KiB

patch_writer.cc10-Aug-20184.9 KiB

patch_writer.h10-Aug-20182.2 KiB

patch_writer_factory.cc10-Aug-20181.2 KiB

patch_writer_unittest.cc10-Aug-20184.3 KiB

PREUPLOAD.cfg10-Aug-201836

README.android10-Aug-2018214

README.chromium10-Aug-2018411

README.version10-Aug-2018109

sink_file.cc10-Aug-2018710

sink_file.h10-Aug-20181.1 KiB

split_patch_writer.cc10-Aug-20186.4 KiB

split_patch_writer.h10-Aug-20183.1 KiB

split_patch_writer_unittest.cc10-Aug-20186.6 KiB

suffix_array_index.cc10-Aug-20185.4 KiB

suffix_array_index.h10-Aug-2018529

suffix_array_index_unittest.cc10-Aug-20182.2 KiB

test_utils.cc10-Aug-20184.3 KiB

test_utils.h10-Aug-20182.7 KiB

testrunner.cc10-Aug-2018409

utils.cc10-Aug-2018455

utils.h10-Aug-2018333

README.android

1This is bsdiff-4.3 from http://www.daemonology.net/bsdiff/.
2
3This file, the Android.mk makefile, and the empty
4MODULE_LICENSE_BSD_LIKE file were added.
5
6Changes in the source are marked with "// android" comments.
7

README.chromium

1Homepage: http://www.daemonology.net/bsdiff/
2Version: 4.3.1
3License: BSD-2
4
5Description:
6
7Binary diff/patch utility.
8
9bsdiff and bspatch are tools for building and applying patches to binary
10files. By using suffix sorting and taking advantage of how executable files
11change, bsdiff routinely produces binary patches 50-80% smaller than those
12produced by Xdelta, and 15% smaller than those produced by .RTPatch.
13

README.version

1URL: http://www.daemonology.net/bsdiff/bsdiff-4.3.tar.gz
2Version: 4.3
3BugComponent: 31870
4AllAdvisories: yes
5