1. b8cb2e6 tests: Split unit tests out of component/applypatch_test.cpp. by Tao Bao · 6 years ago
  2. 6a7e4af updater: Add Command parsing codes. by Tao Bao · 6 years ago
  3. cf60a44 Drop the dependency on AB_OTA_UPDATER flag. by Tao Bao · 6 years ago
  4. c390123 updater: Add Commmand class to manage BBOTA commands. by Tao Bao · 6 years ago
  5. 371fe6e Move stuff from recovery into librecovery. by Tao Bao · 7 years ago
  6. 9e30997 Clean up the Makefile for recovery and tests. by Tao Bao · 6 years ago
  7. 6cd8168 tests: Add tests for ScreenRecoveryUI. by Tao Bao · 6 years ago
  8. 9a319f0 Merge libmounts into libotautil. by Tao Bao · 6 years ago
  9. 1cc0351 Make update_verifier generic across verified boot versions. by Tao Bao · 6 years ago
  10. 6b28f05 tests: Move ResourcesTest into component test. by Tao Bao · 6 years ago
  11. 9d91e89 tests: Pick up testdata with LOCAL_TEST_DATA. by Tao Bao · 6 years ago
  12. 5fe5eb6 Factor out a menu class for screen ui by Tianjie Xu · 6 years ago
  13. 495c521 recovery: add libhidl-gen-utils depedency by Yifan Hong · 6 years ago
  14. a88cc54 Switch to bionic gtest in bootable/recovery by Tianjie Xu · 7 years ago
  15. 8c28081 Add libbrotli as a dependency for libbsdiff by Tianjie Xu · 7 years ago
  16. 09e468f Move rangeset.h and print_sha1.h into otautil. by Tao Bao · 7 years ago
  17. 646b05a otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES. by Tao Bao · 7 years ago
  18. c89d1e7 Turn on -Wall for recovery modules by Tianjie Xu · 7 years ago
  19. 3e2345e tests: Add the missing dependency on libhidlbase. by Tao Bao · 7 years ago
  20. 107a34f Add support to decompress brotli compressed new data by Tianjie Xu · 7 years ago
  21. e248e43 Merge "update_verifier: Support AVB." by Treehugger Robot · 7 years ago
  22. 8ed9738 update_verifier: Support AVB. by David Zeuthen · 7 years ago
  23. 53c38b1 kill package_extract_dir by Tianjie Xu · 7 years ago
  24. ed13819 fuse_sideload: Change the minimal block size to 4096. by Tao Bao · 7 years ago
  25. 83b0780 Separate libupdate_verifier module and add testcases. by Tao Bao · 7 years ago
  26. 919d2c9 Call libvintf to verify package compatibility. by Tao Bao · 7 years ago
  27. bc4b1fe Add tests for update_binary_command(). by Tao Bao · 7 years ago
  28. 1d86605 Verify the package compatibility with libvintf. by Tao Bao · 7 years ago
  29. 8f23757 Move parse_range() and range_overlaps() into RangeSet. by Tao Bao · 7 years ago
  30. 31b6bc5 tests: Remove LOCAL_ADDITIONAL_DEPENDENCIES. by Tao Bao · 7 years ago
  31. 7368316 Add test config to minadbd_test by Dan Shi · 7 years ago
  32. d7bf82e Remove the dead #include's in verifier.cpp. by Tao Bao · 7 years ago
  33. 56ebe62 Add a test to perform block_image_update by Tianjie Xu · 7 years ago
  34. a2e7a07 Merge "Refractor the code for imgdiff" by Treehugger Robot · 7 years ago
  35. 1ea84d6 Refractor the code for imgdiff by Tianjie Xu · 7 years ago
  36. b72a15a Recovery Test: add SideloadTest to test FUSE support on target by Wei Wang · 7 years ago
  37. 25c5697 Use bspatch from external/bsdiff. by Sen Jiang · 8 years ago
  38. 7c5dbd6 Remove '_static' suffix from libext2* references. by Alex Deymo · 7 years ago
  39. d17a688 Add checkers and tests for empty locale in PNG file by Tianjie Xu · 7 years ago
  40. 67f3aa8 Remove "_static" suffix from libsparse by Alex Deymo · 7 years ago
  41. 3165366 Remove "_static" suffix from libext4_utils. by Alex Deymo · 7 years ago
  42. 344c8eb Merge "Add tests for imgdiff." by Tao Bao · 8 years ago
  43. f19295c tests: Add test coverage for DirUtil. by Tao Bao · 8 years ago
  44. e7e7b46 tests: Add testcase for ZipUtil. by Tao Bao · 8 years ago
  45. 97555da Add tests for imgdiff. by Tao Bao · 8 years ago
  46. 8b7301b tests: Add tests for bootloader_message. by Tao Bao · 8 years ago
  47. 1033408 Add tests for setup-bcb and clear-bcb via uncrypt. by Tao Bao · 8 years ago
  48. bedf5fc updater: Refactor set_stage() and get_stage() functions. by Tao Bao · 8 years ago
  49. ef0eb3b updater: Fix the wrong return value for package_extract_file(). by Tao Bao · 8 years ago
  50. 5d8b53b Move recovery_test.cpp out of unit test by Tianjie Xu · 8 years ago
  51. c3292f3 otautil: Clean up SysUtil.cpp. by Tao Bao · 8 years ago
  52. 4102b28 tests: Set up testdata path for continuous native tests. by Tao Bao · 8 years ago
  53. 36c3511 applypatch: Add testcases for applypatch executable. by Tao Bao · 8 years ago
  54. f1338fb tests: Generate testdata for 2nd arch. by Tao Bao · 8 years ago
  55. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago
  56. 0c7839a Refactor libupdater into a seperate module. by Tao Bao · 8 years ago
  57. d770d2e edify: Move the testcases to gtest. by Tao Bao · 8 years ago
  58. 7aa8874 Turn on -Werror for recovery by Tianjie Xu · 8 years ago
  59. 7b0ad9c Switch recovery to libbase logging by Tianjie Xu · 8 years ago
  60. dc97404 Merge "Fix references to libcrypto_utils_static." am: b97da5e0f0 by Josh Gao · 8 years ago
  61. 073164f Fix references to libcrypto_utils_static. by Josh Gao · 8 years ago
  62. ab2fb94 tests: Remove obsolete MTD support. by Tao Bao · 8 years ago
  63. 45609d3 Merge "Fix matches_locale function" into nyc-dev am: 8b86373 by Tianjie Xu · 8 years ago
  64. 2430e29 Fix matches_locale function by Tianjie Xu · 8 years ago
  65. 8febafa Use BoringSSL instead of mincrypt to speed up package verification. by Elliott Hughes · 8 years ago
  66. 6e2a8b1 resolve merge conflicts of 2bf95ac to nyc-dev-plus-aosp by Elliott Hughes · 8 years ago
  67. 452df6d Convert recovery to use BoringSSL instead of mincrypt. by Mattias Nissler · 8 years ago
  68. 9b9e584 Merge "recovery: use __android_log_pmsg_file_write for log files" am: 75da771 by Mark Salyzyn · 8 years ago
  69. 13aca59 recovery: use __android_log_pmsg_file_write for log files by Mark Salyzyn · 8 years ago
  70. a4f701a recovery: use __android_log_pmsg_file_write for log files by Mark Salyzyn · 8 years ago
  71. b8a693b Port applypatch.sh tests to recovery_component_tests by Jed Estep · 8 years ago
  72. d5a14c6 Change on-device directory for recovery test data by Jed Estep · 8 years ago
  73. 4329186 Refactor existing tests to use gtest by Jed Estep · 8 years ago
  74. 80e46e0 recovery: Switch to clang by Tao Bao · 9 years ago
  75. 13f21c2 More test makefile cleanup. by Dan Albert · 10 years ago
  76. 7a4adb5 Add support for ECDSA signatures by Kenny Root · 11 years ago