1. a947b49 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  2. 458321a Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
  3. a54f6c7 Merge "adb: use TCP keepalive." by David Pursell · 9 years ago
  4. 7c5e86d Remove duplicate fdevent.cpp entry by Dan Willemsen · 9 years ago
  5. c25a34e adb: use TCP keepalive. by David Pursell · 9 years ago
  6. a99ad90 Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44 by Josh Gao · 9 years ago
  7. 511763b adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
  8. e738812 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
  9. 53b3ac5 Add missing liblog dependency by Dimitry Ivanov · 9 years ago
  10. a4f5e03 adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
  11. 19c2871 adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  12. c6aa5d6 Limit adb_test to first multilib by Dan Willemsen · 9 years ago
  13. 83e2851 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  14. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  15. f5570b8 adb: don't link against libcutils on Windows. by Josh Gao · 9 years ago
  16. 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  17. e3a87d0 adb: remove exit-time destructors. by Josh Gao · 9 years ago
  18. f5cdc1d Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  19. 6c73bfc Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  20. 075c852 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  21. 778f500 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
  22. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  23. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 9 years ago
  24. 8e31ae2 Merge changes from topic 'adb_shell' by David Pursell · 9 years ago
  25. 7616ae1 adb: fix shell_service_protocol_test for Windows. by David Pursell · 9 years ago
  26. 1b34cd2 Fix (Windows) build. by Elliott Hughes · 9 years ago
  27. f56cdac Merge "fix adb_test Windows build" by Elliott Hughes · 9 years ago
  28. 50740f5 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  29. 639cea4 fix adb_test Windows build by Spencer Low · 9 years ago
  30. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  31. f31b3b2 Merge "adb: create shell protocol class (take 2)." by David Pursell · 9 years ago
  32. b3d84bd Merge "Remove HOST_OS==windows check" by Dan Willemsen · 9 years ago
  33. 9980e66 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 9 years ago
  34. d0df2dd adb: create shell protocol class (take 2). by David Pursell · 9 years ago
  35. 38e289f Merge "Revert "adb: create shell protocol class."" by David Pursell · 9 years ago
  36. 4ef3219 Revert "adb: create shell protocol class." by David Pursell · 9 years ago
  37. 98d7ea3 Merge changes from topic 'adb_shell_prework' by David Pursell · 9 years ago
  38. 74e8568 Remove HOST_OS==windows check by Dan Willemsen · 9 years ago
  39. 5aba4b0 adb: create shell protocol class. by David Pursell · 9 years ago
  40. 4f344bb adb: move shell service to a separate file. by David Pursell · 9 years ago
  41. 40602c6 combine adbd.rc with init.usb.rc by Tom Cherry · 9 years ago
  42. 1cc079a Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  43. 4898799 Merge "adb: add unit test for fdevent." by Yabin Cui · 9 years ago
  44. 6760d01 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
  45. 7c92f0a adb: add unit test for fdevent. by Yabin Cui · 9 years ago
  46. 0ea5924 Improve adb tracing. by Elliott Hughes · 9 years ago
  47. 9e0f034 Don't build 32-bit host libadb. by Elliott Hughes · 9 years ago
  48. faa5707 bundle init.rc contents with its service by Tom Cherry · 9 years ago
  49. e103818 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 9 years ago
  50. c9ddd81 adb_test/libbase_test: win32: get some tests working by Spencer Low · 9 years ago
  51. cc467f1 adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 9 years ago
  52. cbf6c45 Remove adb's unused get_my_path for Windows. by Elliott Hughes · 9 years ago
  53. 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  54. fd0be89 Add top level sanitize options for ADB. by Dan Albert · 9 years ago
  55. bb4fe4a Fix Win32 adb build (for the second time today). by Elliott Hughes · 9 years ago
  56. 3af421c Clean up the locking in usb_linux.cpp. by Elliott Hughes · 9 years ago
  57. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  58. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  59. d7eb854 Ignore ro.adb.secure in user builds. by Elliott Hughes · 9 years ago
  60. 4f246ad Merge "Clean up adb_trace_init." by Dan Albert · 9 years ago
  61. 73af9e6 Merge "Make atransport be a real class." by Dan Albert · 9 years ago
  62. ecce503 Make atransport be a real class. by Dan Albert · 9 years ago
  63. c6d3a24 Turn on -Wextra. by Dan Albert · 9 years ago
  64. 27929b0 Clean up adb_trace_init. by Dan Albert · 10 years ago
  65. 9ca39e3 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 9 years ago
  66. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  67. 151f488 Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  68. ad87c02 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  69. 7dc759f adb: win32: fix adb emu command by Spencer Low · 9 years ago
  70. a8285fb Include the git sha in the adb version. by Dan Albert · 9 years ago
  71. 1fa736d Disable adb tests for Windows. by Dan Albert · 9 years ago
  72. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  73. 949f262 Support the full length of USB serial numbers. by Elliott Hughes · 9 years ago
  74. bbc32ce Merge "Always explain why bind(2) failed." by Elliott Hughes · 9 years ago
  75. 3b43460 Fix windows adb build by Colin Cross · 9 years ago
  76. a07326a Merge "statically link adb and fastboot against libc++" by Colin Cross · 9 years ago
  77. a585cbd Always explain why bind(2) failed. by Elliott Hughes · 9 years ago
  78. df5bb43 Fix the Windows adb build. by Elliott Hughes · 9 years ago
  79. d5549a4 Switch adb over to clang. by Elliott Hughes · 9 years ago
  80. 3810445 Fix more buffer overruns. by Elliott Hughes · 9 years ago
  81. 170b568 Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 9 years ago
  82. c084e0c Merge "Move usb_osx to C++." by Dan Albert · 9 years ago
  83. 0b55ab3 Merge "Link libraries needed for Darwin adb tests." by Dan Albert · 9 years ago
  84. 2589606 Move usb_osx to C++. by Dan Albert · 9 years ago
  85. 23bb6e5 Link libraries needed for Darwin adb tests. by Dan Albert · 9 years ago
  86. 0a34bfb statically link adb and fastboot against libc++ by Colin Cross · 9 years ago
  87. 6a09693 Move sysdeps_win32 to C++. by Elliott Hughes · 9 years ago
  88. 392692c Switch usb_linux_client to C++. by Elliott Hughes · 9 years ago
  89. 7f963e1 Move get_my_path_darwin to C++. by Elliott Hughes · 9 years ago
  90. 6a224d4 Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 9 years ago
  91. 0db6764 adb: Add option to reboot into sideload mode in recovery by Tao Bao · 9 years ago
  92. dedf767 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  93. 46cf4ee Revert "Revert "Create libbase."" by Dan Albert · 10 years ago
  94. d3adee2 Revert "Create libbase." by Nicolas Geoffray · 10 years ago
  95. 38be9c5 Create libbase. by Dan Albert · 10 years ago
  96. 64ef40b adb doesn't actually use libzipfile. by Elliott Hughes · 10 years ago
  97. f30d73c Move adb to C++. by Dan Albert · 10 years ago
  98. 66a91b0 Test readx/writex (now renamed). by Dan Albert · 10 years ago
  99. 50f9b90 Remove _(GNU|XOPEN)_SOURCE makefile cruft. by Dan Albert · 10 years ago
  100. 4895c52 Add some basic tests to adb. by Dan Albert · 10 years ago