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