aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a singleton CacheLocation to replace the hard coded locationsTianjie Xu2018-02-283-13/+7
* Remove the assumption of target chunk size in imgdiffTianjie Xu2018-02-232-20/+30
* Disable building libapplypatch on macTianjie Xu2018-02-181-0/+6
* Skip the cache size check on hostTianjie Xu2018-02-123-3/+10
* applypatch: Remove the 'st' field from FileContents.Tao Bao2017-12-072-17/+3
* Merge "Add libbrotli as a dependency when building applypatch binary"Tianjie Xu2017-11-171-0/+1
|\
| * Add libbrotli as a dependency when building applypatch binaryTianjie Xu2017-11-031-0/+1
* | Switch imgdiff to libbase loggingTianjie Xu2017-11-162-97/+109
* | Merge "applypatch: Change the patch parameter to const Value& in Apply{BSDiff...Tao Bao2017-11-104-45/+47
|\ \
| * | applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}...Tao Bao2017-11-104-45/+47
* | | Include bspatch.h from bsdiff/Alex Deymo2017-11-081-1/+1
|/ /
* / Switch to bionic gtest in bootable/recoveryTianjie Xu2017-11-033-19/+17
|/
* Add libbrotli as a dependency for libbsdiffTianjie Xu2017-11-011-0/+1
* Merge "applypatch: Fix a memory leak in ApplyImagePatch()."Treehugger Robot2017-10-241-17/+22
|\
| * applypatch: Fix a memory leak in ApplyImagePatch().Tao Bao2017-10-241-17/+22
* | Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying da...Treehugger Robot2017-10-242-7/+10
|\ \ | |/ |/|
| * Use SuffixArrayIndexInterface opaque type instead of the underlying data poin...Alex Deymo2017-10-242-7/+10
* | otautil: Move RangeSet implementation into rangeset.cpp.Tao Bao2017-10-162-0/+3
* | Merge "applypatch: Move to Soong."Tao Bao2017-10-122-196/+195
|\ \
| * | applypatch: Move to Soong.Tao Bao2017-10-112-196/+195
* | | applypatch: Remove the Makefile for building imgdiff in Chrome OS.Tao Bao2017-10-112-39/+0
|/ /
* | applypatch: Use shared lib for libbz.Tao Bao2017-10-111-2/+2
* | Merge "applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive."Tao Bao2017-10-111-5/+3
|\ \
| * | applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive.Tao Bao2017-10-101-6/+3
* | | Move rangeset.h and print_sha1.h into otautil.Tao Bao2017-10-105-21/+21
|/ /
* | edify: Export the header and move to Soong.Tao Bao2017-10-091-0/+1
* | Revert "Revert "Move error_code.h into otautil.""Tao Bao2017-10-091-0/+1
|/
* applypatch: Forward declare struct Value.Tao Bao2017-10-094-2/+8
* Revert "Move error_code.h into otautil."Tao Bao2017-10-051-5/+0
* Move error_code.h into otautil.Tao Bao2017-10-041-0/+5
* otafault: Move headers under otafault/.Tao Bao2017-09-291-1/+1
* otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2017-09-281-2/+4
* Output split information for imgdiff when handling large apksTianjie Xu2017-09-212-61/+134
* Improve imgdiff for large zip filesTianjie Xu2017-09-052-19/+480
* Turn on -Wall for recovery modulesTianjie Xu2017-08-281-3/+7
* Move Image/ImageChunk/PatchChunk declaration into header filesTianjie Xu2017-08-183-272/+319
* Add a new PatchChunk class in imgdiffTianjie Xu2017-08-131-236/+292
* Refactor the imgdiffTianjie Xu2017-08-022-393/+569
* Fix a rare failure for imgdiff when random data equals gzip headerTianjie Xu2017-07-061-11/+14
* Implement a custom deflate sink function for bspatchTianjie Xu2017-05-261-58/+86
* Print SHA1 of the patch if bsdiff fails with data errorTianjie Xu2017-05-163-22/+32
* Merge "applypatch: Remove the obsolete support for "applypatch -s"."Tao Bao2017-04-261-17/+1
|\
| * applypatch: Remove the obsolete support for "applypatch -s".Tao Bao2017-04-251-17/+1
* | applypatch: Add determine the return value of ApplyDiffPatch andJinguang Dong2017-04-251-1/+4
|/
* applypatch: Remove duplicate test files.Tao Bao2017-04-025-468/+0
* applypatch: Let Apply{BSDiff,Image}Patch accept std::function.Tao Bao2017-03-285-30/+28
* applypatch: Change the ssize_t length parameters to size_t.Tao Bao2017-03-285-47/+40
* Merge "applypatch: Drop the support for patching non-EMMC targets."Tao Bao2017-03-261-277/+109
|\
| * applypatch: Drop the support for patching non-EMMC targets.Tao Bao2017-03-161-277/+109
* | More cleanup to imgdiff & imgpatchTianjie Xu2017-03-165-193/+128
|/