1. 5141221 updater: Clean up CreateStash(). by Tao Bao · 8 years ago
  2. 5354f60 updater: Fix the operator order. by Tao Bao · 8 years ago
  3. 039f2da updater: Switch to libbase logging. by Tao Bao · 8 years ago
  4. 358c2ec Remove ota_close(int) and ota_fclose(FILE*). by Tao Bao · 8 years ago
  5. bedf5fc updater: Refactor set_stage() and get_stage() functions. by Tao Bao · 8 years ago
  6. 1036d36 updater: Add testcase for package_extract_dir(). by Tao Bao · 8 years ago
  7. d0f3088 updater: Add "write_value()" function. by Tao Bao · 8 years ago
  8. ef0eb3b updater: Fix the wrong return value for package_extract_file(). by Tao Bao · 8 years ago
  9. 8992902 updater: Add more testcase for symlink(). by Tao Bao · 8 years ago
  10. d75003d Make make_parent() to take const argument by Tianjie Xu · 8 years ago
  11. a659d79 updater: Add a testcase for RenameFn(). by Tao Bao · 8 years ago
  12. 0831d0b updater: Fix a bug in DeleteFn(). by Tao Bao · 8 years ago
  13. 51d516e updater: Fix an off-by-1 bug in file_getprop(). by Tao Bao · 8 years ago
  14. 5fe280a Cleanup ReadArgs & ReadValueArgs usage by Tianjie Xu · 8 years ago
  15. fada91c applypatch: Switch the parameter of Value** to std::vector. by Tao Bao · 8 years ago
  16. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago
  17. aced5d9 Change StringValue to use std::string by Tianjie Xu · 8 years ago
  18. 39119ad edify: Some clean-ups to libedify. by Tao Bao · 8 years ago
  19. 361342c updater: Kill the duplicate PrintSha1() in install.cpp. by Tao Bao · 8 years ago
  20. 0c7839a Refactor libupdater into a seperate module. by Tao Bao · 8 years ago
  21. de40ba5 Update the header path for ext4_utils. by Tao Bao · 8 years ago
  22. 59dcb9c edify: Move State.script and State.errmsg to std::string. by Tao Bao · 8 years ago
  23. 7aa8874 Turn on -Werror for recovery by Tianjie Xu · 8 years ago
  24. cb22040 Switch to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  25. 61590bb Merge "Switch recovery to libbase logging" by Tianjie Xu · 8 years ago
  26. 7b0ad9c Switch recovery to libbase logging by Tianjie Xu · 8 years ago
  27. 71e182b Check an edge case when read(2) returns 0 by Tianjie Xu · 8 years ago
  28. dc97404 Merge "Fix references to libcrypto_utils_static." am: b97da5e0f0 by Josh Gao · 8 years ago
  29. 073164f Fix references to libcrypto_utils_static. by Josh Gao · 8 years ago
  30. 691db7b Merge \"Fix install.h\'s use of attribute printf.\" am: a82ee456bb by Elliott Hughes · 8 years ago
  31. 83ce755 Fix install.h's use of attribute printf. by Elliott Hughes · 8 years ago
  32. 93110c7 Check the results from applypatch am: 31f8cc84cf by Tianjie Xu · 8 years ago
  33. 31f8cc8 Check the results from applypatch by Tianjie Xu · 8 years ago
  34. 274d17d resolve merge conflicts of 179c0d8 to stage-aosp-master by Elliott Hughes · 8 years ago
  35. 179c0d8 Merge "Remove obsolete MTD support." by Elliott Hughes · 8 years ago
  36. 1e67422 Merge \\"updater: Fix the broken ReadFileFn.\\" am: 4ddd5edf31 am: 89dfe730d4 by Tao Bao · 8 years ago
  37. efacd80 updater: Fix the broken ReadFileFn. by Tao Bao · 8 years ago
  38. 63a3192 Remove obsolete MTD support. by Elliott Hughes · 8 years ago
  39. 64f46fb resolve merge conflicts of 7ce287d to nyc-dev-plus-aosp by Tianjie Xu · 8 years ago
  40. 7ce287d Call ioctl before each write on retry by Tianjie Xu · 8 years ago
  41. 3f6eb86 resolve merge conflicts of 50f6417 by Tianjie Xu · 8 years ago
  42. 84478e8 resolve merge conflicts of 50f6417 to nyc-dev-plus-aosp by Tianjie Xu · 8 years ago
  43. 1625583 Allow recovery to return error codes by Tianjie Xu · 8 years ago
  44. 142b864 Add time and I/O info to last_install am: dd874b1c87 by Tianjie Xu · 8 years ago
  45. dd874b1 Add time and I/O info to last_install by Tianjie Xu · 8 years ago
  46. 733285f updater, minzip: Remove unnecessary O_SYNC flags. by Alistair Strachan · 8 years ago
  47. fafa6a6 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 8 years ago
  48. 49c5c79 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  49. 7306461 updater: Don't zero out CommandParameters with memset(3). by Tao Bao · 8 years ago
  50. 54a2747 Fix google-runtime-int warnings. by Chih-Hung Hsieh · 8 years ago
  51. 452df6d Convert recovery to use BoringSSL instead of mincrypt. by Mattias Nissler · 8 years ago
  52. 4bbd5bf Move selinux dependencies out of header files. by Elliott Hughes · 8 years ago
  53. bcabd09 Switch to <android-base/unique_fd.h>. by Elliott Hughes · 8 years ago
  54. 7eca97e Skip stashing source blocks in verify mode by Tianjie Xu · 8 years ago
  55. 0188935 Skip stashing source blocks in verify mode by Tianjie Xu · 8 years ago
  56. f73abf3 DO NOT MERGE Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  57. 1c522df applypatch: use vector to store data in FileContents. by Yabin Cui · 8 years ago
  58. fa12b97 Reboot and retry on I/O errors by Tianjie Xu · 8 years ago
  59. 94dc341 Merge "Reboot and retry on I/O errors" by Tianjie Xu · 8 years ago
  60. d80a998 Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES. by Tao Bao · 8 years ago
  61. 3c62b67 Reboot and retry on I/O errors by Tianjie Xu · 8 years ago
  62. 39c1b5e Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  63. d6c93af applypatch: use vector to store data in FileContents. by Yabin Cui · 8 years ago
  64. a7b9a46 IO fault injection for OTA packages by Jed Estep · 9 years ago
  65. 6ab3c81 Merge "updater: fix memory leak based on static analysis." am: e50d447692 by Yabin Cui · 8 years ago
  66. 64be213 updater: fix memory leak based on static analysis. by Yabin Cui · 8 years ago
  67. 50aa63f resolve merge conflicts of 7b6027dde4 to master. by Tao Bao · 8 years ago
  68. c48cb5e Switch from mincrypt to BoringSSL in applypatch and updater. by Sen Jiang · 8 years ago
  69. b1cc5d8 Merge "IO fault injection for OTA packages" by Jed Estep · 8 years ago
  70. 57bed6d updater: Add a function to check first block by Tianjie Xu · 9 years ago
  71. f1fc48c IO fault injection for OTA packages by Jed Estep · 9 years ago
  72. 30bf476 updater: Add a function to check first block by Tianjie Xu · 9 years ago
  73. d3cac34 updater: Use O_SYNC and fsync() for package_extract_file(). by Tao Bao · 9 years ago
  74. 3b010bc updater: Output msg when recovery is called by Tianjie Xu · 9 years ago
  75. baad2d4 updater: Replace strtok() with android::base::Split(). by Tao Bao · 9 years ago
  76. 4b166f0 Track rename from base/ to android-base/. by Elliott Hughes · 9 years ago
  77. 1fdec86 updater: Bump up the BBOTA version to 4. by Tao Bao · 9 years ago
  78. 0a7b473 Error correction: Use libfec in blockimg.cpp for recovery by Sami Tolvanen · 9 years ago
  79. 6a47dff updater: Skip empty lines in the transfer list file. by Tao Bao · 9 years ago
  80. b15fd22 updater: Use android::base::ParseInt() to parse integers. by Tao Bao · 9 years ago
  81. 5701d58 Suppress some compiler warnings due to signedness. by Tao Bao · 9 years ago
  82. a42a322 Merge "updater: Manage buffers with std::vector." by Tao Bao · 9 years ago
  83. 1107d96 updater: Fix the line breaks in ui_print commands. by Tao Bao · 9 years ago
  84. 612336d updater: Manage buffers with std::vector. by Tao Bao · 9 years ago
  85. 34847b2 updater: Replace the pointers in LoadSrcTgtVersion[1-3]() parameter. by Tao Bao · 9 years ago
  86. 0940fe1 updater: Clean up C codes. by Tao Bao · 9 years ago
  87. 9739a29 updater: Remove the unused isunresumable in SaveStash(). by Tao Bao · 9 years ago
  88. a6153df GOOGLEGMS-749 Fix integer overflow while applying block based OTA package by Shrinivas Sahukar · 9 years ago
  89. e6aa332 updater: Clean up char* with std::string. by Tao Bao · 9 years ago
  90. dc39226 udpater: Call fsync() after rename(). by Tao Bao · 9 years ago
  91. 187efff updater: Hoist fsync() to outer loop. by Tao Bao · 9 years ago
  92. ba8a678 updater: libapplypatch needs libbase now. by Tao Bao · 9 years ago
  93. ba9a42a recovery: Switch applypatch/ and updater/ to cpp. by Tao Bao · 9 years ago
  94. 9c67aa2 Revert "Zero blocks before BLKDISCARD" by Tao Bao · 9 years ago
  95. c0f56ad More accurate checking for overlapped ranges. by Tao Bao · 9 years ago
  96. a3c75e3 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  97. e82fa18 Revert "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  98. 96392b9 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  99. 80e46e0 recovery: Switch to clang by Tao Bao · 9 years ago
  100. 1eb9003 Fix build: fprintf without modifier by Tao Bao · 9 years ago