1. 673c7ae Merge tag 'android-11.0.0_r16' into android-10.0 by bigbiff · 3 years, 7 months ago
  2. d58ba18 AOSP10 TWRP Merge: fix conflicts and update libraries needed by bigbiff · 4 years, 3 months ago
  3. 26d5d5f Merge tag 'android-10.0.0_r25' into aosp10-4 by bigbiff · 4 years, 3 months ago
  4. c1a5e26 Implement an update simulator to verify BB OTA packages on host by Tianjie Xu · 5 years ago
  5. 27556d0 Some clean ups to the updater by Tianjie Xu · 5 years ago
  6. 1536db8 Add UpdaterRuntime class by Tianjie Xu · 5 years ago
  7. 58d5912 Add Updater class and remove UpdaterInfo by Tianjie Xu · 5 years ago
  8. a86dddb Track libziparchive API change. by Elliott Hughes · 5 years ago
  9. 8ff84d7 updater: add functions to modify dynamic partition metadata by Yifan Hong · 6 years ago
  10. 22f1120 Remove otafault by Tianjie Xu · 6 years ago
  11. 58f2132 Merge AOSP android-9.0.0_r3 by Ethan Yonker · 6 years ago
  12. d8d514f edify: Rename parse_string to ParseString and let it take std::string. by Tao Bao · 6 years ago
  13. 17054c0 otautil: Rename dir/sys/thermal utils. by Tao Bao · 6 years ago
  14. 641fa97 Rename CacheLocation to Paths. by Tao Bao · 6 years ago
  15. 01daebb Set the update locations to default in CacheLocation's constructor by Tianjie Xu · 6 years ago
  16. b4e3a37 Set the update locations to default in CacheLocation's constructor by Tianjie Xu · 6 years ago
  17. 3bbb20f Add a singleton CacheLocation to replace the hard coded locations by Tianjie Xu · 6 years ago
  18. ecbd3e8 Merge up to android-8.1.0_r1 and fix conflicts by Ethan Yonker · 7 years ago
  19. 1fc5bf3 Revert "Revert "Move error_code.h into otautil."" by Tao Bao · 7 years ago
  20. 0bf20d5 Don't include "error_code.h" in edify/expr.h. by Tao Bao · 7 years ago
  21. d33b2f8 otafault: Move headers under otafault/. by Tao Bao · 7 years ago
  22. 8373cfe Update to AOSP 8.0 base by Ethan Yonker · 7 years ago
  23. eba11fa Fix "No file_contexts" warning am: e35926e1af by Jeff Vander Stoep · 7 years ago
  24. e35926e Fix "No file_contexts" warning by Jeff Vander Stoep · 7 years ago
  25. 2330dd8 Fix "No file_contexts" warning by Jeff Vander Stoep · 7 years ago
  26. 6957555 Retry the update if ApplyBSDiffPatch | ApplyImagePatch fails by Tianjie Xu · 7 years ago
  27. 8939463 Merge "Add a default error code when updater script aborts" by Tianjie Xu · 7 years ago
  28. e0c8879 Add a default error code when updater script aborts by Tianjie Xu · 7 years ago
  29. b656a15 Move sysMapFile and sysReleaseMap into MemMapping class. by Tao Bao · 7 years ago
  30. 17e6d3f Fixed scanf modifier by Mikhail Lappo · 7 years ago
  31. c444732 Remove malloc in edify functions by Tianjie Xu · 7 years ago
  32. f013642 Print with newline for ui_print. by Tao Bao · 7 years ago
  33. 4728242 Do not inject I/O fault on a retry by Tianjie Xu · 7 years ago
  34. 039f2da updater: Switch to libbase logging. by Tao Bao · 8 years ago
  35. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago
  36. aced5d9 Change StringValue to use std::string by Tianjie Xu · 8 years ago
  37. 39119ad edify: Some clean-ups to libedify. by Tao Bao · 8 years ago
  38. 0c7839a Refactor libupdater into a seperate module. by Tao Bao · 8 years ago
  39. 59dcb9c edify: Move State.script and State.errmsg to std::string. by Tao Bao · 8 years ago
  40. 34ae483 Update to 7.0 by Ethan Yonker · 8 years ago
  41. 64f46fb resolve merge conflicts of 7ce287d to nyc-dev-plus-aosp by Tianjie Xu · 8 years ago
  42. 7ce287d Call ioctl before each write on retry by Tianjie Xu · 8 years ago
  43. 84478e8 resolve merge conflicts of 50f6417 to nyc-dev-plus-aosp by Tianjie Xu · 8 years ago
  44. 1625583 Allow recovery to return error codes by Tianjie Xu · 8 years ago
  45. 4bbd5bf Move selinux dependencies out of header files. by Elliott Hughes · 8 years ago
  46. ff6df89 Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  47. ce58688 Revert "DO NOT MERGE Control fault injection with config files instead of build flags" by Tao Bao · 8 years ago
  48. f73abf3 DO NOT MERGE Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  49. fa12b97 Reboot and retry on I/O errors by Tianjie Xu · 8 years ago
  50. 3c62b67 Reboot and retry on I/O errors by Tianjie Xu · 8 years ago
  51. 39c1b5e Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  52. 485b637 recovery: Switch applypatch/ and updater/ to cpp. by Tao Bao · 9 years ago[Renamed (97%) from updater/updater.c]
  53. ba9a42a recovery: Switch applypatch/ and updater/ to cpp. by Tao Bao · 9 years ago
  54. cd3c55a Add missing includes. by Elliott Hughes · 9 years ago
  55. bc7ffed installer for new block OTA system by Doug Zongker · 10 years ago
  56. 0d32f25 clean up some warnings when building recovery by Doug Zongker · 10 years ago
  57. 99916f0 do verification and extraction on memory, not files by Doug Zongker · 10 years ago
  58. fafc85b recovery: move log output to stdout by Doug Zongker · 11 years ago
  59. 7eb7567 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  60. 779701d Extend recovery and updater to support setting file security contexts. by Stephen Smalley · 12 years ago
  61. 8e5e4da close update package before installing; allow remount by Doug Zongker · 14 years ago
  62. 512536a relocate applypatch; add type system and new functions to edify by Doug Zongker · 14 years ago
  63. e08991e bump updater API version to 3; deprecate firmware update command by Doug Zongker · 14 years ago
  64. 2b0fdc6 add device extension mechanism to updater by Doug Zongker · 15 years ago
  65. fb2e3af let the "firmware" command take the file straight from the package by Doug Zongker · 15 years ago
  66. d9c9d10 fixes to edify and updater script by Doug Zongker · 15 years ago
  67. 8edb00c edify extensions for OTA package installation, part 2 by Doug Zongker · 15 years ago
  68. 9931f7f edify extensions for OTA package installation, part 1 by Doug Zongker · 15 years ago