aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add implemention of SortedRangeSetTianjie Xu2017-07-311-1/+115
* updater: Remove dead make_parents().Tao Bao2017-07-251-28/+0
* 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
|\
| * Fix a case when brotli writer fails to write last few blocks of dataTianjie Xu2017-07-211-94/+81
* | recovery: replace make_ext4 with e2fsprogsJin Qian2017-07-201-2/+25
|/
* Add support to decompress brotli compressed new dataTianjie Xu2017-07-072-32/+144
* 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
|\
| * updater: Move RangeSinkWrite into RangeSinkState.Tao Bao2017-03-291-164/+146
* | updater: Don't append newline when calling uiPrint().Tao Bao2017-03-302-9/+10
|/
* applypatch: Let Apply{BSDiff,Image}Patch accept std::function.Tao Bao2017-03-281-75/+76
* applypatch: Change the ssize_t length parameters to size_t.Tao Bao2017-03-281-41/+40
* updater: Clean up LoadSrcTgtVersion2().Tao Bao2017-03-271-146/+143
* Merge "updater: Remove some redundant arguments."Tao Bao2017-03-251-78/+65
|\
| * updater: Remove some redundant arguments.Tao Bao2017-03-241-78/+65
* | Merge "updater: Drop the support for BBOTA v1 and v2."Tao Bao2017-03-241-398/+330
|\|
| * updater: Drop the support for BBOTA v1 and v2.Tao Bao2017-03-241-398/+330
* | Merge "Removed C-style casts"Tao Bao2017-03-241-1/+1
|\ \ | |/ |/|
| * Removed C-style castsMikhail Lappo2017-03-231-1/+1
* | Merge "Redundant checking of STL container element"Tao Bao2017-03-231-3/+1
|\ \ | |/ |/|
| * Redundant checking of STL container elementMikhail Lappo2017-03-231-3/+1
* | Merge "Fixed scanf modifier"Tao Bao2017-03-231-1/+1
|\|
| * Fixed scanf modifierMikhail Lappo2017-03-231-1/+1
* | updater: Fix the broken case for apply_patch_check().Tao Bao2017-03-231-1/+1
|/
* Remove malloc in edify functionsTianjie Xu2017-03-223-125/+173
* Merge "Fix the permission of stashed blocks created by updater"Tianjie Xu2017-03-221-0/+12
|\
| * Fix the permission of stashed blocks created by updaterTianjie Xu2017-03-211-0/+12
* | Fix updater include generation w/installcleanDan Willemsen2017-03-211-16/+4
|/
* Revert "Revert "Print SHA-1 in hex for corrupted blocks""Tianjie Xu2017-03-171-6/+140
* updater: Minor clean up to EnumerateStash().Tao Bao2017-03-161-73/+50
* Revert "Print SHA-1 in hex for corrupted blocks"Tao Bao2017-03-151-140/+3
* Merge "updater: Remove some obsoleted functions for file-based OTA."Tao Bao2017-03-141-362/+0
|\
| * updater: Remove some obsoleted functions for file-based OTA.Tao Bao2017-03-131-362/+0
* | Print SHA-1 in hex for corrupted blocksTianjie Xu2017-03-131-3/+140
|/
* Merge "Use bspatch from external/bsdiff."Sen Jiang2017-02-161-0/+1
|\
| * Use bspatch from external/bsdiff.Sen Jiang2017-02-021-0/+1
* | Replace _exit(-1) with _exit(EXIT_FAILURE).Tao Bao2017-02-032-3/+3
|/
* Merge "Remove '_static' suffix from libext2* references."Alex Deymo2017-01-251-1/+1
|\