Home | History | Annotate | only in /external/bsdiff
Up to higher level directory
NameDateSize
.clang-format21-Aug-201883
Android.bp21-Aug-20183.5K
AndroidTest.xml21-Aug-20181.2K
brotli_compressor.cc21-Aug-20182.9K
brotli_compressor.h21-Aug-20181.3K
brotli_compressor_unittest.cc21-Aug-20182K
brotli_decompressor.cc21-Aug-20182K
brotli_decompressor.h21-Aug-2018888
bsdiff.121-Aug-20182.1K
bsdiff.cc21-Aug-20185.8K
bsdiff.gyp21-Aug-20184.3K
bsdiff_arguments.cc21-Aug-20185.1K
bsdiff_arguments.h21-Aug-20182.2K
bsdiff_arguments_unittest.cc21-Aug-20183.1K
bsdiff_main.cc21-Aug-20184.6K
bsdiff_unittest.cc21-Aug-20183K
bspatch.121-Aug-20182.4K
bspatch.cc21-Aug-201812.4K
bspatch_main.cc21-Aug-2018784
bspatch_unittest.cc21-Aug-20181.5K
buffer_file.cc21-Aug-20181.1K
buffer_file.h21-Aug-20181.2K
bz2_compressor.cc21-Aug-20182.8K
bz2_compressor.h21-Aug-20181.2K
bz2_decompressor.cc21-Aug-20181.8K
bz2_decompressor.h21-Aug-2018654
CleanSpec.mk21-Aug-20182.2K
compressor_buffer.cc21-Aug-20181K
compressor_buffer.h21-Aug-20181.8K
compressor_interface.h21-Aug-20181,006
decompressor_interface.cc21-Aug-2018823
decompressor_interface.h21-Aug-20181.2K
diff_encoder.cc21-Aug-20182.6K
diff_encoder.h21-Aug-20182.1K
diff_encoder_unittest.cc21-Aug-20184K
endsley_patch_writer.cc21-Aug-20186.1K
endsley_patch_writer.h21-Aug-20183.8K
endsley_patch_writer_unittest.cc21-Aug-20186.7K
extents.cc21-Aug-20183.9K
extents.h21-Aug-2018793
extents_file.cc21-Aug-20183.6K
extents_file_unittest.cc21-Aug-20187K
extents_unittest.cc21-Aug-20181.7K
fake_patch_writer.h21-Aug-20182.1K
file.cc21-Aug-20182.6K
file.h21-Aug-20181K
include/21-Aug-2018
LICENSE21-Aug-20182.9K
logging.cc21-Aug-2018941
logging.h21-Aug-20181.1K
Makefile21-Aug-20183.3K
memory_file.cc21-Aug-2018972
memory_file.h21-Aug-20181K
MODULE_LICENSE_BSD_LIKE21-Aug-20180
NOTICE21-Aug-20182.9K
OWNERS21-Aug-201849
patch_reader.cc21-Aug-20185.2K
patch_reader.h21-Aug-20182.2K
patch_reader_unittest.cc21-Aug-20185K
patch_writer.cc21-Aug-20184.9K
patch_writer.h21-Aug-20182.2K
patch_writer_factory.cc21-Aug-20181.2K
patch_writer_unittest.cc21-Aug-20184.3K
PREUPLOAD.cfg21-Aug-201836
README.android21-Aug-2018214
README.chromium21-Aug-2018411
README.version21-Aug-2018109
sink_file.cc21-Aug-2018710
sink_file.h21-Aug-20181.1K
split_patch_writer.cc21-Aug-20186.4K
split_patch_writer.h21-Aug-20183.1K
split_patch_writer_unittest.cc21-Aug-20186.6K
suffix_array_index.cc21-Aug-20185.4K
suffix_array_index.h21-Aug-2018529
suffix_array_index_unittest.cc21-Aug-20182.2K
test_utils.cc21-Aug-20184.3K
test_utils.h21-Aug-20182.7K
testrunner.cc21-Aug-2018409
utils.cc21-Aug-2018455
utils.h21-Aug-2018333

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