NameDateSize

..21-Dec-201712 KiB

.clang-format21-Dec-201783

.gitignore21-Dec-2017239

Android.mk21-Dec-20173.1 KiB

bsdiff.121-Dec-20172.1 KiB

bsdiff.cc21-Dec-20179.2 KiB

bsdiff.h21-Dec-2017410

bsdiff_main.cc21-Dec-2017378

bsdiff_unittest.cc21-Dec-20171.8 KiB

bspatch.121-Dec-20172.4 KiB

bspatch.cc21-Dec-201711.3 KiB

bspatch.h21-Dec-2017882

bspatch_main.cc21-Dec-2017777

bspatch_unittest.cc21-Dec-20171.5 KiB

CleanSpec.mk21-Dec-20172.2 KiB

extents.cc21-Dec-20173.9 KiB

extents.h21-Dec-2017786

extents_file.cc21-Dec-20173.6 KiB

extents_file.h21-Dec-20173.1 KiB

extents_file_unittest.cc21-Dec-20177 KiB

extents_unittest.cc21-Dec-20171.7 KiB

file.cc21-Dec-20172.8 KiB

file.h21-Dec-20171 KiB

file_interface.h21-Dec-20171.8 KiB

LICENSE21-Dec-20172.9 KiB

Makefile21-Dec-20172.2 KiB

memory_file.cc21-Dec-20171.1 KiB

memory_file.h21-Dec-20171.2 KiB

MODULE_LICENSE_BSD_LIKE21-Dec-20170

NOTICE21-Dec-20172.9 KiB

README.android21-Dec-2017214

README.chromium21-Dec-2017411

README.version21-Dec-2017109

test_utils.cc21-Dec-20173.8 KiB

test_utils.h21-Dec-20172.6 KiB

testrunner.cc21-Dec-2017299

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