1. 3af421c Clean up the locking in usb_linux.cpp. by Elliott Hughes · 9 years ago
  2. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  3. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  4. d7eb854 Ignore ro.adb.secure in user builds. by Elliott Hughes · 9 years ago
  5. 4f246ad Merge "Clean up adb_trace_init." by Dan Albert · 9 years ago
  6. 73af9e6 Merge "Make atransport be a real class." by Dan Albert · 9 years ago
  7. ecce503 Make atransport be a real class. by Dan Albert · 9 years ago
  8. c6d3a24 Turn on -Wextra. by Dan Albert · 9 years ago
  9. 27929b0 Clean up adb_trace_init. by Dan Albert · 10 years ago
  10. 9ca39e3 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 9 years ago
  11. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  12. 151f488 Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  13. ad87c02 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  14. 7dc759f adb: win32: fix adb emu command by Spencer Low · 9 years ago
  15. a8285fb Include the git sha in the adb version. by Dan Albert · 9 years ago
  16. 1fa736d Disable adb tests for Windows. by Dan Albert · 9 years ago
  17. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  18. 949f262 Support the full length of USB serial numbers. by Elliott Hughes · 9 years ago
  19. bbc32ce Merge "Always explain why bind(2) failed." by Elliott Hughes · 10 years ago
  20. 3b43460 Fix windows adb build by Colin Cross · 10 years ago
  21. a07326a Merge "statically link adb and fastboot against libc++" by Colin Cross · 10 years ago
  22. a585cbd Always explain why bind(2) failed. by Elliott Hughes · 10 years ago
  23. df5bb43 Fix the Windows adb build. by Elliott Hughes · 10 years ago
  24. d5549a4 Switch adb over to clang. by Elliott Hughes · 10 years ago
  25. 3810445 Fix more buffer overruns. by Elliott Hughes · 10 years ago
  26. 170b568 Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 10 years ago
  27. c084e0c Merge "Move usb_osx to C++." by Dan Albert · 10 years ago
  28. 0b55ab3 Merge "Link libraries needed for Darwin adb tests." by Dan Albert · 10 years ago
  29. 2589606 Move usb_osx to C++. by Dan Albert · 10 years ago
  30. 23bb6e5 Link libraries needed for Darwin adb tests. by Dan Albert · 10 years ago
  31. 0a34bfb statically link adb and fastboot against libc++ by Colin Cross · 10 years ago
  32. 6a09693 Move sysdeps_win32 to C++. by Elliott Hughes · 10 years ago
  33. 392692c Switch usb_linux_client to C++. by Elliott Hughes · 10 years ago
  34. 7f963e1 Move get_my_path_darwin to C++. by Elliott Hughes · 10 years ago
  35. 6a224d4 Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 10 years ago
  36. 0db6764 adb: Add option to reboot into sideload mode in recovery by Tao Bao · 10 years ago
  37. dedf767 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  38. 46cf4ee Revert "Revert "Create libbase."" by Dan Albert · 10 years ago
  39. d3adee2 Revert "Create libbase." by Nicolas Geoffray · 10 years ago
  40. 38be9c5 Create libbase. by Dan Albert · 10 years ago
  41. 64ef40b adb doesn't actually use libzipfile. by Elliott Hughes · 10 years ago
  42. f30d73c Move adb to C++. by Dan Albert · 10 years ago
  43. 66a91b0 Test readx/writex (now renamed). by Dan Albert · 10 years ago
  44. 50f9b90 Remove _(GNU|XOPEN)_SOURCE makefile cruft. by Dan Albert · 10 years ago
  45. 4895c52 Add some basic tests to adb. by Dan Albert · 10 years ago
  46. 250e58c Add a project wide clang switch. by Dan Albert · 10 years ago
  47. bfdb431 Fix Mac build. by Dan Albert · 10 years ago
  48. 8ce3213 Fix Windows SDK build. by Dan Albert · 10 years ago
  49. c37cd7c Move more into libadb and libadbd. by Dan Albert · 10 years ago
  50. 357bd49 Oops. Fix make variable name. Thanks again, make. by Dan Albert · 10 years ago
  51. 01c58ca Lose adb.c and sockets.c to libadb. by Dan Albert · 10 years ago
  52. 432ffe2 Move adb_main to its own file. by Dan Albert · 10 years ago
  53. 020292b Move the listener code into its own file. by Dan Albert · 10 years ago
  54. 056ad0e Move the adb auth code into its own file. by Dan Albert · 10 years ago
  55. 052c253 Move emulator tracing into its own file. by Dan Albert · 10 years ago
  56. dfef94a Move USB transport code to libadb. by Dan Albert · 10 years ago
  57. 7e01d7b The bsddroid project has been dead since 2010. by Elliott Hughes · 10 years ago
  58. 43de06f Merge "Fix userdebug build." by Dan Albert · 10 years ago
  59. 0ca996b Fix userdebug build. by Dan Albert · 10 years ago
  60. a30c38b Fix win_sdk build. by Dan Albert · 10 years ago
  61. bbbbea6 Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  62. 8ba2b02 Add adb enable-verity by Paul Lawrence · 10 years ago
  63. 5f35648 Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" by Paul Lawrence · 10 years ago
  64. 3b9e074 Clean up adb/Android.mk by Trevor Drake · 10 years ago
  65. 3b5a741 Remove the adb usb vendor id whitelist. by Elliott Hughes · 10 years ago
  66. 736c6d6 am b1170856: Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  67. b117085 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  68. e49c0cf am e7c06ee5: Fix build breakage for missing -Wcpp option on old GCC versions. by Stephen Hines · 10 years ago
  69. e7c06ee Fix build breakage for missing -Wcpp option on old GCC versions. by Stephen Hines · 10 years ago
  70. 8ac4618 am 1dfb990f: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev by Stephen Hines · 10 years ago
  71. b73d0e0 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 10 years ago
  72. cdd8dc9 am fc8e16bf: am 33ff03b8: Merge "Add -Wno-deprecated-declarations to makefiles." by Christopher Ferris · 10 years ago
  73. d930691 Add -Wno-deprecated-declarations to makefiles. by Christopher Ferris · 10 years ago
  74. 8fb7e96 am 67b86f25: Merge "Redirect debug output to logcat." into lmp-dev by leozwang · 10 years ago
  75. ce2f106 fix adb build on Darwin by Tim Murray · 10 years ago
  76. 434ee70 Redirect debug output to logcat. by leozwang · 10 years ago
  77. 6aecc44 Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  78. c52ec1a Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  79. 2e93a2c Merge changes Idfd1a114,If725a1cb,I61211165,If9a05ccb by Mark Salyzyn · 10 years ago
  80. 248ffb6 Remove unused LOCAL_LDLIBS. by Ying Wang · 10 years ago
  81. 63e39f2 adb: turn on -Werror by Mark Salyzyn · 10 years ago
  82. ea06716 adb: deprecate legacy log service interface by Mark Salyzyn · 11 years ago
  83. bec305f adb: regression from Move list.c to inlines by Mark Salyzyn · 11 years ago
  84. 155c49a adb: configure /system file permission with fs_config by Liang Cheng · 11 years ago
  85. 308d2c1 Move liblog headers to system/core/include/log by Colin Cross · 11 years ago
  86. 12dc369 adb: Cleanup dead code by Benoit Goby · 12 years ago
  87. ed1107d Correct LOCAL_LDLIBS of adb by Chih-Wei Huang · 12 years ago
  88. 9dc5069 Dist fastboot and adb for the sdk build. by Ying Wang · 12 years ago
  89. ed7bc3f adb: Link statically with libcrypto by Benoit Goby · 12 years ago
  90. 2cc19e4 adb: Add public key authentification by Benoit Goby · 13 years ago
  91. a644e93 Revert "adb: Add public key authentification" by Benoit Goby · 12 years ago
  92. 9efeeae adb: Add public key authentification by Benoit Goby · 13 years ago
  93. 1a9dca1 adb: Remove unused flags by Benoit Goby · 13 years ago
  94. 0926403 Don't allow adb to run as root in user builds. by Nick Kralevich · 13 years ago
  95. f5287b7 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  96. cf5379b Add 'adb restore' to parallel 'adb backup' by Christopher Tate · 13 years ago
  97. 7377912 Add 'adb backup' for pulling a full backup tarfile to the host by Christopher Tate · 14 years ago
  98. 0bfff6e dist for dist_files by Ying Wang · 14 years ago
  99. 097e2df Don't build adb for sdk only builds by Benoit Goby · 14 years ago
  100. aa082e7 Don't build adb for simulator target by Benoit Goby · 14 years ago