summaryrefslogtreecommitdiffstats
path: root/updater/install.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add.android-4.4Michael Runge2017-08-131-0/+35
* Fix merge conflicts and update for 4.4 kitkatDees Troy2013-11-021-31/+310
|\
| * Don't apply permission changes to symlink.Nick Kralevich2013-09-111-0/+5
| * updater: introduce and set_metadata and set_metadata_recursiveNick Kralevich2013-09-101-0/+274
| * Revert "Update OTA installer to understand SELinux filesystem labels"Nick Kralevich2013-09-091-24/+5
| * Update OTA installer to understand SELinux filesystem labelsNick Kralevich2013-07-191-5/+24
| * recovery: move log output to stdoutDoug Zongker2013-07-091-36/+36
| * verifier: update to support certificates using SHA-256Doug Zongker2013-04-101-1/+1
* | Extract file_contexts from zips if it existsDees_Troy2013-09-051-0/+1
* | Update to latest AOSP masterDees_Troy2013-09-041-8/+30
|\|
| * resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aospKenny Root2012-10-171-4/+0
| |\
| | * Remove HAVE_SELINUX guardsKenny Root2012-10-161-4/+0
| * | add bonus data feature to imgdiff/imgpatch/applypatchDoug Zongker2012-08-211-1/+1
| * | fix the symlink() command to create directories if neededDoug Zongker2012-08-071-3/+29
| |/
* / Fix write_raw_image to work with mmcDees_Troy2013-04-201-56/+4
|/
* am 78911bdf: am 2a4ab824: Merge "Change the format command to always take the mount point as an argument."Kenny Root2012-04-071-13/+4
|\
| * Change the format command to always take the mount point as an argument.Stephen Smalley2012-04-031-13/+4
* | resolved conflicts for merge of 0b1fee1b to masterKenny Root2012-03-311-7/+39
|\|
| * Extend recovery and updater to support setting file security contexts.Stephen Smalley2012-03-301-7/+39
* | fail edify script if set_perm() or symlink() failsDoug Zongker2012-03-221-0/+13
* | remove retouching code from updaterDoug Zongker2012-02-281-118/+0
* | C++ class for device-specific codeDoug Zongker2011-10-311-1/+2
|/
* allow recovery packages to wipe cacheDoug Zongker2011-10-191-0/+10
* make write_raw_image able to take a blobDoug Zongker2011-04-131-27/+40
* Reserve the last 16 Kbytes of /data for the crypto footer.Ken Sumrall2011-01-201-8/+11
* Update arguments to make_ext4fsColin Cross2010-12-291-1/+1
* add missing sparseness parameterDoug Zongker2010-09-161-1/+1
* resolved conflicts for merge of 9f89b0e4 to masterDoug Zongker2010-09-161-1/+1
|\
| * support for ext4/EMMC filesystems in updater binaryDoug Zongker2010-09-151-24/+57
* | Changes to work with updated make_ext4fs tool that supports creating sparse images.Ken Sumrall2010-08-141-1/+1
* | Working ASLR implementationHristo Bojinov2010-08-021-2/+122
* | support for ext4/EMMC filesystems in updater binaryDoug Zongker2010-07-021-24/+57
|/
* refactor applypatch and friendsDoug Zongker2010-02-231-65/+107
* relocate applypatch; add type system and new functions to edifyDoug Zongker2010-02-181-52/+184
* bump updater API version to 3; deprecate firmware update commandDoug Zongker2010-02-031-39/+0
* add a one-argument version of package_extract_fileDoug Zongker2010-02-011-24/+69
* delete files before symlinking; log error messagesDoug Zongker2009-09-191-3/+21
* add a run_program() function to edifyDoug Zongker2009-09-101-0/+49
* fix off-by-one error in set_perm()Doug Zongker2009-06-251-1/+1
* improve updater progress barDoug Zongker2009-06-241-3/+21
* add file_getprop() to updaterDoug Zongker2009-06-181-11/+100
* fixes to edify and updater scriptDoug Zongker2009-06-121-62/+104
* edify extensions for OTA package installation, part 2Doug Zongker2009-06-121-3/+272
* edify extensions for OTA package installation, part 1Doug Zongker2009-06-121-0/+370