1. e284cd5 Merge "Refactor existing tests to use gtest" am: 38b02cc6a0 am: 9865c55254 by Tao Bao · 8 years ago
  2. 4329186 Refactor existing tests to use gtest by Jed Estep · 8 years ago
  3. f1fc48c IO fault injection for OTA packages by Jed Estep · 8 years ago
  4. 7197ee0 Add update_verifier for A/B OTA update. by Tao Bao · 8 years ago
  5. 6bc2155 Add update_verifier for A/B OTA update. am: 1171d3a12b by Tao Bao · 8 years ago
  6. 1171d3a Add update_verifier for A/B OTA update. by Tao Bao · 8 years ago
  7. 56deefb Stop using libstdc++. by Dan Albert · 9 years ago
  8. 7101b2e recovery: Switch to clang by Tao Bao · 9 years ago
  9. 4ea2b0c Merge "recovery: Depend on mkfs.f2fs only if needed." am: a412198699 by Tao Bao · 8 years ago
  10. f683512 recovery: Depend on mkfs.f2fs only if needed. by Tao Bao · 8 years ago
  11. ba78158 am 337db14f: recovery: Factor out wear_ui.{cpp,h} into bootable/recovery. by Tao Bao · 9 years ago
  12. 337db14 recovery: Factor out wear_ui.{cpp,h} into bootable/recovery. by Tao Bao · 9 years ago
  13. 0d4e002 recovery: Switch fuse_* to C++. by Tao Bao · 9 years ago
  14. 71dc365 recovery: Switch fuse_* to C++. by Tao Bao · 9 years ago
  15. 80e46e0 recovery: Switch to clang by Tao Bao · 9 years ago
  16. e49a9e5 Stop using libstdc++. by Dan Albert · 9 years ago
  17. 8fd86d7 Move the menu header out of the menu. by Elliott Hughes · 9 years ago
  18. ec28340 Move "Mount /system" to the main menu. by Elliott Hughes · 9 years ago
  19. 9e7ae8a Move default implementations into Device. by Elliott Hughes · 9 years ago
  20. 5a50b1b Install the recovery binary directly to the recovery image. by Ying Wang · 9 years ago
  21. f3a5726 Kill of most of the remainder of minadbd. by Dan Albert · 9 years ago
  22. 1ddd350 Use headers from adb. by Dan Albert · 9 years ago
  23. 8f1bfea Lose USB transport code to libadb. by Dan Albert · 9 years ago
  24. 5db3f97 Merge "Fix build when TARGET_USERIMAGES_USE_EXT4 is not defined" by Elliott Hughes · 9 years ago
  25. eaeb55f Merge "Start losing code to libadb." by Dan Albert · 9 years ago
  26. 6ed899a Remove superfluous OpenSSL include paths. by Adam Langley · 9 years ago
  27. a01ce3a Start losing code to libadb. by Dan Albert · 9 years ago
  28. 3cd669f Fix build when TARGET_USERIMAGES_USE_EXT4 is not defined by Adrien Grassein · 9 years ago
  29. 945fc68 do sdcard sideloading through the fuse filesystem by Doug Zongker · 10 years ago
  30. 18a78e0 refactor fuse sideloading code by Doug Zongker · 10 years ago
  31. b9afc2b Use LOCAL_REQUIRED_MODULES for mkfs.f2fs by Ji-Hwan Lee · 10 years ago
  32. 37aedb3 Support F2FS for the data partition by JP Abgrall · 10 years ago
  33. 276f37e Merge "Fix build break caused by vold change" by Paul Lawrence · 10 years ago
  34. 39cf417 remove pixelflinger from recovery by Doug Zongker · 10 years ago
  35. a8c5607 Fix build break caused by vold change by Paul Lawrence · 10 years ago
  36. 0d32f25 clean up some warnings when building recovery by Doug Zongker · 10 years ago
  37. a1bc148 remove 'retouch' ASLR support by Doug Zongker · 10 years ago
  38. 76adfc5 program to store unencrypted files in an encrypted filesystem by Doug Zongker · 10 years ago
  39. 99916f0 do verification and extraction on memory, not files by Doug Zongker · 10 years ago
  40. f39989a recovery: wipe encryption metadata along with data partition by Doug Zongker · 10 years ago
  41. 9f6bfa3 am fc7eab96: am f4a6ab27: Merge "Add support for ECDSA signatures" by Kenny Root · 10 years ago
  42. 7a4adb5 Add support for ECDSA signatures by Kenny Root · 10 years ago
  43. 9e805d6 allow CheckKey to request mounting /system by Doug Zongker · 11 years ago
  44. 4e21482 Add liblog by Ying Wang · 11 years ago
  45. f35d1ce Move to using the new unified fstab in recovery. by Ken Sumrall · 11 years ago
  46. cd74108 resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aosp by Kenny Root · 11 years ago
  47. 7eb7567 Remove HAVE_SELINUX guards by Kenny Root · 11 years ago
  48. 91eb721 Add libm due to libpng dependency. by Stephen Hines · 12 years ago
  49. 4eeb379 Use the static version of libsparse by Joe Onorato · 12 years ago
  50. 6396e70 Multiple modules with the same name are going away. by Joe Onorato · 12 years ago
  51. cde94f3 Link against libsparse by Colin Cross · 12 years ago
  52. 41dda82 resolved conflicts for merge of 0b1fee1b to master by Kenny Root · 12 years ago
  53. 779701d Extend recovery and updater to support setting file security contexts. by Stephen Smalley · 12 years ago
  54. 74a6279 libz is a superset of libunz, so we don't need both. by Elliott Hughes · 12 years ago
  55. 1a11449 Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used. by Stephen Smalley · 12 years ago
  56. 9270a20 support "sideload over ADB" mode by Doug Zongker · 12 years ago
  57. 32a0a47 move key processing to RecoveryUI by Doug Zongker · 12 years ago
  58. daefc1d C++ class for device-specific code by Doug Zongker · 12 years ago
  59. b88aea8 temporarily remove verifier_test binary by Doug Zongker · 12 years ago
  60. 211aebc refactor ui functions into a class by Doug Zongker · 12 years ago
  61. 28ce47c turn recovery into a C++ binary by Doug Zongker · 12 years ago
  62. b0462e6 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  63. 4c05d95 Fix x86 build. by Ying Wang · 13 years ago
  64. 540d57f remove encrypted filesystem code from recovery by Doug Zongker · 13 years ago
  65. cc8cd3f remove the notion of "root path"; support mixed flash types by Doug Zongker · 14 years ago
  66. db314d6 Working ASLR implementation by Hristo Bojinov · 14 years ago
  67. 49c73a7 support userdata and cache partitions using emmc/ext4 instead of mtd/yaffs by Doug Zongker · 14 years ago
  68. 31f6ee8 Encrypted File Systems part 3. Recovery changes. by Oscar Montemayor · 14 years ago
  69. 512536a relocate applypatch; add type system and new functions to edify by Doug Zongker · 14 years ago
  70. e08991e bump updater API version to 3; deprecate firmware update command by Doug Zongker · 14 years ago
  71. 2521528 am 9b430e11: am 73ae31ce: add a simple unit test for the OTA package verifier by Doug Zongker · 14 years ago
  72. 0523156 Recovery changes for Encrypted File Systems. by Oscar Montemayor · 14 years ago
  73. 73ae31c add a simple unit test for the OTA package verifier by Doug Zongker · 14 years ago
  74. 608fa02 resolved conflicts for merge of 64893ccc to master by Doug Zongker · 15 years ago
  75. 64893cc remove amend by Doug Zongker · 15 years ago
  76. d683785 resolved conflicts for merge of fb2e3af3 to master by Doug Zongker · 15 years ago
  77. fb2e3af let the "firmware" command take the file straight from the package by Doug Zongker · 15 years ago
  78. 6c301e2 am 9931f7f3: edify extensions for OTA package installation, part 1 by Doug Zongker · 15 years ago
  79. 9dbc027 fix sim build in donut, too by Doug Zongker · 15 years ago
  80. c3885fa fix simulator build by excluding more of recovery by Doug Zongker · 15 years ago
  81. 9931f7f edify extensions for OTA package installation, part 1 by Doug Zongker · 15 years ago
  82. ddd6a28 split out device-specific recovery UI code into vendor directories by Doug Zongker · 15 years ago
  83. 796901d AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read by Doug Zongker · 15 years ago
  84. d1b19b9 AI 144130: Don't build OTA package keys into the recovery binary; read by Doug Zongker · 15 years ago
  85. 19faefa AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves by Doug Zongker · 15 years ago
  86. 58bde31 AI 143128: Use PNG instead of BMP for recovery image icons. This saves by Doug Zongker · 15 years ago
  87. c24a8e6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  88. ffb48f6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  89. ff3d938 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago
  90. 23580ca Initial Contribution by The Android Open Source Project · 15 years ago