summaryrefslogtreecommitdiffstats
path: root/third_party/bspatch/README.chromium
blob: 59e07881df348766a030e1970437db2d2c213e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Name: bspatch
URL: http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/updater/

This is Chrome's locally patched copy of Colin Percival's bspatch tool
(see ../bsdiff for the corresponding bsdiff tool).

Originally obtained from Mozilla's local copy/fork of bspatch; see:

The license is shared in common with bsdiff.

Local changes include CRC32 verification.

Update(08 Sep 08): Changed ApplyBinaryPatch to accept wchar_t paths
instead of char paths.