1. 2bb374a Add libavb as a dependency by Tianjie Xu · 4 years, 7 months ago
  2. 5a67841 Convert update_host_simulator to Android.bp by Dan Willemsen · 4 years, 6 months ago
  3. 0e643e4 Use libcrypto_static instead of libcrypto by Colin Cross · 4 years, 10 months ago
  4. d815194 Set LOCAL_INJECT_BSSL_HASH for updater by Colin Cross · 4 years, 10 months ago
  5. b42281a Drop the device specific support for update host simulator by Tianjie Xu · 5 years ago
  6. 74b0f7c Implement the TargetFile and BuildInfo by Tianjie Xu · 5 years ago
  7. 76e165d Disable building simulator for mac by Tianjie Xu · 5 years ago
  8. c1a5e26 Implement an update simulator to verify BB OTA packages on host by Tianjie Xu · 5 years ago
  9. 58d5912 Add Updater class and remove UpdaterInfo by Tianjie Xu · 5 years ago
  10. 8ff84d7 updater: add functions to modify dynamic partition metadata by Yifan Hong · 6 years ago
  11. 22f1120 Remove otafault by Tianjie Xu · 6 years ago
  12. 673bb6f updater: Move libupdater to Soong. by Tao Bao · 6 years ago
  13. 69ffa15 Add an updater function to compute hash tree by Tianjie Xu · 6 years ago
  14. 6a7e4af updater: Add Command parsing codes. by Tao Bao · 6 years ago
  15. c390123 updater: Add Commmand class to manage BBOTA commands. by Tao Bao · 6 years ago
  16. 9a319f0 Merge libmounts into libotautil. by Tao Bao · 6 years ago
  17. 99f0d9e Drop -Wno-unused-parameter. by Tao Bao · 8 years ago
  18. c89d1e7 Turn on -Wall for recovery modules by Tianjie Xu · 7 years ago
  19. 107a34f Add support to decompress brotli compressed new data by Tianjie Xu · 7 years ago
  20. edec27a Fix updater include generation w/installclean by Dan Willemsen · 7 years ago
  21. 25c5697 Use bspatch from external/bsdiff. by Sen Jiang · 8 years ago
  22. 7c5dbd6 Remove '_static' suffix from libext2* references. by Alex Deymo · 7 years ago
  23. 67f3aa8 Remove "_static" suffix from libsparse by Alex Deymo · 7 years ago
  24. 3165366 Remove "_static" suffix from libext4_utils. by Alex Deymo · 7 years ago
  25. bedf5fc updater: Refactor set_stage() and get_stage() functions. by Tao Bao · 8 years ago
  26. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago
  27. 0c7839a Refactor libupdater into a seperate module. by Tao Bao · 8 years ago
  28. de40ba5 Update the header path for ext4_utils. by Tao Bao · 8 years ago
  29. 7aa8874 Turn on -Werror for recovery by Tianjie Xu · 8 years ago
  30. 7b0ad9c Switch recovery to libbase logging by Tianjie Xu · 8 years ago
  31. 073164f Fix references to libcrypto_utils_static. by Josh Gao · 8 years ago
  32. 63a3192 Remove obsolete MTD support. by Elliott Hughes · 8 years ago
  33. 452df6d Convert recovery to use BoringSSL instead of mincrypt. by Mattias Nissler · 8 years ago
  34. d80a998 Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES. by Tao Bao · 8 years ago
  35. a7b9a46 IO fault injection for OTA packages by Jed Estep · 9 years ago
  36. c48cb5e Switch from mincrypt to BoringSSL in applypatch and updater. by Sen Jiang · 8 years ago
  37. 0a7b473 Error correction: Use libfec in blockimg.cpp for recovery by Sami Tolvanen · 9 years ago
  38. ba8a678 updater: libapplypatch needs libbase now. by Tao Bao · 9 years ago
  39. ba9a42a recovery: Switch applypatch/ and updater/ to cpp. by Tao Bao · 9 years ago
  40. 80e46e0 recovery: Switch to clang by Tao Bao · 9 years ago
  41. e49a9e5 Stop using libstdc++. by Dan Albert · 9 years ago
  42. cdce7f7 am c43b17f0: Merge "Fix recovery image build for 32p" by Ying Wang · 10 years ago
  43. 4c3c7a9 Fix recovery image build for 32p by Bruce Beare · 10 years ago
  44. b278c25 Add support for tune2fs file operations by Michael Runge · 10 years ago
  45. 5f875bf remove code for original block OTA mechanism by Doug Zongker · 10 years ago
  46. bc7ffed installer for new block OTA system by Doug Zongker · 10 years ago
  47. f2ff0a2 Merge "clean up some warnings when building recovery" by Doug Zongker · 10 years ago
  48. 3eb681d remove remaining libminelf references by Doug Zongker · 10 years ago
  49. 0d32f25 clean up some warnings when building recovery by Doug Zongker · 10 years ago
  50. 52b4036 add syspatch support to updater by Doug Zongker · 10 years ago
  51. 4e21482 Add liblog by Ying Wang · 11 years ago
  52. 7eb7567 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  53. 4eeb379 Use the static version of libsparse by Joe Onorato · 12 years ago
  54. 6396e70 Multiple modules with the same name are going away. by Joe Onorato · 12 years ago
  55. cde94f3 Link against libsparse by Colin Cross · 12 years ago
  56. eef790d Use a dependency file to replace the list file. by Ying Wang · 12 years ago
  57. 779701d Extend recovery and updater to support setting file security contexts. by Stephen Smalley · 12 years ago
  58. 1a11449 Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used. by Stephen Smalley · 12 years ago
  59. 6242a8b Support multiple recovery updater extensions. by Michael Ward · 13 years ago
  60. db314d6 Working ASLR implementation by Hristo Bojinov · 14 years ago
  61. b4277c2 Mute unwanted error message by Ying Wang · 14 years ago
  62. 3d177d0 support for ext4/EMMC filesystems in updater binary by Doug Zongker · 14 years ago
  63. fc382df am d8f7c9b8: Merge change 5545 into donut by Android (Google) Code Review · 15 years ago
  64. ad3db09 remove updater from the user system image by Doug Zongker · 15 years ago
  65. 2b0fdc6 add device extension mechanism to updater by Doug Zongker · 15 years ago
  66. 8edb00c edify extensions for OTA package installation, part 2 by Doug Zongker · 15 years ago
  67. 9931f7f edify extensions for OTA package installation, part 1 by Doug Zongker · 15 years ago