1. 58f2132 Merge AOSP android-9.0.0_r3 by Ethan Yonker · 6 years ago
  2. 608d566 applypatch: Fix bad AOSP merge by Michael Bestas · 6 years ago
  3. 9f4c65b applypatch: Remove obsolete pathmap changes by Michael Bestas · 6 years ago
  4. 3bbb20f Add a singleton CacheLocation to replace the hard coded locations by Tianjie Xu · 6 years ago
  5. 572abbb Remove the assumption of target chunk size in imgdiff by Tianjie Xu · 6 years ago
  6. 7a4dacf Disable building libapplypatch on mac by Tianjie Xu · 6 years ago
  7. e40c80d Skip the cache size check on host by Tianjie Xu · 6 years ago
  8. ecbd3e8 Merge up to android-8.1.0_r1 and fix conflicts by Ethan Yonker · 7 years ago
  9. 47e5a8d applypatch: Remove the 'st' field from FileContents. by Tao Bao · 7 years ago
  10. c7069cc Merge "Add libbrotli as a dependency when building applypatch binary" by Tianjie Xu · 7 years ago
  11. 6e293c9 Switch imgdiff to libbase logging by Tianjie Xu · 7 years ago
  12. de07371 Merge "applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch." by Tao Bao · 7 years ago
  13. 1e0941f applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch. by Tao Bao · 7 years ago
  14. 3afe5f5 Include bspatch.h from bsdiff/ by Alex Deymo · 7 years ago
  15. 3d84386 Add libbrotli as a dependency when building applypatch binary by Tianjie Xu · 7 years ago
  16. a88cc54 Switch to bionic gtest in bootable/recovery by Tianjie Xu · 7 years ago
  17. 8c28081 Add libbrotli as a dependency for libbsdiff by Tianjie Xu · 7 years ago
  18. 1bc0117 Merge "applypatch: Fix a memory leak in ApplyImagePatch()." by Treehugger Robot · 7 years ago
  19. fdec103 applypatch: Fix a memory leak in ApplyImagePatch(). by Tao Bao · 7 years ago
  20. 3d24b7b Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer." by Treehugger Robot · 7 years ago
  21. fa18826 Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer. by Alex Deymo · 7 years ago
  22. 4568582 otautil: Move RangeSet implementation into rangeset.cpp. by Tao Bao · 7 years ago
  23. b058c5c Merge "applypatch: Move to Soong." by Tao Bao · 7 years ago
  24. 582b678 applypatch: Move to Soong. by Tao Bao · 7 years ago
  25. 526699f applypatch: Remove the Makefile for building imgdiff in Chrome OS. by Tao Bao · 7 years ago
  26. 44fc7b1 applypatch: Use shared lib for libbz. by Tao Bao · 7 years ago
  27. 46d8a3b Merge "applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive." by Tao Bao · 7 years ago
  28. 09e468f Move rangeset.h and print_sha1.h into otautil. by Tao Bao · 7 years ago
  29. 3db3205 applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive. by Tao Bao · 7 years ago
  30. e6f7f95 edify: Export the header and move to Soong. by Tao Bao · 7 years ago
  31. 1fc5bf3 Revert "Revert "Move error_code.h into otautil."" by Tao Bao · 7 years ago
  32. 38d78d1 applypatch: Forward declare struct Value. by Tao Bao · 7 years ago
  33. 26436d6 Revert "Move error_code.h into otautil." by Tao Bao · 7 years ago
  34. 623fe7e Move error_code.h into otautil. by Tao Bao · 7 years ago
  35. d33b2f8 otafault: Move headers under otafault/. by Tao Bao · 7 years ago
  36. 646b05a otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES. by Tao Bao · 7 years ago
  37. 82582b4 Output split information for imgdiff when handling large apks by Tianjie Xu · 7 years ago
  38. 8373cfe Update to AOSP 8.0 base by Ethan Yonker · 7 years ago
  39. 2903cdd Improve imgdiff for large zip files by Tianjie Xu · 7 years ago
  40. c89d1e7 Turn on -Wall for recovery modules by Tianjie Xu · 7 years ago
  41. 57dd961 Move Image/ImageChunk/PatchChunk declaration into header files by Tianjie Xu · 7 years ago
  42. d82a2ed Add a new PatchChunk class in imgdiff by Tianjie Xu · 7 years ago
  43. 6b03ba7 Refactor the imgdiff by Tianjie Xu · 7 years ago
  44. 14ebc1e Fix a rare failure for imgdiff when random data equals gzip header by Tianjie Xu · 7 years ago
  45. c86b6d4 Complete support for project pathmap by Michael Bestas · 7 years ago
  46. a897f95 Implement a custom deflate sink function for bspatch by Tianjie Xu · 7 years ago
  47. ce5fa5e Print SHA1 of the patch if bsdiff fails with data error by Tianjie Xu · 7 years ago
  48. d5ae425 Merge "applypatch: Remove the obsolete support for "applypatch -s"." by Tao Bao · 7 years ago
  49. 8ab2808 applypatch: Remove the obsolete support for "applypatch -s". by Tao Bao · 7 years ago
  50. 391bb7b applypatch: Add determine the return value of ApplyDiffPatch and by Jinguang Dong · 7 years ago
  51. c3ef089 applypatch: Remove duplicate test files. by Tao Bao · 8 years ago
  52. c0e1c46 applypatch: Let Apply{BSDiff,Image}Patch accept std::function. by Tao Bao · 7 years ago
  53. f7eb760 applypatch: Change the ssize_t length parameters to size_t. by Tao Bao · 7 years ago
  54. b4c4f8c Merge "applypatch: Drop the support for patching non-EMMC targets." by Tao Bao · 7 years ago
  55. 12b9055 More cleanup to imgdiff & imgpatch by Tianjie Xu · 7 years ago
  56. 40e144d applypatch: Drop the support for patching non-EMMC targets. by Tao Bao · 7 years ago
  57. 1ea84d6 Refractor the code for imgdiff by Tianjie Xu · 7 years ago
  58. 25c5697 Use bspatch from external/bsdiff. by Sen Jiang · 8 years ago
  59. 7ab9c38 Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" by Tao Bao · 7 years ago
  60. e78ca37 Merge "imgpatch: Compile with ZLIB_CONST defined." by Tao Bao · 7 years ago
  61. 087bc0c imgpatch: Compile with ZLIB_CONST defined. by Tao Bao · 7 years ago
  62. 930edb6 imgdiff: cache bsdiff suffix array in zip mode. by Sen Jiang · 7 years ago
  63. 3b828d8 Merge "imgdiff: Fix an edge case that leads to infinite loop." by Tao Bao · 7 years ago
  64. d37ce8f imgdiff: Fix an edge case that leads to infinite loop. by Tao Bao · 8 years ago
  65. c8e7934 applypatch: Don't expose FindMatchingPatch(). by Tao Bao · 7 years ago
  66. 97555da Add tests for imgdiff. by Tao Bao · 8 years ago
  67. 9a6f520 Bugfix:updater always retry apply patch failed,when memcpy failed. by katao · 8 years ago
  68. 8b640ff bootable/recovery: cleanup compiler warnings (potential leak of memory) by Rahul Chaudhry · 8 years ago
  69. ef3bea1 Merge "bootable/recovery: cleanup compiler warnings (unused value)" by Tao Bao · 8 years ago
  70. d255b66 Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" by Tao Bao · 8 years ago
  71. a793c58 bootable/recovery: cleanup compiler warnings (unused value) by Rahul Chaudhry · 8 years ago
  72. 358c2ec Remove ota_close(int) and ota_fclose(FILE*). by Tao Bao · 8 years ago
  73. 3dc14cb Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&). by Tao Bao · 8 years ago
  74. 48cf770 applypatch: Release FD when explicitly calling close. by Tao Bao · 8 years ago
  75. 6e02ea9 applypatch: Use unique_fd to avoid leaking FDs. by Tao Bao · 8 years ago
  76. 8fce75a applypatch: Clean up LoadPartitionContents(). by Tao Bao · 8 years ago
  77. b29f23f Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap. by Rahul Chaudhry · 8 years ago
  78. 3a5177b bootable/recovery: cleanup compiler warnings (potential leak of memory) by Rahul Chaudhry · 8 years ago
  79. 36c3511 applypatch: Add testcases for applypatch executable. by Tao Bao · 8 years ago
  80. fada91c applypatch: Switch the parameter of Value** to std::vector. by Tao Bao · 8 years ago
  81. edf1b15 applypatch: Fix the bug when constructing VAL_BLOB. by Tao Bao · 8 years ago
  82. 7df1850 Merge "Fix applypatch_check failure when applying update on angler" by Tianjie Xu · 8 years ago
  83. 984d7d0 Fix applypatch_check failure when applying update on angler by Tianjie Xu · 8 years ago
  84. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago
  85. aced5d9 Change StringValue to use std::string by Tianjie Xu · 8 years ago
  86. 7aa8874 Turn on -Werror for recovery by Tianjie Xu · 8 years ago
  87. 61590bb Merge "Switch recovery to libbase logging" by Tianjie Xu · 8 years ago
  88. 7b0ad9c Switch recovery to libbase logging by Tianjie Xu · 8 years ago
  89. 71e182b Check an edge case when read(2) returns 0 by Tianjie Xu · 8 years ago
  90. b8e985c Fix updater binary for 7.0 by Ethan Yonker · 8 years ago
  91. 34ae483 Update to 7.0 by Ethan Yonker · 8 years ago
  92. dc97404 Merge "Fix references to libcrypto_utils_static." am: b97da5e0f0 by Josh Gao · 8 years ago
  93. 073164f Fix references to libcrypto_utils_static. by Josh Gao · 8 years ago
  94. 274d17d resolve merge conflicts of 179c0d8 to stage-aosp-master by Elliott Hughes · 8 years ago
  95. 38afad4 resolve merge conflicts of 490fad6 to nyc-dev-plus-aosp by Tao Bao · 8 years ago
  96. 490fad6 applypatch: Don't call inflate() when it expects zero-length output. by Tao Bao · 8 years ago
  97. 63a3192 Remove obsolete MTD support. by Elliott Hughes · 8 years ago
  98. a0c4011 Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector." by Tao Bao · 8 years ago
  99. 50a6f8c Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector. by Adam Buchbinder · 8 years ago
  100. 16e3861 Revert "imgdiff: Generate statically linked imgdiff." by Tao Bao · 8 years ago