aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the behavior of undefined commands in BlockImageVerifyTianjie Xu2018-02-281-2/+4
* Reorder the functions in updater/install.cppTianjie Xu2018-02-121-239/+244
* Log the last command to cacheTianjie Xu2018-02-062-9/+175
* Avoid overwrite of the error message in AbortFnTianjie Xu2018-01-292-15/+15
* add sload.f2fs for recovery formatJaegeuk Kim2017-12-041-0/+9
* Detect interrupted update due to power offTianjie Xu2017-11-301-1/+5
* recovery: format f2fs with encrypt/quotaJaegeuk Kim2017-11-131-4/+10
* applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}...Tao Bao2017-11-101-2/+2
* otautil: Remove the aborts in RangeSet::Parse().Tao Bao2017-11-071-1/+19
* recovery: remove make_ext4fs from updaterJin Qian2017-11-031-9/+2
* Finish the new data receiver when update failsTianjie Xu2017-10-201-16/+41
* Drop -Wno-unused-parameter.Tao Bao2017-10-111-2/+0
* Move rangeset.h and print_sha1.h into otautil.Tao Bao2017-10-102-4/+4
* Revert "Revert "Move error_code.h into otautil.""Tao Bao2017-10-093-3/+3
* Don't include "error_code.h" in edify/expr.h.Tao Bao2017-10-051-0/+1
* Revert "Move error_code.h into otautil."Tao Bao2017-10-052-2/+2
* Move error_code.h into otautil.Tao Bao2017-10-042-2/+2
* otafault: Move headers under otafault/.Tao Bao2017-09-293-3/+3
* Turn on -Wall for recovery modulesTianjie Xu2017-08-281-0/+2
* Merge "Move Image/ImageChunk/PatchChunk declaration into header files"Tianjie Xu2017-08-182-279/+1
|\
| * Move Image/ImageChunk/PatchChunk declaration into header filesTianjie Xu2017-08-182-279/+1
* | Merge "Add implemention of SortedRangeSet"Tianjie Xu2017-07-311-1/+115
|\|
| * Add implemention of SortedRangeSetTianjie Xu2017-07-311-1/+115
* | Merge "updater: Remove dead make_parents()."Tao Bao2017-07-251-28/+0
|\|
| * updater: Remove dead make_parents().Tao Bao2017-07-251-28/+0
* | Merge "Remove the obsolete reference to /file_contexts."Tao Bao2017-07-221-2/+1
|\|
| * Remove the obsolete reference to /file_contexts.Tao Bao2017-07-221-2/+1
* | Merge "Fix a case when brotli writer fails to write last few blocks of data"Tianjie Xu2017-07-211-94/+81
|\|
| * Merge "Fix a case when brotli writer fails to write last few blocks of data"Tianjie Xu2017-07-211-94/+81
| |\
| | * Fix a case when brotli writer fails to write last few blocks of dataTianjie Xu2017-07-211-94/+81
* | | Merge "recovery: replace make_ext4 with e2fsprogs"Jin Qian2017-07-211-2/+25
|\| |
| * | recovery: replace make_ext4 with e2fsprogsJin Qian2017-07-201-2/+25
| |/
* | Merge "Add support to decompress brotli compressed new data"Tianjie Xu2017-07-102-32/+144
|\|
| * Add support to decompress brotli compressed new dataTianjie Xu2017-07-072-32/+144
* | Fix "No file_contexts" warningJeff Vander Stoep2017-06-151-3/+3
|\ \ | |/ |/|
| * Fix "No file_contexts" warningJeff Vander Stoep2017-06-151-3/+3
| * Adding support for quiescent reboot to recoveryDmitri Plotnikov2017-04-271-1/+4
* | Merge "kill package_extract_dir"android-o-preview-3Tianjie Xu2017-05-311-32/+0
|\ \
| * | kill package_extract_dirTianjie Xu2017-05-231-32/+0
* | | Retry the update if ApplyBSDiffPatch | ApplyImagePatch failsTianjie Xu2017-05-232-0/+6
|/ /
* | updater: Update the mkfs.f2fs argument to match f2fs-tools 1.8.0.Tao Bao2017-05-121-3/+5
* | Merge "Add a default error code when updater script aborts"Tianjie Xu2017-05-031-7/+9
|\ \
| * | Add a default error code when updater script abortsTianjie Xu2017-05-031-7/+9
* | | Move sysMapFile and sysReleaseMap into MemMapping class.Tao Bao2017-05-011-2/+1
* | | Adding support for quiescent reboot to recoveryDmitri Plotnikov2017-04-191-1/+4
|/ /
* | Abort the update if there's not enough new dataTianjie Xu2017-04-071-4/+26
* | Change the internal representation in RangeSet.Tao Bao2017-04-032-233/+284
* | updater: Keep the parsed parameters in std::unique_ptr.Tao Bao2017-03-311-160/+157
* | Move parse_range() and range_overlaps() into RangeSet.Tao Bao2017-03-312-110/+113
* | Merge "updater: Move RangeSinkWrite into RangeSinkState."Tao Bao2017-03-301-164/+146
|\ \