summaryrefslogtreecommitdiffstats
path: root/install (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check SPL downgrade before install OTA in recoveryKelvin Zhang2021-05-175-0/+197
* Bring up the erase animation early for data wipeTianjie2021-03-031-3/+5
* [LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour2021-02-141-0/+9
* Fix SnapshotManager instantiation.David Anderson2021-02-051-2/+2
* Check for overflow before allocating memory fore decompression.Kelvin Zhang2020-09-183-2/+19
* Switch to zip64 in recoveryKelvin Zhang2020-09-163-6/+6
* Add recovery support of dynamic fingerprintsKelvin Zhang2020-06-291-3/+23
* Detect non-A/B vs. A/B packages correctly. am: f2af5629d2Yifan Hong2020-05-201-8/+19
|\
| * Detect non-A/B vs. A/B packages correctly.Yifan Hong2020-05-201-8/+19
* | Force off-device package installation with FUSETianjie Xu2020-02-132-0/+51
* | Revert "Force package installation with FUSE unless the package stores on device"Raman Tenneti2020-02-132-51/+0
* | Force package installation with FUSE unless the package stores on deviceTianjie Xu2020-01-222-0/+51
|/
* Merge "Mount snapshotted /system in Virtual A/B devices"Treehugger Robot2020-01-072-0/+34
|\
| * Mount snapshotted /system in Virtual A/B devicesAlessio Balsini2019-12-162-0/+34
* | Delete VINTF compatibility check during OTA.Yifan Hong2019-12-183-86/+0
|/
* Force merges to complete before wiping data or metadata.David Anderson2019-11-114-0/+79
* otautil: Factor out the utils that're private to recovery.Tao Bao2019-10-024-6/+7
* Merge "Remove libhidltransport deps"Steven Moreland2019-09-301-1/+0
|\
| * Remove libhidltransport depsSteven Moreland2019-09-261-1/+0
* | minadbd: Export minadbd/types.h to libinstall.Tao Bao2019-09-262-5/+5
|/
* Clean up some global variables in common.hTianjie Xu2019-07-241-1/+4
* Merge "minadbd sends heartbeat to rescue service for getprop command."Tao Bao2019-07-101-1/+3
|\
| * minadbd sends heartbeat to rescue service for getprop command.Tao Bao2019-07-091-1/+3
* | Create a fallback to install from fuse if mmap failsTianjie Xu2019-07-091-3/+4
|/
* Support starting fuse from a block mapTianjie Xu2019-06-203-26/+56
* Merge "InstallPackage now takes a package as parameter"Tianjie Xu2019-06-146-52/+74
|\
| * InstallPackage now takes a package as parameterTianjie Xu2019-06-136-52/+74
* | Use the new ziparchive Next std::string_view overload.Elliott Hughes2019-06-122-2/+2
|/
* Move off the Next ZipString overload.Elliott Hughes2019-05-232-6/+5
* Track libziparchive API change.Elliott Hughes2019-05-092-3/+2
* Track libziparchive API change.Elliott Hughes2019-05-062-12/+6
* install: Install functions return InstallResult.Tao Bao2019-04-306-31/+33
* install: Return bool for a few check functions.Tao Bao2019-04-304-42/+40
* Merge "Add install/wipe_device.cpp."Tao Bao2019-04-294-3/+228
|\
| * Add install/wipe_device.cpp.Tao Bao2019-04-274-3/+228
* | Support wipe command in rescue modexunchang2019-04-262-10/+16
|/
* Parse BCB command to enter rescue mode.Tao Bao2019-04-251-9/+15
* minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao2019-04-243-28/+79
* Allow entering rescue mode via recovery UI.Tao Bao2019-04-172-10/+23
* Move load & restore logs to logging.cppxunchang2019-04-162-73/+4
* Move wipe cache|data to libinstallxunchang2019-04-159-18/+249
* Add socket communication between recovery and minadbdxunchang2019-04-112-48/+241
* Build libinstall as a static library.Tao Bao2019-04-081-1/+1
* libotautil exports libfstab header.Tao Bao2019-04-031-1/+0
* Move install to separate modulexunchang2019-03-2914-0/+2389