aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove '_static' suffix from libext2* references.Alex Deymo2017-01-231-1/+1
* | Print with newline for ui_print.Tao Bao2017-01-212-2/+0
|/
* Merge changes from topic 'host_suffix_cleanup'android-n-mr2-preview-1Alex Deymo2017-01-121-2/+2
|\
| * Remove "_static" suffix from libsparseAlex Deymo2017-01-111-1/+1
| * Remove "_static" suffix from libext4_utils.Alex Deymo2017-01-111-1/+1
* | Do not inject I/O fault on a retryTianjie Xu2017-01-091-1/+1
|/
* Merge "updater: Clean up CreateStash()."Tao Bao2017-01-051-83/+84
|\
| * updater: Clean up CreateStash().Tao Bao2016-12-281-84/+85
* | updater: Refactor parse_range().Tao Bao2017-01-031-74/+63
* | updater: Update the header name for bootloader.h.Tao Bao2016-12-281-2/+2
|/
* updater: Fix the operator order.Tao Bao2016-12-141-1/+1
* updater: Switch to libbase logging.Tao Bao2016-12-013-993/+994
* Remove ota_close(int) and ota_fclose(FILE*).Tao Bao2016-11-281-73/+69
* updater: Refactor set_stage() and get_stage() functions.Tao Bao2016-11-182-68/+69
* updater: Add testcase for package_extract_dir().Tao Bao2016-11-181-17/+21
* updater: Add "write_value()" function.Tao Bao2016-11-161-3/+31
* updater: Fix the wrong return value for package_extract_file().Tao Bao2016-11-151-76/+69
* updater: Add more testcase for symlink().Tao Bao2016-11-081-20/+17
* Make make_parent() to take const argumentTianjie Xu2016-11-081-19/+27
* updater: Add a testcase for RenameFn().Tao Bao2016-11-041-1/+4
* updater: Fix a bug in DeleteFn().Tao Bao2016-11-041-9/+13
* updater: Fix an off-by-1 bug in file_getprop().Tao Bao2016-11-031-6/+9