Home | History | Annotate | only in /external/bsdiff
Up to higher level directory
NameDateSize
.clang-format05-Oct-201783
.gitignore05-Oct-2017239
Android.mk05-Oct-20173.6K
bsdiff.105-Oct-20172.1K
bsdiff.cc05-Oct-201710.1K
bsdiff.h05-Oct-2017775
bsdiff_main.cc05-Oct-2017378
bsdiff_unittest.cc05-Oct-20171.8K
bspatch.105-Oct-20172.4K
bspatch.cc05-Oct-201714.6K
bspatch.h05-Oct-20171.5K
bspatch_main.cc05-Oct-2017777
bspatch_unittest.cc05-Oct-20171.5K
buffer_file.cc05-Oct-20171.1K
buffer_file.h05-Oct-20171.2K
CleanSpec.mk05-Oct-20172.2K
extents.cc05-Oct-20173.9K
extents.h05-Oct-2017786
extents_file.cc05-Oct-20173.6K
extents_file.h05-Oct-20173.1K
extents_file_unittest.cc05-Oct-20177K
extents_unittest.cc05-Oct-20171.7K
file.cc05-Oct-20172.8K
file.h05-Oct-20171K
file_interface.h05-Oct-20171.8K
LICENSE05-Oct-20172.9K
Makefile05-Oct-20172.3K
memory_file.cc05-Oct-2017965
memory_file.h05-Oct-20171K
MODULE_LICENSE_BSD_LIKE05-Oct-20170
NOTICE05-Oct-20172.9K
README.android05-Oct-2017214
README.chromium05-Oct-2017411
README.version05-Oct-2017109
sink_file.cc05-Oct-2017703
sink_file.h05-Oct-20171.1K
test_utils.cc05-Oct-20174.2K
test_utils.h05-Oct-20172.8K
testrunner.cc05-Oct-2017402

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