1. b7b1edf adb: remove exit-time destructors. by Josh Gao · 9 years ago
  2. b708d16 Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  3. 6d92997 Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  4. bd2d961 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  5. 8ad8076 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
  6. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  7. c1b1f6f Add unit tests for local socket. by Yabin Cui · 9 years ago
  8. 76f4a65 Merge changes from topic 'adb_shell' by David Pursell · 9 years ago
  9. b404dec adb: fix shell_service_protocol_test for Windows. by David Pursell · 9 years ago
  10. 2f57720 Fix (Windows) build. by Elliott Hughes · 9 years ago
  11. 0ad13cf Merge "fix adb_test Windows build" by Elliott Hughes · 9 years ago
  12. e6ae573 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  13. ebf770f fix adb_test Windows build by Spencer Low · 9 years ago
  14. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  15. 31139af Merge "adb: create shell protocol class (take 2)." by David Pursell · 9 years ago
  16. aaf4fcf Merge "Remove HOST_OS==windows check" by Dan Willemsen · 9 years ago
  17. cb992d9 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 9 years ago
  18. b9e2e84 adb: create shell protocol class (take 2). by David Pursell · 9 years ago
  19. da0b011 Merge "Revert "adb: create shell protocol class."" by David Pursell · 9 years ago
  20. d9b7419 Revert "adb: create shell protocol class." by David Pursell · 9 years ago
  21. 2154153 Merge changes from topic 'adb_shell_prework' by David Pursell · 9 years ago
  22. 66680c5 Remove HOST_OS==windows check by Dan Willemsen · 9 years ago
  23. 73096f2 adb: create shell protocol class. by David Pursell · 9 years ago
  24. 80f6702 adb: move shell service to a separate file. by David Pursell · 9 years ago
  25. 2270dbb combine adbd.rc with init.usb.rc by Tom Cherry · 9 years ago
  26. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  27. 2ae47a0 Merge "adb: add unit test for fdevent." by Yabin Cui · 9 years ago
  28. c642458 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
  29. bec02fc adb: add unit test for fdevent. by Yabin Cui · 9 years ago
  30. bd4b1fa Improve adb tracing. by Elliott Hughes · 9 years ago
  31. daa6c46 Don't build 32-bit host libadb. by Elliott Hughes · 9 years ago
  32. 20391b1 bundle init.rc contents with its service by Tom Cherry · 9 years ago
  33. 6b940e1 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 9 years ago
  34. cf168a8 adb_test/libbase_test: win32: get some tests working by Spencer Low · 9 years ago
  35. e347c1d adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 9 years ago
  36. 16d79c7 Remove adb's unused get_my_path for Windows. by Elliott Hughes · 9 years ago
  37. cf4ff64 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  38. 9113b47 Add top level sanitize options for ADB. by Dan Albert · 9 years ago
  39. 4f1d7b5 Fix Win32 adb build (for the second time today). by Elliott Hughes · 9 years ago
  40. 812f030 Clean up the locking in usb_linux.cpp. by Elliott Hughes · 9 years ago
  41. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  42. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  43. 5cba504 Ignore ro.adb.secure in user builds. by Elliott Hughes · 9 years ago
  44. 3647376 Merge "Clean up adb_trace_init." by Dan Albert · 9 years ago
  45. db037bc Merge "Make atransport be a real class." by Dan Albert · 9 years ago
  46. c7915a3 Make atransport be a real class. by Dan Albert · 9 years ago
  47. 23fee8f Turn on -Wextra. by Dan Albert · 9 years ago
  48. e246219 Clean up adb_trace_init. by Dan Albert · 10 years ago
  49. ac3f7d9 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 9 years ago
  50. c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  51. 218dbcc Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  52. cf07494 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  53. 142ec75 adb: win32: fix adb emu command by Spencer Low · 9 years ago
  54. 1ba1d7c Include the git sha in the adb version. by Dan Albert · 9 years ago
  55. a7a67c3 Disable adb tests for Windows. by Dan Albert · 9 years ago
  56. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  57. 9309ecb Support the full length of USB serial numbers. by Elliott Hughes · 9 years ago
  58. e434ad1 Merge "Always explain why bind(2) failed." by Elliott Hughes · 9 years ago
  59. dc1e482 Fix windows adb build by Colin Cross · 9 years ago
  60. b2b06de Merge "statically link adb and fastboot against libc++" by Colin Cross · 9 years ago
  61. 7b50609 Always explain why bind(2) failed. by Elliott Hughes · 9 years ago
  62. 53daee6 Fix the Windows adb build. by Elliott Hughes · 9 years ago
  63. 2083fa6 Switch adb over to clang. by Elliott Hughes · 9 years ago
  64. 5830577 Fix more buffer overruns. by Elliott Hughes · 9 years ago
  65. 2baae3a Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 9 years ago
  66. a4802ca Merge "Move usb_osx to C++." by Dan Albert · 9 years ago
  67. c4f8fa7 Merge "Link libraries needed for Darwin adb tests." by Dan Albert · 9 years ago
  68. 7447dd0 Move usb_osx to C++. by Dan Albert · 9 years ago
  69. f8d6b9b Link libraries needed for Darwin adb tests. by Dan Albert · 9 years ago
  70. 55bf5f0 statically link adb and fastboot against libc++ by Colin Cross · 9 years ago
  71. a2f2e56 Move sysdeps_win32 to C++. by Elliott Hughes · 9 years ago
  72. 2acec91 Switch usb_linux_client to C++. by Elliott Hughes · 9 years ago
  73. 1a4d85a Move get_my_path_darwin to C++. by Elliott Hughes · 9 years ago
  74. bcc2b5f Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 10 years ago
  75. 175b7bb adb: Add option to reboot into sideload mode in recovery by Tao Bao · 10 years ago
  76. ec7a667 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  77. c007bc3 Revert "Revert "Create libbase."" by Dan Albert · 10 years ago
  78. a7870d8 Revert "Create libbase." by Nicolas Geoffray · 10 years ago
  79. 98ff772 Create libbase. by Dan Albert · 10 years ago
  80. 46270d2 adb doesn't actually use libzipfile. by Elliott Hughes · 10 years ago
  81. bac3474 Move adb to C++. by Dan Albert · 10 years ago
  82. cc731cc Test readx/writex (now renamed). by Dan Albert · 10 years ago
  83. 7fd821e Remove _(GNU|XOPEN)_SOURCE makefile cruft. by Dan Albert · 10 years ago
  84. 055f1aa Add some basic tests to adb. by Dan Albert · 10 years ago
  85. 9697ce5 Add a project wide clang switch. by Dan Albert · 10 years ago
  86. fdf8722 Fix Mac build. by Dan Albert · 10 years ago
  87. 88cf1c8 Fix Windows SDK build. by Dan Albert · 10 years ago
  88. 3c43858 Move more into libadb and libadbd. by Dan Albert · 10 years ago
  89. bf10647 Oops. Fix make variable name. Thanks again, make. by Dan Albert · 10 years ago
  90. e1ca623 Lose adb.c and sockets.c to libadb. by Dan Albert · 10 years ago
  91. bd0b750 Move adb_main to its own file. by Dan Albert · 10 years ago
  92. e9fca14 Move the listener code into its own file. by Dan Albert · 10 years ago
  93. ba3a251 Move the adb auth code into its own file. by Dan Albert · 10 years ago
  94. 21c3eaf Move emulator tracing into its own file. by Dan Albert · 10 years ago
  95. 9449376 Move USB transport code to libadb. by Dan Albert · 10 years ago
  96. 506aea4 The bsddroid project has been dead since 2010. by Elliott Hughes · 10 years ago
  97. fe68578 Merge "Fix userdebug build." by Dan Albert · 10 years ago
  98. 030b76f Fix userdebug build. by Dan Albert · 10 years ago
  99. 4626b71 Fix win_sdk build. by Dan Albert · 10 years ago
  100. 630b9af Begin moving code from adb to libadb. by Dan Albert · 10 years ago