Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.clang-format | 05-Oct-2017 | 83 | |
.gitignore | 05-Oct-2017 | 239 | |
Android.mk | 05-Oct-2017 | 3.6K | |
bsdiff.1 | 05-Oct-2017 | 2.1K | |
bsdiff.cc | 05-Oct-2017 | 10.1K | |
bsdiff.h | 05-Oct-2017 | 775 | |
bsdiff_main.cc | 05-Oct-2017 | 378 | |
bsdiff_unittest.cc | 05-Oct-2017 | 1.8K | |
bspatch.1 | 05-Oct-2017 | 2.4K | |
bspatch.cc | 05-Oct-2017 | 14.6K | |
bspatch.h | 05-Oct-2017 | 1.5K | |
bspatch_main.cc | 05-Oct-2017 | 777 | |
bspatch_unittest.cc | 05-Oct-2017 | 1.5K | |
buffer_file.cc | 05-Oct-2017 | 1.1K | |
buffer_file.h | 05-Oct-2017 | 1.2K | |
CleanSpec.mk | 05-Oct-2017 | 2.2K | |
extents.cc | 05-Oct-2017 | 3.9K | |
extents.h | 05-Oct-2017 | 786 | |
extents_file.cc | 05-Oct-2017 | 3.6K | |
extents_file.h | 05-Oct-2017 | 3.1K | |
extents_file_unittest.cc | 05-Oct-2017 | 7K | |
extents_unittest.cc | 05-Oct-2017 | 1.7K | |
file.cc | 05-Oct-2017 | 2.8K | |
file.h | 05-Oct-2017 | 1K | |
file_interface.h | 05-Oct-2017 | 1.8K | |
LICENSE | 05-Oct-2017 | 2.9K | |
Makefile | 05-Oct-2017 | 2.3K | |
memory_file.cc | 05-Oct-2017 | 965 | |
memory_file.h | 05-Oct-2017 | 1K | |
MODULE_LICENSE_BSD_LIKE | 05-Oct-2017 | 0 | |
NOTICE | 05-Oct-2017 | 2.9K | |
README.android | 05-Oct-2017 | 214 | |
README.chromium | 05-Oct-2017 | 411 | |
README.version | 05-Oct-2017 | 109 | |
sink_file.cc | 05-Oct-2017 | 703 | |
sink_file.h | 05-Oct-2017 | 1.1K | |
test_utils.cc | 05-Oct-2017 | 4.2K | |
test_utils.h | 05-Oct-2017 | 2.8K | |
testrunner.cc | 05-Oct-2017 | 402 |
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
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