Home | History | Annotate | only in /external/bsdiff
Up to higher level directory
NameDateSize
.clang-format22-Oct-202083
Android.bp22-Oct-20203.6K
AndroidTest.xml22-Oct-20201.2K
brotli_compressor.cc22-Oct-20202.9K
brotli_compressor.h22-Oct-20201.3K
brotli_compressor_unittest.cc22-Oct-20202K
brotli_decompressor.cc22-Oct-20203K
brotli_decompressor.h22-Oct-2020913
brotli_decompressor_unittest.cc22-Oct-20202K
bsdiff.122-Oct-20202.1K
bsdiff.cc22-Oct-20205.8K
bsdiff_arguments.cc22-Oct-20206.1K
bsdiff_arguments.h22-Oct-20202.5K
bsdiff_arguments_unittest.cc22-Oct-20204K
bsdiff_main.cc22-Oct-20204.7K
bsdiff_unittest.cc22-Oct-20203K
bspatch.122-Oct-20202.4K
bspatch.cc22-Oct-202012.4K
bspatch_fuzzer.cc22-Oct-20201.1K
bspatch_main.cc22-Oct-2020784
bspatch_unittest.cc22-Oct-20201.5K
buffer_file.cc22-Oct-20201.1K
buffer_file.h22-Oct-20201.2K
BUILD.gn22-Oct-20203.6K
bz2_compressor.cc22-Oct-20202.8K
bz2_compressor.h22-Oct-20201.2K
bz2_decompressor.cc22-Oct-20202.5K
bz2_decompressor.h22-Oct-2020786
bz2_decompressor_unittest.cc22-Oct-20201.8K
CleanSpec.mk22-Oct-20202.2K
compressor_buffer.cc22-Oct-20201K
compressor_buffer.h22-Oct-20201.8K
compressor_interface.h22-Oct-20201,012
decompressor_interface.cc22-Oct-2020823
decompressor_interface.h22-Oct-20201.2K
diff_encoder.cc22-Oct-20202.6K
diff_encoder.h22-Oct-20202.1K
diff_encoder_unittest.cc22-Oct-20204K
endsley_patch_writer.cc22-Oct-20206.1K
endsley_patch_writer.h22-Oct-20203.9K
endsley_patch_writer_unittest.cc22-Oct-20206.7K
extents.cc22-Oct-20203.9K
extents.h22-Oct-2020793
extents_file.cc22-Oct-20203.6K
extents_file_unittest.cc22-Oct-20207K
extents_unittest.cc22-Oct-20201.7K
fake_patch_writer.h22-Oct-20202.1K
file.cc22-Oct-20202.6K
file.h22-Oct-20201K
include/22-Oct-2020
libbsdiff.pc22-Oct-2020309
libbspatch.pc22-Oct-2020282
LICENSE22-Oct-20202.9K
logging.cc22-Oct-2020941
logging.h22-Oct-20201.1K
Makefile22-Oct-20203.4K
memory_file.cc22-Oct-2020972
memory_file.h22-Oct-20201K
MODULE_LICENSE_BSD_LIKE22-Oct-20200
NOTICE22-Oct-20202.9K
OWNERS22-Oct-202049
patch_reader.cc22-Oct-20205.3K
patch_reader.h22-Oct-20202.2K
patch_reader_unittest.cc22-Oct-20209.1K
patch_writer.cc22-Oct-20207K
patch_writer.h22-Oct-20203K
patch_writer_factory.cc22-Oct-20201.5K
patch_writer_unittest.cc22-Oct-20204.3K
PREUPLOAD.cfg22-Oct-202036
README.android22-Oct-2020214
README.chromium22-Oct-2020411
README.version22-Oct-2020109
sink_file.cc22-Oct-2020710
sink_file.h22-Oct-20201.1K
split_patch_writer.cc22-Oct-20206.4K
split_patch_writer.h22-Oct-20203.1K
split_patch_writer_unittest.cc22-Oct-20206.6K
suffix_array_index.cc22-Oct-20205.4K
suffix_array_index.h22-Oct-2020529
suffix_array_index_unittest.cc22-Oct-20202.2K
test_utils.cc22-Oct-20204.3K
test_utils.h22-Oct-20202.7K
testrunner.cc22-Oct-2020409
utils.cc22-Oct-2020455
utils.h22-Oct-2020333

README.android

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

README.chromium

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

README.version

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