1. 29be3f6 [LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery by Bob Badour · 3 years, 4 months ago
  2. b810334 Don't build host binary for applypatch by Tianjie · 3 years, 5 months ago
  3. 2f2749f Switch imgdiff to use libz_stable by Kelvin Zhang · 3 years, 5 months ago
  4. d1ba38f Check for overflow before allocating memory fore decompression. by Kelvin Zhang · 3 years, 9 months ago
  5. 4f81130 Switch to zip64 in recovery by Kelvin Zhang · 3 years, 9 months ago
  6. 78d1514 Update language to comply with Android’s inclusive language guidance by Tianjie · 3 years, 10 months ago
  7. fb08b01 Address the warnings in recovery code by Tianjie Xu · 4 years, 3 months ago
  8. 341644d Moving recovery resources from /system to /vendor by Bill Peckham · 4 years, 9 months ago
  9. 5234ad4 applypatch: Add backup_source parameter to PatchPartition. by Tao Bao · 4 years, 8 months ago
  10. 71c35b9 applypatch: Use static libs for libbrotli and libbz. by Tao Bao · 4 years, 8 months ago
  11. 189d424 Link libcrypto dynamically for recovery unit tests. by Pete Bentley · 4 years, 9 months ago
  12. 45c40ec Remove libimgpatch by Tianjie Xu · 5 years ago
  13. 42d7779 Build libimgdiff as a host only library by Tianjie Xu · 5 years ago
  14. 88d8001 Move off the Next ZipString overload. by Elliott Hughes · 5 years ago
  15. 143a03f Track libziparchive API change. by Elliott Hughes · 5 years ago
  16. 8bd6f45 Fix bogus error checking on unique_fd by Bernie Innocenti · 5 years ago
  17. 7ebef8f applypatch: Fix comparison of integers of different signs. by Tao Bao · 5 years ago
  18. 09e8493 applypatch: {Load,Save}FileContents return bool values. by Tao Bao · 6 years ago
  19. 5609bc8 applypatch: Refactor applypatch(). by Tao Bao · 6 years ago
  20. 22f1120 Remove otafault by Tianjie Xu · 6 years ago
  21. d34e6bc applypatch: Change applypatch command-line arguments. by Tao Bao · 6 years ago
  22. 5ee2566 applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache(). by Tao Bao · 6 years ago
  23. 49750f1 applypatch: Fix the return type of FreeSpaceForFile(). by Tao Bao · 6 years ago
  24. bd0fb23 applypatch: Switch freecache.cpp to libbase logging. by Tao Bao · 6 years ago
  25. 7326892 Remove the debug code for bspatch flakiness by Tianjie Xu · 6 years ago
  26. 511d759 edify: Remove VAL_INVALID and move ValueType into Value class. by Tao Bao · 6 years ago
  27. e02cbaa Merge "applypatch: Restrict applypatch_check to eMMC targets." by Tao Bao · 6 years ago
  28. 7c1d426 applypatch: Restrict applypatch_check to eMMC targets. by Tao Bao · 6 years ago
  29. 7ea515e applypatch: Fix a potential nullptr dereferencing. by Tao Bao · 6 years ago
  30. 8dc7049 applypatch: {Load,Save}FileContents and ParseSha1 take std::string. by Tao Bao · 6 years ago
  31. 859bfc5 applypatch: Move to libbase logging. by Tao Bao · 6 years ago
  32. 155771b applypatch: Clean up the function comments. by Tao Bao · 6 years ago
  33. cc61cf6 Convert deflate image chunks to raw if the raw data is smaller by Tianjie Xu · 6 years ago
  34. 3f638ee Save the target file when applypatch tests fail by Tianjie Xu · 6 years ago
  35. cc8587b Merge "Dump the uncompressed data's SHA1 to debug flaky tests" by Tianjie Xu · 6 years ago
  36. 641fa97 Rename CacheLocation to Paths. by Tao Bao · 6 years ago
  37. 9e1ccd4 Dump the uncompressed data's SHA1 to debug flaky tests by Tianjie Xu · 6 years ago
  38. ffed57a Dump debug information for apply_patch unit tests by Tianjie Xu · 6 years ago
  39. 8b0b0f1 applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch. by Tao Bao · 6 years ago
  40. 4f83430 applypatch: Dump patch info on mismatching patching result. by Tao Bao · 6 years ago
  41. d5fbcc1 Remove the old log files if cache space is insufficient for OTA by Tianjie Xu · 6 years ago
  42. 3bbb20f Add a singleton CacheLocation to replace the hard coded locations by Tianjie Xu · 6 years ago
  43. 572abbb Remove the assumption of target chunk size in imgdiff by Tianjie Xu · 6 years ago
  44. 7a4dacf Disable building libapplypatch on mac by Tianjie Xu · 6 years ago
  45. e40c80d Skip the cache size check on host by Tianjie Xu · 6 years ago
  46. 47e5a8d applypatch: Remove the 'st' field from FileContents. by Tao Bao · 7 years ago
  47. c7069cc Merge "Add libbrotli as a dependency when building applypatch binary" by Tianjie Xu · 7 years ago
  48. 6e293c9 Switch imgdiff to libbase logging by Tianjie Xu · 7 years ago
  49. de07371 Merge "applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch." by Tao Bao · 7 years ago
  50. 1e0941f applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch. by Tao Bao · 7 years ago
  51. 3afe5f5 Include bspatch.h from bsdiff/ by Alex Deymo · 7 years ago
  52. 3d84386 Add libbrotli as a dependency when building applypatch binary by Tianjie Xu · 7 years ago
  53. a88cc54 Switch to bionic gtest in bootable/recovery by Tianjie Xu · 7 years ago
  54. 8c28081 Add libbrotli as a dependency for libbsdiff by Tianjie Xu · 7 years ago
  55. 1bc0117 Merge "applypatch: Fix a memory leak in ApplyImagePatch()." by Treehugger Robot · 7 years ago
  56. fdec103 applypatch: Fix a memory leak in ApplyImagePatch(). by Tao Bao · 7 years ago
  57. 3d24b7b Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer." by Treehugger Robot · 7 years ago
  58. fa18826 Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer. by Alex Deymo · 7 years ago
  59. 4568582 otautil: Move RangeSet implementation into rangeset.cpp. by Tao Bao · 7 years ago
  60. b058c5c Merge "applypatch: Move to Soong." by Tao Bao · 7 years ago
  61. 582b678 applypatch: Move to Soong. by Tao Bao · 7 years ago
  62. 526699f applypatch: Remove the Makefile for building imgdiff in Chrome OS. by Tao Bao · 7 years ago
  63. 44fc7b1 applypatch: Use shared lib for libbz. by Tao Bao · 7 years ago
  64. 46d8a3b Merge "applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive." by Tao Bao · 7 years ago
  65. 09e468f Move rangeset.h and print_sha1.h into otautil. by Tao Bao · 7 years ago
  66. 3db3205 applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive. by Tao Bao · 7 years ago
  67. e6f7f95 edify: Export the header and move to Soong. by Tao Bao · 7 years ago
  68. 1fc5bf3 Revert "Revert "Move error_code.h into otautil."" by Tao Bao · 7 years ago
  69. 38d78d1 applypatch: Forward declare struct Value. by Tao Bao · 7 years ago
  70. 26436d6 Revert "Move error_code.h into otautil." by Tao Bao · 7 years ago
  71. 623fe7e Move error_code.h into otautil. by Tao Bao · 7 years ago
  72. d33b2f8 otafault: Move headers under otafault/. by Tao Bao · 7 years ago
  73. 646b05a otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES. by Tao Bao · 7 years ago
  74. 82582b4 Output split information for imgdiff when handling large apks by Tianjie Xu · 7 years ago
  75. 2903cdd Improve imgdiff for large zip files by Tianjie Xu · 7 years ago
  76. c89d1e7 Turn on -Wall for recovery modules by Tianjie Xu · 7 years ago
  77. 57dd961 Move Image/ImageChunk/PatchChunk declaration into header files by Tianjie Xu · 7 years ago
  78. d82a2ed Add a new PatchChunk class in imgdiff by Tianjie Xu · 7 years ago
  79. 6b03ba7 Refactor the imgdiff by Tianjie Xu · 7 years ago
  80. 14ebc1e Fix a rare failure for imgdiff when random data equals gzip header by Tianjie Xu · 7 years ago
  81. a897f95 Implement a custom deflate sink function for bspatch by Tianjie Xu · 7 years ago
  82. ce5fa5e Print SHA1 of the patch if bsdiff fails with data error by Tianjie Xu · 7 years ago
  83. d5ae425 Merge "applypatch: Remove the obsolete support for "applypatch -s"." by Tao Bao · 7 years ago
  84. 8ab2808 applypatch: Remove the obsolete support for "applypatch -s". by Tao Bao · 7 years ago
  85. 391bb7b applypatch: Add determine the return value of ApplyDiffPatch and by Jinguang Dong · 7 years ago
  86. c3ef089 applypatch: Remove duplicate test files. by Tao Bao · 8 years ago
  87. c0e1c46 applypatch: Let Apply{BSDiff,Image}Patch accept std::function. by Tao Bao · 7 years ago
  88. f7eb760 applypatch: Change the ssize_t length parameters to size_t. by Tao Bao · 7 years ago
  89. b4c4f8c Merge "applypatch: Drop the support for patching non-EMMC targets." by Tao Bao · 7 years ago
  90. 12b9055 More cleanup to imgdiff & imgpatch by Tianjie Xu · 7 years ago
  91. 40e144d applypatch: Drop the support for patching non-EMMC targets. by Tao Bao · 7 years ago
  92. 1ea84d6 Refractor the code for imgdiff by Tianjie Xu · 7 years ago
  93. 25c5697 Use bspatch from external/bsdiff. by Sen Jiang · 8 years ago
  94. 7ab9c38 Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" by Tao Bao · 7 years ago
  95. e78ca37 Merge "imgpatch: Compile with ZLIB_CONST defined." by Tao Bao · 7 years ago
  96. 087bc0c imgpatch: Compile with ZLIB_CONST defined. by Tao Bao · 7 years ago
  97. 930edb6 imgdiff: cache bsdiff suffix array in zip mode. by Sen Jiang · 7 years ago
  98. 3b828d8 Merge "imgdiff: Fix an edge case that leads to infinite loop." by Tao Bao · 7 years ago
  99. d37ce8f imgdiff: Fix an edge case that leads to infinite loop. by Tao Bao · 7 years ago
  100. c8e7934 applypatch: Don't expose FindMatchingPatch(). by Tao Bao · 7 years ago