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