summaryrefslogtreecommitdiffstats
path: root/updater (follow)
Commit message (Expand)AuthorAgeFilesLines
* More make file tweaksEthan Yonker2014-11-061-1/+0
* Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-069-177/+1359
|\
| * Log mount/unmount errors to UIMichael Runge2014-10-251-5/+9
| * unconditionally apply SELinux labels to symlinksNick Kralevich2014-10-251-10/+9
| * Allow passing of mount args to mountFnMichael Runge2014-10-241-5/+18
| * Log to UI any metadata setting errorsMichael Runge2014-10-241-34/+50
| * Treat already-renamed files as having no problems.Michael Runge2014-10-231-0/+3
| * Merge "fix comment in blockimg updater code" into lmp-devDoug Zongker2014-09-041-3/+3
| |\
| | * fix comment in blockimg updater codeDoug Zongker2014-09-041-3/+3
| * | use lseek64 instead of lseekAndrew Boie2014-09-041-11/+11
| |/
| * remove code for original block OTA mechanismDoug Zongker2014-08-262-209/+6
| * fix two bugs in block image updaterDoug Zongker2014-08-211-18/+32
| * installer for new block OTA systemDoug Zongker2014-08-206-1/+662
| * remove spurious parens from error messageDoug Zongker2014-08-061-4/+3
| * Auto create parent directories for rename supportMichael Runge2014-07-222-3/+7
| * Support F2FS for the data partitionJP Abgrall2014-06-171-2/+35
| * advance progress bar during block OTA installationsDoug Zongker2014-06-091-2/+23
| * disable async reboot during package installationDoug Zongker2014-05-231-0/+11
| * Allow lines without = signs.Michael Runge2014-05-021-5/+3
| * am 4b6de1ba: am 026ebe02: Merge "Recovery 64-bit compile issues"Mark Salyzyn2014-03-141-2/+2
| |\
| | * am 026ebe02: Merge "Recovery 64-bit compile issues"Mark Salyzyn2014-03-141-2/+2
| | |\
| | | * Recovery 64-bit compile issuesMark Salyzyn2014-03-141-2/+2
| * | | support don't-care maps when writing the system imageDoug Zongker2014-02-251-62/+172
| * | | add flag for GPL licenseDoug Zongker2014-02-202-0/+339
| * | | Merge "clean up some warnings when building recovery"Doug Zongker2014-02-183-5/+5
| |\ \ \
| | * | | clean up some warnings when building recoveryDoug Zongker2014-02-143-5/+5
| * | | | remove remaining libminelf referencesDoug Zongker2014-02-141-1/+0
| |/ / /
| * | | remove 'retouch' ASLR supportDoug Zongker2014-02-141-1/+1
| * | | add syspatch support to updaterDoug Zongker2014-02-132-14/+115
| * | | do verification and extraction on memory, not filesDoug Zongker2014-01-161-4/+11
| |/ /
| * | am f9dd42de: Merge "Don\'t abort on read_file if the file is missing." into klp-devMichael Runge2013-12-271-5/+3
| |\ \
| | * | Don't abort on read_file if the file is missing.Michael Runge2013-12-141-5/+3
| * | | am c87bab10: add the functions for multi-stage packages to updaterDoug Zongker2013-11-271-1/+106
| |\| | | | |/ | |/|
| | * add the functions for multi-stage packages to updaterDoug Zongker2013-11-271-1/+106
| * | am c64e76c7: Merge "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add." into klp-devMichael Runge2013-11-081-0/+35
| |\|
| | * Enable incremental builder to find files that moved, andMichael Runge2013-11-071-0/+35
| * | updater: Delete dead codeNick Kralevich2013-09-171-87/+0
| |/
* | Fix updater makefilesDees Troy2013-11-031-1/+7
* | Fix merge conflicts and update for 4.4 kitkatDees Troy2013-11-022-43/+322
|\|
| * 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-092-48/+48
| * Merge "verifier: update to support certificates using SHA-256"Doug Zongker2013-04-121-1/+1
| |\
| | * verifier: update to support certificates using SHA-256Doug Zongker2013-04-101-1/+1
* | | Fix checking for file_contexts in updaterDees Troy2013-10-011-1/+1
* | | Extract file_contexts from zips if it existsDees_Troy2013-09-052-4/+33
* | | Update to latest AOSP masterDees_Troy2013-09-044-21/+32
|\| |
| * | Add liblogYing Wang2013-04-101-1/+1
| |/
| * resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aospKenny Root2012-10-174-16/+1
| |\
| | * Remove HAVE_SELINUX guardsKenny Root2012-10-164-16/+1
| * | add bonus data feature to imgdiff/imgpatch/applypatchDoug Zongker2012-08-211-1/+1
| * | am 3733d218: Merge changes I664f8dc7,I4154db06,I5e1df90fJoe Onorato2012-08-171-1/+4
| |\|
| * | fix the symlink() command to create directories if neededDoug Zongker2012-08-071-3/+29
* | | Fix write_raw_image to work with mmcDees_Troy2013-04-202-56/+5
* | | Fix building of updater for 4.2 environmentDees_Troy2013-02-221-0/+6
* | | Fix updater binary compileDees_Troy2012-10-111-2/+1
| |/ |/|
* | Use the static version of libsparseJoe Onorato2012-07-241-1/+1
* | Multiple modules with the same name are going away.Joe Onorato2012-07-221-1/+4
|/
* Link against libsparseColin Cross2012-07-181-1/+1
* am 6d60667d: Merge "Use a dependency file to replace the list file."Ying Wang2012-06-121-10/+14
|\
| * Use a dependency file to replace the list file.Ying Wang2012-06-111-10/+14
* | 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-314-7/+69
|\|
| * Extend recovery and updater to support setting file security contexts.Stephen Smalley2012-03-304-8/+65
| * Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.Stephen Smalley2012-01-241-0/+5
* | 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
* Support multiple recovery updater extensions.Michael Ward2011-07-151-2/+2
* 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-152-25/+64
* | am 858f0a76: am 8e5e4dad: close update package before installing; allow remountDoug Zongker2010-09-161-1/+3
|\|
| * close update package before installing; allow remountDoug Zongker2010-09-151-1/+3
* | Changes to work with updated make_ext4fs tool that supports creating sparse images.Ken Sumrall2010-08-141-1/+1
* | Working ASLR implementationHristo Bojinov2010-08-022-2/+123
* | Mute unwanted error messageYing Wang2010-07-211-1/+1
* | support for ext4/EMMC filesystems in updater binaryDoug Zongker2010-07-022-25/+64
|/
* refactor applypatch and friendsDoug Zongker2010-02-231-65/+107
* relocate applypatch; add type system and new functions to edifyDoug Zongker2010-02-182-52/+190
* bump updater API version to 3; deprecate firmware update commandDoug Zongker2010-02-033-42/+7
* 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
* am d8f7c9b8: Merge change 5545 into donutAndroid (Google) Code Review2009-06-301-1/+6
|\
| * Merge change 5545 into donutAndroid (Google) Code Review2009-06-261-1/+6
| |\
| | * remove updater from the user system imageDoug Zongker2009-06-261-1/+6
* | | am 0bbfe3d9: fix off-by-one error in set_perm()Doug Zongker2009-06-251-1/+1
|\| |
| * | fix off-by-one error in set_perm()Doug Zongker2009-06-251-1/+1
| |/
* | am fbf3c10e: improve updater progress barDoug Zongker2009-06-251-3/+21
|\|
| * improve updater progress barDoug Zongker2009-06-241-3/+21
* | add device extension mechanism to updaterDoug Zongker2009-06-222-1/+43
|/
* add file_getprop() to updaterDoug Zongker2009-06-181-11/+100
* let the "firmware" command take the file straight from the packageDoug Zongker2009-06-181-3/+4
* fixes to edify and updater scriptDoug Zongker2009-06-122-67/+124
* edify extensions for OTA package installation, part 2Doug Zongker2009-06-123-7/+278
* edify extensions for OTA package installation, part 1Doug Zongker2009-06-125-0/+555