1. 40dfc47 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-dev by Michael Runge · 11 years ago
  2. ce7ca71 Enable incremental builder to find files that moved, and by Michael Runge · 11 years ago
  3. 46ab1b6 updater: Delete dead code by Nick Kralevich · 11 years ago
  4. e461251 Don't apply permission changes to symlink. by Nick Kralevich · 11 years ago
  5. 5dbdef0 updater: introduce and set_metadata and set_metadata_recursive by Nick Kralevich · 11 years ago
  6. 3328e3b Revert "Update OTA installer to understand SELinux filesystem labels" by Nick Kralevich · 11 years ago
  7. 627eb30 Update OTA installer to understand SELinux filesystem labels by Nick Kralevich · 11 years ago
  8. fafc85b recovery: move log output to stdout by Doug Zongker · 11 years ago
  9. c7a6858 Merge "verifier: update to support certificates using SHA-256" by Doug Zongker · 11 years ago
  10. bac7fba verifier: update to support certificates using SHA-256 by Doug Zongker · 11 years ago
  11. 4e21482 Add liblog by Ying Wang · 11 years ago
  12. cd74108 resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aosp by Kenny Root · 12 years ago
  13. 7eb7567 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  14. a3ccba6 add bonus data feature to imgdiff/imgpatch/applypatch by Doug Zongker · 12 years ago
  15. 5585025 am 3733d218: Merge changes I664f8dc7,I4154db06,I5e1df90f by Joe Onorato · 12 years ago
  16. a23075f fix the symlink() command to create directories if needed by Doug Zongker · 12 years ago
  17. 4eeb379 Use the static version of libsparse by Joe Onorato · 12 years ago
  18. 6396e70 Multiple modules with the same name are going away. by Joe Onorato · 12 years ago
  19. cde94f3 Link against libsparse by Colin Cross · 12 years ago
  20. ea17e32 am 6d60667d: Merge "Use a dependency file to replace the list file." by Ying Wang · 12 years ago
  21. eef790d Use a dependency file to replace the list file. by Ying Wang · 12 years ago
  22. 1e4469a am 78911bdf: am 2a4ab824: Merge "Change the format command to always take the mount point as an argument." by Kenny Root · 12 years ago
  23. 516e4e2 Change the format command to always take the mount point as an argument. by Stephen Smalley · 12 years ago
  24. 41dda82 resolved conflicts for merge of 0b1fee1b to master by Kenny Root · 12 years ago
  25. 779701d Extend recovery and updater to support setting file security contexts. by Stephen Smalley · 12 years ago
  26. acd73ed fail edify script if set_perm() or symlink() fails by Doug Zongker · 12 years ago
  27. 35a35a6 remove retouching code from updater by Doug Zongker · 12 years ago
  28. 1a11449 Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used. by Stephen Smalley · 12 years ago
  29. daefc1d C++ class for device-specific code by Doug Zongker · 13 years ago
  30. d0181b8 allow recovery packages to wipe cache by Doug Zongker · 13 years ago
  31. 6242a8b Support multiple recovery updater extensions. by Michael Ward · 13 years ago
  32. 179b2d9 make write_raw_image able to take a blob by Doug Zongker · 13 years ago
  33. 8f132ed Reserve the last 16 Kbytes of /data for the crypto footer. by Ken Sumrall · 13 years ago
  34. 264f549 Update arguments to make_ext4fs by Colin Cross · 14 years ago
  35. dc49ce4 add missing sparseness parameter by Doug Zongker · 14 years ago
  36. a66c32a resolved conflicts for merge of 9f89b0e4 to master by Doug Zongker · 14 years ago
  37. 6b1ff61 am 858f0a76: am 8e5e4dad: close update package before installing; allow remount by Doug Zongker · 14 years ago
  38. 56c5105 support for ext4/EMMC filesystems in updater binary by Doug Zongker · 14 years ago
  39. 8e5e4da close update package before installing; allow remount by Doug Zongker · 14 years ago
  40. 8101125 Changes to work with updated make_ext4fs tool that supports creating sparse images. by Ken Sumrall · 14 years ago
  41. db314d6 Working ASLR implementation by Hristo Bojinov · 14 years ago
  42. b4277c2 Mute unwanted error message by Ying Wang · 14 years ago
  43. 3d177d0 support for ext4/EMMC filesystems in updater binary by Doug Zongker · 14 years ago
  44. c4351c7 refactor applypatch and friends by Doug Zongker · 14 years ago
  45. 512536a relocate applypatch; add type system and new functions to edify by Doug Zongker · 14 years ago
  46. e08991e bump updater API version to 3; deprecate firmware update command by Doug Zongker · 14 years ago
  47. 6aece33 add a one-argument version of package_extract_file by Doug Zongker · 14 years ago
  48. 60babf8 delete files before symlinking; log error messages by Doug Zongker · 15 years ago
  49. a3f89ea add a run_program() function to edify by Doug Zongker · 15 years ago
  50. fc382df am d8f7c9b8: Merge change 5545 into donut by Android (Google) Code Review · 15 years ago
  51. d8f7c9b Merge change 5545 into donut by Android (Google) Code Review · 15 years ago
  52. ad3db09 remove updater from the user system image by Doug Zongker · 15 years ago
  53. 898ef39 am 0bbfe3d9: fix off-by-one error in set_perm() by Doug Zongker · 15 years ago
  54. 0bbfe3d fix off-by-one error in set_perm() by Doug Zongker · 15 years ago
  55. 4275c3c am fbf3c10e: improve updater progress bar by Doug Zongker · 15 years ago
  56. fbf3c10 improve updater progress bar by Doug Zongker · 15 years ago
  57. 2b0fdc6 add device extension mechanism to updater by Doug Zongker · 15 years ago
  58. 47cace9 add file_getprop() to updater by Doug Zongker · 15 years ago
  59. fb2e3af let the "firmware" command take the file straight from the package by Doug Zongker · 15 years ago
  60. d9c9d10 fixes to edify and updater script by Doug Zongker · 15 years ago
  61. 8edb00c edify extensions for OTA package installation, part 2 by Doug Zongker · 15 years ago
  62. 9931f7f edify extensions for OTA package installation, part 1 by Doug Zongker · 15 years ago