1. be19dce udpater: Call fsync() after rename(). by Tao Bao · 9 years ago
  2. 7125f95 Revert "Zero blocks before BLKDISCARD" by Tao Bao · 9 years ago
  3. c3dddce More accurate checking for overlapped ranges. by Tao Bao · 9 years ago
  4. b65f027 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  5. 6abd52f Revert "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  6. 604c583 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  7. b5dabd2 Really don't use TEMP_FAILURE_RETRY with close in recovery. by Elliott Hughes · 9 years ago
  8. 92eea1b Handle BLKDISCARD failures by Sami Tolvanen · 9 years ago
  9. 1857a7f Don't use TEMP_FAILURE_RETRY on close in recovery. by Elliott Hughes · 9 years ago
  10. 2f5feed Check all lseek calls succeed. by Elliott Hughes · 9 years ago
  11. 43b748f Don't remove existing explicitly stashed blocks by Sami Tolvanen · 9 years ago
  12. 1fdd452 Always use strerror to report errno in recovery. by Elliott Hughes · 9 years ago
  13. 9c0f5d6 Remove more dead code from minzip. by Narayan Kamath · 9 years ago
  14. 1df64d3 Initialize stashbase even stash_max_blocks = 0 by Jesse Zhao · 9 years ago
  15. 2fd48fc am 42b09d25: am 6a0d2fbc: Merge "There\'s no GPL code in \'updater\'." by Elliott Hughes · 9 years ago
  16. 42b09d2 am 6a0d2fbc: Merge "There\'s no GPL code in \'updater\'." by Elliott Hughes · 9 years ago
  17. 0b52c91 Merge "Support resuming block based OTAs" by Sami Tolvanen · 9 years ago
  18. 8a9014d There's no GPL code in 'updater'. by Elliott Hughes · 9 years ago
  19. 40862ab am aeecac54: Merge "Add missing includes." by Elliott Hughes · 9 years ago
  20. 9022120 Support resuming block based OTAs by Sami Tolvanen · 9 years ago
  21. cd3c55a Add missing includes. by Elliott Hughes · 9 years ago
  22. cdce7f7 am c43b17f0: Merge "Fix recovery image build for 32p" by Ying Wang · 9 years ago
  23. 4c3c7a9 Fix recovery image build for 32p by Bruce Beare · 10 years ago
  24. 5b9c4ce am b278c252: Add support for tune2fs file operations by Michael Runge · 9 years ago
  25. b278c25 Add support for tune2fs file operations by Michael Runge · 9 years ago
  26. fe8563f am 5ddf4293: Log mount/unmount errors to UI by Michael Runge · 9 years ago
  27. 5ddf429 Log mount/unmount errors to UI by Michael Runge · 9 years ago
  28. 915d661 am 68802416: unconditionally apply SELinux labels to symlinks by Nick Kralevich · 9 years ago
  29. 6880241 unconditionally apply SELinux labels to symlinks by Nick Kralevich · 9 years ago
  30. da500ce am 168f7778: Allow passing of mount args to mountFn by Michael Runge · 9 years ago
  31. 4da9cde am 473967d8: Merge "Log to UI any metadata setting errors" into lmp-dev by Brian Carlstrom · 9 years ago
  32. 168f777 Allow passing of mount args to mountFn by Michael Runge · 9 years ago
  33. 473967d Merge "Log to UI any metadata setting errors" into lmp-dev by Brian Carlstrom · 9 years ago
  34. d4a6342 Log to UI any metadata setting errors by Michael Runge · 9 years ago
  35. 3b5c6dc am 2f0ef730: Treat already-renamed files as having no problems. by Michael Runge · 9 years ago
  36. 2f0ef73 Treat already-renamed files as having no problems. by Michael Runge · 9 years ago
  37. d83e4f1 support for version 2 of block image diffs by Doug Zongker · 10 years ago
  38. 40482ea Merge "fix comment in blockimg updater code" into lmp-dev by Doug Zongker · 10 years ago
  39. f7bb09d fix comment in blockimg updater code by Doug Zongker · 10 years ago
  40. 8328922 use lseek64 instead of lseek by Andrew Boie · 10 years ago
  41. 5f875bf remove code for original block OTA mechanism by Doug Zongker · 10 years ago
  42. 1d5d609 fix two bugs in block image updater by Doug Zongker · 10 years ago
  43. bc7ffed installer for new block OTA system by Doug Zongker · 10 years ago
  44. 2b5f0e0 remove spurious parens from error message by Doug Zongker · 10 years ago
  45. a91ecc5 Auto create parent directories for rename support by Michael Runge · 10 years ago
  46. 37aedb3 Support F2FS for the data partition by JP Abgrall · 10 years ago
  47. 43772d2 advance progress bar during block OTA installations by Doug Zongker · 10 years ago
  48. c704e06 disable async reboot during package installation by Doug Zongker · 10 years ago
  49. aa1a31e Allow lines without = signs. by Michael Runge · 10 years ago
  50. 679baa0 am 4b6de1ba: am 026ebe02: Merge "Recovery 64-bit compile issues" by Mark Salyzyn · 10 years ago
  51. 4b6de1b am 026ebe02: Merge "Recovery 64-bit compile issues" by Mark Salyzyn · 10 years ago
  52. f3bb31c Recovery 64-bit compile issues by Mark Salyzyn · 10 years ago
  53. c9d6e4f support don't-care maps when writing the system image by Doug Zongker · 10 years ago
  54. 0ac1cba add flag for GPL license by Doug Zongker · 10 years ago
  55. f2ff0a2 Merge "clean up some warnings when building recovery" by Doug Zongker · 10 years ago
  56. 3eb681d remove remaining libminelf references by Doug Zongker · 10 years ago
  57. 0d32f25 clean up some warnings when building recovery by Doug Zongker · 10 years ago
  58. a1bc148 remove 'retouch' ASLR support by Doug Zongker · 10 years ago
  59. 52b4036 add syspatch support to updater by Doug Zongker · 10 years ago
  60. 99916f0 do verification and extraction on memory, not files by Doug Zongker · 10 years ago
  61. 15f5fe1 am f9dd42de: Merge "Don\'t abort on read_file if the file is missing." into klp-dev by Michael Runge · 10 years ago
  62. 6eed224 Don't abort on read_file if the file is missing. by Michael Runge · 10 years ago
  63. d327c63 am c87bab10: add the functions for multi-stage packages to updater by Doug Zongker · 10 years ago
  64. c87bab1 add the functions for multi-stage packages to updater by Doug Zongker · 10 years ago
  65. 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 · 10 years ago
  66. ce7ca71 Enable incremental builder to find files that moved, and by Michael Runge · 10 years ago
  67. 46ab1b6 updater: Delete dead code by Nick Kralevich · 11 years ago
  68. e461251 Don't apply permission changes to symlink. by Nick Kralevich · 11 years ago
  69. 5dbdef0 updater: introduce and set_metadata and set_metadata_recursive by Nick Kralevich · 11 years ago
  70. 3328e3b Revert "Update OTA installer to understand SELinux filesystem labels" by Nick Kralevich · 11 years ago
  71. 627eb30 Update OTA installer to understand SELinux filesystem labels by Nick Kralevich · 11 years ago
  72. fafc85b recovery: move log output to stdout by Doug Zongker · 11 years ago
  73. c7a6858 Merge "verifier: update to support certificates using SHA-256" by Doug Zongker · 11 years ago
  74. bac7fba verifier: update to support certificates using SHA-256 by Doug Zongker · 11 years ago
  75. 4e21482 Add liblog by Ying Wang · 11 years ago
  76. cd74108 resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aosp by Kenny Root · 11 years ago
  77. 7eb7567 Remove HAVE_SELINUX guards by Kenny Root · 11 years ago
  78. a3ccba6 add bonus data feature to imgdiff/imgpatch/applypatch by Doug Zongker · 12 years ago
  79. 5585025 am 3733d218: Merge changes I664f8dc7,I4154db06,I5e1df90f by Joe Onorato · 12 years ago
  80. a23075f fix the symlink() command to create directories if needed by Doug Zongker · 12 years ago
  81. 4eeb379 Use the static version of libsparse by Joe Onorato · 12 years ago
  82. 6396e70 Multiple modules with the same name are going away. by Joe Onorato · 12 years ago
  83. cde94f3 Link against libsparse by Colin Cross · 12 years ago
  84. ea17e32 am 6d60667d: Merge "Use a dependency file to replace the list file." by Ying Wang · 12 years ago
  85. eef790d Use a dependency file to replace the list file. by Ying Wang · 12 years ago
  86. 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
  87. 516e4e2 Change the format command to always take the mount point as an argument. by Stephen Smalley · 12 years ago
  88. 41dda82 resolved conflicts for merge of 0b1fee1b to master by Kenny Root · 12 years ago
  89. 779701d Extend recovery and updater to support setting file security contexts. by Stephen Smalley · 12 years ago
  90. acd73ed fail edify script if set_perm() or symlink() fails by Doug Zongker · 12 years ago
  91. 35a35a6 remove retouching code from updater by Doug Zongker · 12 years ago
  92. 1a11449 Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used. by Stephen Smalley · 12 years ago
  93. daefc1d C++ class for device-specific code by Doug Zongker · 12 years ago
  94. d0181b8 allow recovery packages to wipe cache by Doug Zongker · 12 years ago
  95. 6242a8b Support multiple recovery updater extensions. by Michael Ward · 13 years ago
  96. 179b2d9 make write_raw_image able to take a blob by Doug Zongker · 13 years ago
  97. 8f132ed Reserve the last 16 Kbytes of /data for the crypto footer. by Ken Sumrall · 13 years ago
  98. 264f549 Update arguments to make_ext4fs by Colin Cross · 13 years ago
  99. dc49ce4 add missing sparseness parameter by Doug Zongker · 14 years ago
  100. a66c32a resolved conflicts for merge of 9f89b0e4 to master by Doug Zongker · 14 years ago