1. 93c92ba Merge "recovery: Clean up get_args()." am: 3aadbbac39 am: c3ab25c237 by Tao Bao · 8 years ago
  2. dd9c567 Merge "recovery: Clean up get_args()." am: 3aadbbac39 am: c3ab25c237 by Tao Bao · 8 years ago
  3. c3ab25c Merge "recovery: Clean up get_args()." am: 3aadbbac39 by Tao Bao · 8 years ago
  4. 3aadbba Merge "recovery: Clean up get_args()." by Tao Bao · 8 years ago
  5. f0ed159 recovery: Clean up get_args(). by Tao Bao · 8 years ago
  6. dd570b5 Merge "updater: Switch to libbase logging." am: d2c56629ab am: 1d9779b57b by Tao Bao · 8 years ago
  7. 997ccbc Merge "updater: Switch to libbase logging." am: d2c56629ab am: 1d9779b57b by Tao Bao · 8 years ago
  8. 1d9779b Merge "updater: Switch to libbase logging." am: d2c56629ab by Tao Bao · 8 years ago
  9. d2c5662 Merge "updater: Switch to libbase logging." by Tao Bao · 8 years ago
  10. 6538353 Merge "bootable/recovery: cleanup compiler warnings (unused value)" am: ef3bea15b8 am: 80cd188162 by Tao Bao · 8 years ago
  11. bd8f341 Merge "bootable/recovery: cleanup compiler warnings (unused value)" am: ef3bea15b8 by Tao Bao · 8 years ago
  12. 80cd188 Merge "bootable/recovery: cleanup compiler warnings (unused value)" by Tao Bao · 8 years ago
  13. ef3bea1 Merge "bootable/recovery: cleanup compiler warnings (unused value)" by Tao Bao · 8 years ago
  14. 039f2da updater: Switch to libbase logging. by Tao Bao · 8 years ago
  15. 1bb63f0 Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" am: d255b661a1 am: be54feda58 by Tao Bao · 8 years ago
  16. 83b649e Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" am: d255b661a1 by Tao Bao · 8 years ago
  17. be54fed Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" by Tao Bao · 8 years ago
  18. d255b66 Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" by Tao Bao · 8 years ago
  19. 848519f Merge "Switch update verifier to HIDL HAL" am: 1528def46e am: ae2463bb35 by Connor O'Brien · 8 years ago
  20. a793c58 bootable/recovery: cleanup compiler warnings (unused value) by Rahul Chaudhry · 8 years ago
  21. 95beb96 Merge "Switch update verifier to HIDL HAL" am: 1528def46e am: ae2463bb35 by Connor O'Brien · 8 years ago
  22. ae2463b Merge "Switch update verifier to HIDL HAL" am: 1528def46e by Connor O'Brien · 8 years ago
  23. 1528def Merge "Switch update verifier to HIDL HAL" by Connor O'Brien · 8 years ago
  24. 6478f38 Merge "Remove ota_close(int) and ota_fclose(FILE*)." am: 7b59b45b08 am: 1f934beedd by Tao Bao · 8 years ago
  25. 8762a56 Merge "Remove ota_close(int) and ota_fclose(FILE*)." am: 7b59b45b08 by Tao Bao · 8 years ago
  26. 1f934be Merge "Remove ota_close(int) and ota_fclose(FILE*)." am: 7b59b45b08 by Tao Bao · 8 years ago
  27. 7b59b45 Merge "Remove ota_close(int) and ota_fclose(FILE*)." by Tao Bao · 8 years ago
  28. f14a5ec Merge "Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&)." am: eed7f607cf am: 839fbbdad3 by Tao Bao · 8 years ago
  29. 5e5555d Merge "tests: Add testcases for EMMC targets." am: d226f28e87 am: fcfdda98da by Tao Bao · 8 years ago
  30. 6a8e0eb Merge "Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&)." am: eed7f607cf by Tao Bao · 8 years ago
  31. 5e52ac3 Merge "tests: Add testcases for EMMC targets." am: d226f28e87 am: fcfdda98da by Tao Bao · 8 years ago
  32. 839fbbd Merge "Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&)." by Tao Bao · 8 years ago
  33. fcfdda9 Merge "tests: Add testcases for EMMC targets." am: d226f28e87 by Tao Bao · 8 years ago
  34. eed7f60 Merge "Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&)." by Tao Bao · 8 years ago
  35. d226f28 Merge "tests: Add testcases for EMMC targets." by Tao Bao · 8 years ago
  36. 358c2ec Remove ota_close(int) and ota_fclose(FILE*). by Tao Bao · 8 years ago
  37. 59590f3 DO NOT MERGE ANYWHERE init: move healthd to late-init am: 195ff7f79e -s ours am: 7ceb371048 -s ours am: b8c1788e7b -s ours am: 8837b0d25d -s ours am: 3fdf1fd515 -s ours am: 67bc0b9573 -s ours by Andriy Naborskyy · 8 years ago
  38. b7d4d77 DO NOT MERGE ANYWHERE init: move healthd to late-init am: 195ff7f79e -s ours am: 7ceb371048 -s ours am: b8c1788e7b -s ours am: 8837b0d25d -s ours am: 3fdf1fd515 -s ours by Andriy Naborskyy · 8 years ago
  39. 3dc14cb Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&). by Tao Bao · 8 years ago
  40. eb718e1 DO NOT MERGE updater: Add "write_value()" function. am: 1bf1772625 -s ours by Tao Bao · 8 years ago
  41. 8dd44e9 tests: Add testcases for EMMC targets. by Tao Bao · 8 years ago
  42. ad43d2d Switch update verifier to HIDL HAL by Connor O'Brien · 8 years ago
  43. d8e4f12 Merge "applypatch: Release FD when explicitly calling close." am: a511a3c407 am: 1aa41a106d by Tao Bao · 8 years ago
  44. b4aae79 Merge "applypatch: Release FD when explicitly calling close." am: a511a3c407 by Tao Bao · 8 years ago
  45. 1aa41a1 Merge "applypatch: Release FD when explicitly calling close." am: a511a3c407 by Tao Bao · 8 years ago
  46. a511a3c Merge "applypatch: Release FD when explicitly calling close." by Treehugger Robot · 8 years ago
  47. 21a10e2 Merge "Fail gracefully when we fail to fork the update binary" am: 340a2d364f am: 2a962adc85 by Tao Bao · 8 years ago
  48. 5713071 Merge "Fail gracefully when we fail to fork the update binary" am: 340a2d364f by Tao Bao · 8 years ago
  49. 2a962ad Merge "Fail gracefully when we fail to fork the update binary" am: 340a2d364f by Tao Bao · 8 years ago
  50. 340a2d3 Merge "Fail gracefully when we fail to fork the update binary" by Tao Bao · 8 years ago
  51. 48cf770 applypatch: Release FD when explicitly calling close. by Tao Bao · 8 years ago
  52. 10cd48d Fail gracefully when we fail to fork the update binary by Matthew Bouyack · 8 years ago
  53. 5c11172 Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: cf589f523a -s ours by Bill Yi · 8 years ago
  54. e988840 Import translations. DO NOT MERGE am: 9a4ff5a900 -s ours by Bill Yi · 8 years ago
  55. 92ac904 Merge "Import translations. DO NOT MERGE" into stage-aosp-master by Bill Yi · 8 years ago
  56. 8d7399f Import translations. DO NOT MERGE am: 9a4ff5a900 -s ours by Bill Yi · 8 years ago
  57. cf589f5 Merge "Import translations. DO NOT MERGE" into stage-aosp-master by TreeHugger Robot · 8 years ago
  58. 9a4ff5a Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  59. 073408a Merge "Call update_engine_sideload from recovery." am: 1d77c93bcc am: fa62ae6d0b by Tao Bao · 8 years ago
  60. 4cbedcc Merge "Call update_engine_sideload from recovery." am: 1d77c93bcc am: fa62ae6d0b by Tao Bao · 8 years ago
  61. fa62ae6 Merge "Call update_engine_sideload from recovery." am: 1d77c93bcc by Tao Bao · 8 years ago
  62. 1d77c93 Merge "Call update_engine_sideload from recovery." by Tao Bao · 8 years ago
  63. 9b10e60 Call update_engine_sideload from recovery. by Alex Deymo · 9 years ago
  64. 953851c Merge "updater: Refactor set_stage() and get_stage() functions." am: c627cd6486 am: 146f92ab3e by Tao Bao · 8 years ago
  65. 723b5d5 Merge "update_verifier: Sync Android.mk with aosp-master." into stage-aosp-master am: ad57e2ca2c by Tao Bao · 8 years ago
  66. 062a2cf Merge "updater: Refactor set_stage() and get_stage() functions." am: c627cd6486 by Tao Bao · 8 years ago
  67. 8024278 update_verifier: Sync Android.mk with aosp-master. am: 5422d80961 am: ca64fa7bb9 by Tao Bao · 8 years ago
  68. 146f92a Merge "updater: Refactor set_stage() and get_stage() functions." am: c627cd6486 by Tao Bao · 8 years ago
  69. 9f4d385 Merge "update_verifier: Sync Android.mk with aosp-master." into stage-aosp-master by Tao Bao · 8 years ago
  70. ca64fa7 update_verifier: Sync Android.mk with aosp-master. am: 5422d80961 by Tao Bao · 8 years ago
  71. ad57e2c Merge "update_verifier: Sync Android.mk with aosp-master." into stage-aosp-master by Tao Bao · 8 years ago
  72. c627cd6 Merge "updater: Refactor set_stage() and get_stage() functions." by Tao Bao · 8 years ago
  73. 009455b bootloader_message: Remove the no-op blank line. am: fbde508ace am: 52b4d869b0 by Tao Bao · 8 years ago
  74. 52b4d86 bootloader_message: Remove the no-op blank line. am: fbde508ace by Tao Bao · 8 years ago
  75. fbde508 bootloader_message: Remove the no-op blank line. by Tao Bao · 8 years ago
  76. 5422d80 update_verifier: Sync Android.mk with aosp-master. by Tao Bao · 8 years ago
  77. 7ad875c Merge "Revert "Convert update_verifier to boot HIDL HAL"" into nyc-mr1-dev-plus-aosp by Connor O'Brien · 8 years ago
  78. 7d17f64 Revert "Convert update_verifier to boot HIDL HAL" am: 7206ec7a1d by Connor O'Brien · 8 years ago
  79. 692e95a Merge "Revert "Convert update_verifier to boot HIDL HAL"" into nyc-mr1-dev-plus-aosp by Connor O'Brien · 8 years ago
  80. 1d5bf16 Merge "Revert "Convert update_verifier to boot HIDL HAL"" am: fc6e8cae9c -s ours am: 6fd51ffdaa by Connor O'Brien · 8 years ago
  81. b5cf492 Merge "Revert "Convert update_verifier to boot HIDL HAL"" am: fc6e8cae9c -s ours by Connor O'Brien · 8 years ago
  82. 6fd51ff Merge "Revert "Convert update_verifier to boot HIDL HAL"" by Connor O'Brien · 8 years ago
  83. fc6e8ca Merge "Revert "Convert update_verifier to boot HIDL HAL"" by Connor O'Brien · 8 years ago
  84. 7206ec7 Revert "Convert update_verifier to boot HIDL HAL" by Connor O'Brien · 8 years ago
  85. 30628db Revert "Convert update_verifier to boot HIDL HAL" by Connor O'Brien · 8 years ago
  86. bedf5fc updater: Refactor set_stage() and get_stage() functions. by Tao Bao · 8 years ago
  87. 1ae9f22 Merge "updater: Add testcase for package_extract_dir()." am: 23e785935e am: d109c788ad by Tao Bao · 8 years ago
  88. 9b1a791 Merge "updater: Add testcase for package_extract_dir()." am: 23e785935e by Tao Bao · 8 years ago
  89. d109c78 Merge "updater: Add testcase for package_extract_dir()." am: 23e785935e by Tao Bao · 8 years ago
  90. 23e7859 Merge "updater: Add testcase for package_extract_dir()." by Tao Bao · 8 years ago
  91. 1036d36 updater: Add testcase for package_extract_dir(). by Tao Bao · 8 years ago
  92. 1bf1772 DO NOT MERGE updater: Add "write_value()" function. by Tao Bao · 8 years ago
  93. 7028ab2 Merge "applypatch: Use unique_fd to avoid leaking FDs." am: 2e5cf3c0bc am: d2cd8b4d30 by Tao Bao · 8 years ago
  94. 776ea9b Merge "applypatch: Use unique_fd to avoid leaking FDs." am: 2e5cf3c0bc by Tao Bao · 8 years ago
  95. d2cd8b4 Merge "applypatch: Use unique_fd to avoid leaking FDs." am: 2e5cf3c0bc by Tao Bao · 8 years ago
  96. 2e5cf3c Merge "applypatch: Use unique_fd to avoid leaking FDs." by Tao Bao · 8 years ago
  97. 1906efa Merge "updater: Add "write_value()" function." am: d00046b691 am: 100dba35f9 by Tao Bao · 8 years ago
  98. 29dc892 Merge "updater: Add "write_value()" function." am: d00046b691 am: 100dba35f9 by Tao Bao · 8 years ago
  99. 100dba3 Merge "updater: Add "write_value()" function." am: d00046b691 by Tao Bao · 8 years ago
  100. d00046b Merge "updater: Add "write_value()" function." by Tao Bao · 8 years ago