1. ad18395 adbd: respect ADB_TRACE on host adbd. by Josh Gao · 5 years ago
  2. 34cd60f adb: mark kMaxProcessNameLength as constexpr. by Josh Gao · 5 years ago
  3. 0e778dc adb: allow filtering by file in coverage/show.sh. by Josh Gao · 5 years ago
  4. d5d5ba1 adbd: don't use libc++_static. by Josh Gao · 5 years ago
  5. 8a9277a adb: split transport_local.cpp into client/daemon. by Josh Gao · 5 years ago
  6. 538bac2 Merge "Remove thread safety from libbase logging / liblog" by Tom Cherry · 5 years ago
  7. 53d301c Remove thread safety from libbase logging / liblog by Tom Cherry · 5 years ago
  8. 8cab9b6 Merge changes from topic "adb-mdns-cmdline" by Joshua Duong · 5 years ago
  9. 13c639e [adb client] Add "mdns services" command. by Joshua Duong · 5 years ago
  10. 504d393 [adb client] Add "adb mdns check" command. by Joshua Duong · 5 years ago
  11. 992f08e Merge changes I26f823e2,Iaff2b157,I82a0d54f,I7e4b6fda,I268367b8 by Josh Gao · 5 years ago build-tools-release-backup
  12. bca7d2c Merge "liblp: Fix tests for linear extent overlap." by David Anderson · 5 years ago
  13. 073c8d2 adbd: improve coverage by compiling less code. by Josh Gao · 5 years ago
  14. f099105 adb: refactor and relocate coverage script. by Josh Gao · 5 years ago
  15. 79d4f14 adbd: test TCP in coverage. by Josh Gao · 5 years ago
  16. e3c62cc adb: allow wait-for-disconnect to match offline for TCP devices. by Josh Gao · 5 years ago
  17. 03bee48 adbd: add unit tests to coverage report. by Josh Gao · 5 years ago
  18. 67095b2 Merge "adb: add helper binary to do a usb reset on a device." by Josh Gao · 5 years ago
  19. 9c66e53 liblp: Fix tests for linear extent overlap. by David Anderson · 5 years ago
  20. 1b81360 Merge "adbd: add a script to generate coverage information." by Josh Gao · 5 years ago
  21. 524bc1f Merge "adbd: add a log message on start." by Treehugger Robot · 5 years ago
  22. 68a5b66 Merge "Add /mnt/androidwritable for MOUNT_EXTERNAL_ANDROID_WRITABLE apps" by Treehugger Robot · 5 years ago
  23. a4c163d Add /mnt/androidwritable for MOUNT_EXTERNAL_ANDROID_WRITABLE apps by Ricky Wai · 5 years ago
  24. c0d8686 adbd: add a script to generate coverage information. by Josh Gao · 5 years ago
  25. 98419f7 adbd: add a log message on start. by Josh Gao · 5 years ago
  26. 126b010 Merge "Create minimal remap table for symbol binary search." by Christopher Ferris · 5 years ago
  27. cec90ea Merge "Optimize Memory::ReadString" by Christopher Ferris · 5 years ago
  28. 7481072 Merge "DO NOT MERGE - x86: Switch get_pc_thunk to comdat" by Ryan Prichard · 5 years ago
  29. 916320e Merge "liblog: remove more unneeded #define's" by Treehugger Robot · 5 years ago
  30. d1940a2 Merge "PrepareZramBackingDevice: use loop_control.h" by Nikita Ioffe · 5 years ago
  31. 576e834 liblog: remove more unneeded #define's by Tom Cherry · 5 years ago
  32. bcaeb70 PrepareZramBackingDevice: use loop_control.h by Nikita Ioffe · 5 years ago
  33. 4a0a6fa Merge "[adb data server] Initialize variable" by Treehugger Robot · 5 years ago
  34. 9617485 Merge changes from topics "sm_mock", "sm_stub" by Yifan Hong · 5 years ago
  35. 89fe376 [adb data server] Initialize variable by Greg Kaiser · 5 years ago
  36. 6b9b468 Merge "Fix unzip formatting." by Elliott Hughes · 5 years ago
  37. 1ff09f4 Merge "Fix liblp imported both as static and dynamic lib" by Treehugger Robot · 5 years ago
  38. 0c27fb8 Fix liblp imported both as static and dynamic lib by Alessio Balsini · 5 years ago
  39. 82a0841 DO NOT MERGE - x86: Switch get_pc_thunk to comdat by Ryan Prichard · 5 years ago
  40. ff08a51 Merge "adbconnection: silence logspam." by Josh Gao · 5 years ago
  41. 22cc277 Merge "adb: change mdns tls service names (RFC 6763)." by Treehugger Robot · 5 years ago
  42. 81f2db4 adb: change mdns tls service names (RFC 6763). by Joshua Duong · 5 years ago
  43. d81a805 adbconnection: silence logspam. by Josh Gao · 5 years ago
  44. 04e9d07 Merge "adbconnection: delete unnecessary darwin workaround." by Treehugger Robot · 5 years ago
  45. 6f59135 Fix unzip formatting. by Elliott Hughes · 5 years ago
  46. 4a1da79 adbconnection: delete unnecessary darwin workaround. by Josh Gao · 5 years ago
  47. b416a92 Merge "libunwindstack: Add Memory::ReadTag() function for reading memory tags." by Peter Collingbourne · 5 years ago
  48. 1e98e55 Merge "Cleanup logic in KillZramBackingDevice" by Nikita Ioffe · 5 years ago
  49. a3be996 Cleanup logic in KillZramBackingDevice by Nikita Ioffe · 5 years ago
  50. 10f8f5e Merge "adb: fix feature sets on devices that don't have them." by Josh Gao · 5 years ago
  51. fb4616b adb: fix feature sets on devices that don't have them. by Josh Gao · 5 years ago
  52. 7b28054 Merge "libsnapshot clients: Add missing dep." by Yifan Hong · 5 years ago
  53. a17c2b6 Optimize Memory::ReadString by David Srbecky · 5 years ago
  54. 6b76de0 Merge "liblog: return -EPERM if a log_is_loggable() returns false" by Tom Cherry · 5 years ago
  55. 2dcca52 libsnapshot: Add MockSnapshotManager and MockDeviceInfo. by Yifan Hong · 5 years ago
  56. 66f0115 libsnapshot clients: Add missing dep. by Yifan Hong · 5 years ago
  57. ee5032a libsnapshot: Add GetSnapshotMergeStatsInstance by Yifan Hong · 5 years ago
  58. fedb270 libsnapshot: Add SnapshotManagerStub. by Yifan Hong · 5 years ago
  59. 8129dda libsnapshot: Add ISnapshotManager. by Yifan Hong · 5 years ago
  60. 1ff17fc liblog: return -EPERM if a log_is_loggable() returns false by Tom Cherry · 5 years ago
  61. 8c6d5bf Merge "Re-enable libsnapshot ImageManagerTest" by Treehugger Robot · 5 years ago
  62. af41960 Create minimal remap table for symbol binary search. by David Srbecky · 6 years ago
  63. f0dafcc Merge "liblog: cleanup log_read.h header" by Tom Cherry · 5 years ago
  64. f0122aa Merge "Rename external storage properties." by Martijn Coenen · 5 years ago
  65. c71e0a6 libunwindstack: Add Memory::ReadTag() function for reading memory tags. by Peter Collingbourne · 5 years ago
  66. 585ff01 Merge "Handle the invalid timestamp in zipfile" by Tianjie Xu · 5 years ago
  67. 9be6d30 Merge "Add benchmarks for symbol reading." by Christopher Ferris · 5 years ago
  68. 42a6081 Re-enable libsnapshot ImageManagerTest by Alessio Balsini · 5 years ago
  69. 8fbb0d8 Merge "macOS build fix: no SOCK_CLOEXEC on darwin." by Treehugger Robot · 5 years ago
  70. 426bf3a Handle the invalid timestamp in zipfile by Tianjie · 5 years ago
  71. a010dd7 Merge "Documented range of event logtags used by Android Automotive." by Treehugger Robot · 5 years ago
  72. 0bd13b7 Merge "libsnapshot: Add a simple script and gtest to simulate power failures during snapshot-merge." by David Anderson · 5 years ago
  73. 63f2be8 Merge "macOS build fix: no off64_t on darwin." by Treehugger Robot · 5 years ago
  74. 76024d7 Documented range of event logtags used by Android Automotive. by Felipe Leme · 5 years ago
  75. cbe30fb macOS build fix: no SOCK_CLOEXEC on darwin. by Elliott Hughes · 5 years ago
  76. a9e1909 Add benchmarks for symbol reading. by Christopher Ferris · 5 years ago
  77. 00c2625 Merge "first_stage_init: add hook to exec a shell script" by Treehugger Robot · 5 years ago
  78. 0919f10 Merge "first_stage_init: increase serial console tries to 50" by Treehugger Robot · 5 years ago
  79. a4bf2ce first_stage_init: add hook to exec a shell script by Steve Muckle · 6 years ago
  80. c479357 first_stage_init: increase serial console tries to 50 by Will McVicker · 5 years ago
  81. 0b708cb Merge "Remove host_supported from libadb_pairing_server." by Treehugger Robot · 5 years ago
  82. f3c8e30 Merge "fs_mgr: Fix executable path in clean_scratch_files." by David Anderson · 5 years ago
  83. ea751d9 Rename external storage properties. by Martijn Coenen · 5 years ago
  84. 5e32d2f Remove host_supported from libadb_pairing_server. by Joshua Duong · 5 years ago
  85. a441612 fs_mgr: Fix executable path in clean_scratch_files. by David Anderson · 5 years ago
  86. f4d58b4 libsnapshot: Add a simple script and gtest to simulate power failures during snapshot-merge. by David Anderson · 5 years ago
  87. 8b4ed5f Merge "macOS build fix: don't build libadbconnection." by Treehugger Robot · 5 years ago
  88. 0a1670a Merge "Use <fqname> to avoid conflicts" by Kenny Root · 5 years ago
  89. 729f58e macOS build fix: don't build libadbconnection. by Elliott Hughes · 5 years ago
  90. 7d9a7a3 macOS build fix: no off64_t on darwin. by Elliott Hughes · 5 years ago
  91. 9c89880 Merge "Add RootTargetPreparer for CtsInitTestCases and CtsFsMgrTestCases" by Nikita Ioffe · 5 years ago
  92. 15351dc Use <fqname> to avoid conflicts by Kenny Root · 5 years ago
  93. 83208f0 Merge "Fix the boundary check when parsing sizes in zip64 extended field" by Tianjie Xu · 5 years ago
  94. d9bc8fd Fix the boundary check when parsing sizes in zip64 extended field by Tianjie · 5 years ago
  95. f3504ec Add RootTargetPreparer for CtsInitTestCases and CtsFsMgrTestCases by Nikita Ioffe · 5 years ago
  96. 715a58e liblog: cleanup log_read.h header by Tom Cherry · 5 years ago
  97. 8b87434 Merge "fstab: support f2fs compression" by Jaegeuk Kim · 5 years ago
  98. 92d3406 Merge "liblog: remove operator overloads from log_msg" by Tom Cherry · 5 years ago
  99. 0ca9bd2 liblog: remove operator overloads from log_msg by Tom Cherry · 5 years ago
  100. 451197c Merge "[incfs] Stream the hash tree for incremental installation" by Treehugger Robot · 5 years ago