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. 341644d Moving recovery resources from /system to /vendor by Bill Peckham · 4 years, 9 months ago
  5. 5234ad4 applypatch: Add backup_source parameter to PatchPartition. by Tao Bao · 4 years, 9 months ago
  6. 8bd6f45 Fix bogus error checking on unique_fd by Bernie Innocenti · 5 years ago
  7. 09e8493 applypatch: {Load,Save}FileContents return bool values. by Tao Bao · 6 years ago
  8. 5609bc8 applypatch: Refactor applypatch(). by Tao Bao · 6 years ago
  9. 22f1120 Remove otafault by Tianjie Xu · 6 years ago
  10. 58f2132 Merge AOSP android-9.0.0_r3 by Ethan Yonker · 6 years ago
  11. d34e6bc applypatch: Change applypatch command-line arguments. by Tao Bao · 6 years ago
  12. 5ee2566 applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache(). by Tao Bao · 6 years ago
  13. 49750f1 applypatch: Fix the return type of FreeSpaceForFile(). by Tao Bao · 6 years ago
  14. 7326892 Remove the debug code for bspatch flakiness by Tianjie Xu · 6 years ago
  15. 511d759 edify: Remove VAL_INVALID and move ValueType into Value class. by Tao Bao · 6 years ago
  16. e02cbaa Merge "applypatch: Restrict applypatch_check to eMMC targets." by Tao Bao · 6 years ago
  17. 7c1d426 applypatch: Restrict applypatch_check to eMMC targets. by Tao Bao · 6 years ago
  18. 7ea515e applypatch: Fix a potential nullptr dereferencing. by Tao Bao · 6 years ago
  19. 8dc7049 applypatch: {Load,Save}FileContents and ParseSha1 take std::string. by Tao Bao · 6 years ago
  20. 859bfc5 applypatch: Move to libbase logging. by Tao Bao · 6 years ago
  21. 155771b applypatch: Clean up the function comments. by Tao Bao · 6 years ago
  22. 3f638ee Save the target file when applypatch tests fail by Tianjie Xu · 6 years ago
  23. 641fa97 Rename CacheLocation to Paths. by Tao Bao · 6 years ago
  24. ffed57a Dump debug information for apply_patch unit tests by Tianjie Xu · 6 years ago
  25. 8b0b0f1 applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch. by Tao Bao · 6 years ago
  26. 4f83430 applypatch: Dump patch info on mismatching patching result. by Tao Bao · 6 years ago
  27. d5fbcc1 Remove the old log files if cache space is insufficient for OTA by Tianjie Xu · 6 years ago
  28. 3bbb20f Add a singleton CacheLocation to replace the hard coded locations by Tianjie Xu · 6 years ago
  29. e40c80d Skip the cache size check on host by Tianjie Xu · 6 years ago
  30. ecbd3e8 Merge up to android-8.1.0_r1 and fix conflicts by Ethan Yonker · 7 years ago
  31. 47e5a8d applypatch: Remove the 'st' field from FileContents. by Tao Bao · 7 years ago
  32. 1e0941f applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch. by Tao Bao · 7 years ago
  33. a88cc54 Switch to bionic gtest in bootable/recovery by Tianjie Xu · 7 years ago
  34. 09e468f Move rangeset.h and print_sha1.h into otautil. by Tao Bao · 7 years ago
  35. d33b2f8 otafault: Move headers under otafault/. by Tao Bao · 7 years ago
  36. 8373cfe Update to AOSP 8.0 base by Ethan Yonker · 7 years ago
  37. c0e1c46 applypatch: Let Apply{BSDiff,Image}Patch accept std::function. by Tao Bao · 7 years ago
  38. f7eb760 applypatch: Change the ssize_t length parameters to size_t. by Tao Bao · 7 years ago
  39. 40e144d applypatch: Drop the support for patching non-EMMC targets. by Tao Bao · 7 years ago
  40. c8e7934 applypatch: Don't expose FindMatchingPatch(). by Tao Bao · 7 years ago
  41. 9a6f520 Bugfix:updater always retry apply patch failed,when memcpy failed. by katao · 8 years ago
  42. 358c2ec Remove ota_close(int) and ota_fclose(FILE*). by Tao Bao · 8 years ago
  43. 3dc14cb Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&). by Tao Bao · 8 years ago
  44. 48cf770 applypatch: Release FD when explicitly calling close. by Tao Bao · 8 years ago
  45. 6e02ea9 applypatch: Use unique_fd to avoid leaking FDs. by Tao Bao · 8 years ago
  46. 8fce75a applypatch: Clean up LoadPartitionContents(). by Tao Bao · 8 years ago
  47. fada91c applypatch: Switch the parameter of Value** to std::vector. by Tao Bao · 8 years ago
  48. 984d7d0 Fix applypatch_check failure when applying update on angler by Tianjie Xu · 8 years ago
  49. aced5d9 Change StringValue to use std::string by Tianjie Xu · 8 years ago
  50. 71e182b Check an edge case when read(2) returns 0 by Tianjie Xu · 8 years ago
  51. b8e985c Fix updater binary for 7.0 by Ethan Yonker · 8 years ago
  52. 34ae483 Update to 7.0 by Ethan Yonker · 8 years ago
  53. 63a3192 Remove obsolete MTD support. by Elliott Hughes · 8 years ago
  54. 54a2747 Fix google-runtime-int warnings. by Chih-Hung Hsieh · 8 years ago
  55. ff6df89 Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  56. ce58688 Revert "DO NOT MERGE Control fault injection with config files instead of build flags" by Tao Bao · 8 years ago
  57. f73abf3 DO NOT MERGE Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  58. 1c522df applypatch: use vector to store data in FileContents. by Yabin Cui · 8 years ago
  59. d80a998 Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES. by Tao Bao · 8 years ago
  60. 39c1b5e Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  61. d6c93af applypatch: use vector to store data in FileContents. by Yabin Cui · 8 years ago
  62. a7b9a46 IO fault injection for OTA packages by Jed Estep · 9 years ago
  63. ca78c9f resolve merge conflicts of 715d8a203a to master. by Yabin Cui · 8 years ago
  64. d483c20 applypatch: fix memory leaks reported by static analysis. by Yabin Cui · 8 years ago
  65. 50aa63f resolve merge conflicts of 7b6027dde4 to master. by Tao Bao · 8 years ago
  66. c48cb5e Switch from mincrypt to BoringSSL in applypatch and updater. by Sen Jiang · 8 years ago
  67. f1fc48c IO fault injection for OTA packages by Jed Estep · 9 years ago
  68. 4b166f0 Track rename from base/ to android-base/. by Elliott Hughes · 9 years ago
  69. e6aa332 updater: Clean up char* with std::string. by Tao Bao · 9 years ago
  70. 1ce7a2a applypatch: Fix the checking in WriteToPartition(). by Tao Bao · 9 years ago
  71. abba55b applypatch: Support flash mode. by Tao Bao · 9 years ago
  72. aca8e89 applypatch: Refactor strtok(). by Tao Bao · 9 years ago
  73. ba9a42a recovery: Switch applypatch/ and updater/ to cpp. by Tao Bao · 9 years ago[Renamed (88%) from applypatch/applypatch.c]
  74. 65c230f Merge "Revert "Zero blocks before BLKDISCARD"" by Tao Bao · 9 years ago