1. ecbd3e8 Merge up to android-8.1.0_r1 and fix conflicts by Ethan Yonker · 7 years ago
  2. 8373cfe Update to AOSP 8.0 base by Ethan Yonker · 7 years ago
  3. d9759e8 Fix a case when brotli writer fails to write last few blocks of data by Tianjie Xu · 7 years ago
  4. f7cc0e0 Merge "Remove the obsolete reference to /file_contexts." by Tao Bao · 7 years ago
  5. 7af933b Remove the obsolete reference to /file_contexts. by Tao Bao · 7 years ago
  6. 9f8fd32 Merge "Add support to decompress brotli compressed new data" am: 918e6ea1b2 am: 43bdf6cad6 by Tianjie Xu · 7 years ago
  7. 43bdf6c Merge "Add support to decompress brotli compressed new data" am: 918e6ea1b2 by Tianjie Xu · 7 years ago
  8. 107a34f Add support to decompress brotli compressed new data by Tianjie Xu · 7 years ago
  9. 619b162 recovery: replace make_ext4 with e2fsprogs by Jin Qian · 7 years ago
  10. ac31808 recovery: replace make_ext4 with e2fsprogs by Jin Qian · 7 years ago
  11. 3445b94 Fix "No file_contexts" warning am: e35926e1af by Jeff Vander Stoep · 7 years ago
  12. eba11fa Fix "No file_contexts" warning am: e35926e1af by Jeff Vander Stoep · 7 years ago
  13. e35926e Fix "No file_contexts" warning by Jeff Vander Stoep · 7 years ago
  14. 2330dd8 Fix "No file_contexts" warning by Jeff Vander Stoep · 7 years ago
  15. 99e7216 Merge "kill package_extract_dir" by Tianjie Xu · 7 years ago
  16. 6957555 Retry the update if ApplyBSDiffPatch | ApplyImagePatch fails by Tianjie Xu · 7 years ago
  17. 53c38b1 kill package_extract_dir by Tianjie Xu · 7 years ago
  18. 397a813 updater: Update the mkfs.f2fs argument to match f2fs-tools 1.8.0. by Tao Bao · 7 years ago
  19. 84d61ce Update TWRP to AOSP 7.1.2 by Ethan Yonker · 7 years ago
  20. 8939463 Merge "Add a default error code when updater script aborts" by Tianjie Xu · 7 years ago
  21. e0c8879 Add a default error code when updater script aborts by Tianjie Xu · 7 years ago
  22. b656a15 Move sysMapFile and sysReleaseMap into MemMapping class. by Tao Bao · 7 years ago
  23. ed9db0f Adding support for quiescent reboot to recovery by Dmitri Plotnikov · 7 years ago
  24. 8706a98 Adding support for quiescent reboot to recovery by Dmitri Plotnikov · 7 years ago
  25. 3a8d98d Abort the update if there's not enough new data by Tianjie Xu · 7 years ago
  26. bf5b77d Change the internal representation in RangeSet. by Tao Bao · 7 years ago
  27. c97edcb updater: Keep the parsed parameters in std::unique_ptr. by Tao Bao · 7 years ago
  28. 8f23757 Move parse_range() and range_overlaps() into RangeSet. by Tao Bao · 7 years ago
  29. 65c065b Merge "updater: Move RangeSinkWrite into RangeSinkState." by Tao Bao · 7 years ago
  30. 0bbc764 updater: Don't append newline when calling uiPrint(). by Tao Bao · 7 years ago
  31. 60a70af updater: Move RangeSinkWrite into RangeSinkState. by Tao Bao · 7 years ago
  32. c0e1c46 applypatch: Let Apply{BSDiff,Image}Patch accept std::function. by Tao Bao · 7 years ago
  33. f7eb760 applypatch: Change the ssize_t length parameters to size_t. by Tao Bao · 7 years ago
  34. d2aecd4 updater: Clean up LoadSrcTgtVersion2(). by Tao Bao · 7 years ago
  35. 5212a00 Merge "updater: Remove some redundant arguments." by Tao Bao · 7 years ago
  36. 5479506 Merge "updater: Drop the support for BBOTA v1 and v2." by Tao Bao · 7 years ago
  37. 110155a Merge "Removed C-style casts" by Tao Bao · 7 years ago
  38. bcf4649 updater: Remove some redundant arguments. by Tao Bao · 7 years ago
  39. 3356777 updater: Drop the support for BBOTA v1 and v2. by Tao Bao · 7 years ago
  40. b56a3c2 Merge "Redundant checking of STL container element" by Tao Bao · 7 years ago
  41. 20791bd Removed C-style casts by Mikhail Lappo · 7 years ago
  42. 577c668 Merge "Fixed scanf modifier" by Tao Bao · 7 years ago
  43. bb8bce9 Redundant checking of STL container element by Mikhail Lappo · 7 years ago
  44. 17e6d3f Fixed scanf modifier by Mikhail Lappo · 7 years ago
  45. db56eb0 updater: Fix the broken case for apply_patch_check(). by Tao Bao · 7 years ago
  46. c444732 Remove malloc in edify functions by Tianjie Xu · 7 years ago
  47. d882b88 Merge "Fix the permission of stashed blocks created by updater" by Tianjie Xu · 7 years ago
  48. a946b9e Fix the permission of stashed blocks created by updater by Tianjie Xu · 7 years ago
  49. edec27a Fix updater include generation w/installclean by Dan Willemsen · 7 years ago
  50. 2cd36ba Revert "Revert "Print SHA-1 in hex for corrupted blocks"" by Tianjie Xu · 7 years ago
  51. ec8272f updater: Minor clean up to EnumerateStash(). by Tao Bao · 7 years ago
  52. 90eff6a Revert "Print SHA-1 in hex for corrupted blocks" by Tao Bao · 7 years ago
  53. 342717d Merge "updater: Remove some obsoleted functions for file-based OTA." by Tao Bao · 7 years ago
  54. bb0cd75 Print SHA-1 in hex for corrupted blocks by Tianjie Xu · 7 years ago
  55. 63d786c updater: Remove some obsoleted functions for file-based OTA. by Tao Bao · 7 years ago
  56. f9962db Merge "Use bspatch from external/bsdiff." by Sen Jiang · 7 years ago
  57. 3da8801 Replace _exit(-1) with _exit(EXIT_FAILURE). by Tao Bao · 7 years ago
  58. 25c5697 Use bspatch from external/bsdiff. by Sen Jiang · 8 years ago
  59. 8df3191 Allow custom bootloader msg offset in block misc by Matt Mower · 10 years ago
  60. 56ff806 Merge "Remove '_static' suffix from libext2* references." by Alex Deymo · 7 years ago
  61. 7c5dbd6 Remove '_static' suffix from libext2* references. by Alex Deymo · 7 years ago
  62. f013642 Print with newline for ui_print. by Tao Bao · 7 years ago
  63. 8031c2d Merge changes from topic 'host_suffix_cleanup' by Alex Deymo · 7 years ago
  64. 7dde36d updater: link libcrypto_utils_static if it exist by sndnvaps · 8 years ago
  65. 67f3aa8 Remove "_static" suffix from libsparse by Alex Deymo · 7 years ago
  66. 3165366 Remove "_static" suffix from libext4_utils. by Alex Deymo · 7 years ago
  67. 4728242 Do not inject I/O fault on a retry by Tianjie Xu · 7 years ago
  68. 91f74c8 Merge "updater: Clean up CreateStash()." by Tao Bao · 7 years ago
  69. c844c06 updater: Refactor parse_range(). by Tao Bao · 7 years ago
  70. 5141221 updater: Clean up CreateStash(). by Tao Bao · 7 years ago
  71. 0d3f84f updater: Update the header name for bootloader.h. by Tao Bao · 7 years ago
  72. 5354f60 updater: Fix the operator order. by Tao Bao · 8 years ago
  73. 039f2da updater: Switch to libbase logging. by Tao Bao · 8 years ago
  74. b523650 Update to android-7.1 by Ethan Yonker · 8 years ago
  75. 358c2ec Remove ota_close(int) and ota_fclose(FILE*). by Tao Bao · 8 years ago
  76. bedf5fc updater: Refactor set_stage() and get_stage() functions. by Tao Bao · 8 years ago
  77. 1036d36 updater: Add testcase for package_extract_dir(). by Tao Bao · 8 years ago
  78. 1bf1772 DO NOT MERGE updater: Add "write_value()" function. by Tao Bao · 8 years ago
  79. d0f3088 updater: Add "write_value()" function. by Tao Bao · 8 years ago
  80. ef0eb3b updater: Fix the wrong return value for package_extract_file(). by Tao Bao · 8 years ago
  81. 8992902 updater: Add more testcase for symlink(). by Tao Bao · 8 years ago
  82. d75003d Make make_parent() to take const argument by Tianjie Xu · 8 years ago
  83. a659d79 updater: Add a testcase for RenameFn(). by Tao Bao · 8 years ago
  84. 0831d0b updater: Fix a bug in DeleteFn(). by Tao Bao · 8 years ago
  85. 51d516e updater: Fix an off-by-1 bug in file_getprop(). by Tao Bao · 8 years ago
  86. 5fe280a Cleanup ReadArgs & ReadValueArgs usage by Tianjie Xu · 8 years ago
  87. fada91c applypatch: Switch the parameter of Value** to std::vector. by Tao Bao · 8 years ago
  88. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago
  89. aced5d9 Change StringValue to use std::string by Tianjie Xu · 8 years ago
  90. 39119ad edify: Some clean-ups to libedify. by Tao Bao · 8 years ago
  91. 361342c updater: Kill the duplicate PrintSha1() in install.cpp. by Tao Bao · 8 years ago
  92. 0c7839a Refactor libupdater into a seperate module. by Tao Bao · 8 years ago
  93. de40ba5 Update the header path for ext4_utils. by Tao Bao · 8 years ago
  94. 59dcb9c edify: Move State.script and State.errmsg to std::string. by Tao Bao · 8 years ago
  95. 7aa8874 Turn on -Werror for recovery by Tianjie Xu · 8 years ago
  96. cb22040 Switch to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  97. 61590bb Merge "Switch recovery to libbase logging" by Tianjie Xu · 8 years ago
  98. 7b0ad9c Switch recovery to libbase logging by Tianjie Xu · 8 years ago
  99. 71e182b Check an edge case when read(2) returns 0 by Tianjie Xu · 8 years ago
  100. b8e985c Fix updater binary for 7.0 by Ethan Yonker · 8 years ago