1. 53daee6 Fix the Windows adb build. by Elliott Hughes · 10 years ago
  2. 6c34bba Use escape_arg in "adb backup". by Elliott Hughes · 10 years ago
  3. a7090b9 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 10 years ago
  4. 2083fa6 Switch adb over to clang. by Elliott Hughes · 10 years ago
  5. 61a004c Merge "Fix more buffer overruns." by Elliott Hughes · 10 years ago
  6. 5830577 Fix more buffer overruns. by Elliott Hughes · 10 years ago
  7. 2940ccf Use PRI* macros to fix the Windows build. by Elliott Hughes · 10 years ago
  8. 2baae3a Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 10 years ago
  9. 0b8ecb3 Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 10 years ago
  10. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 10 years ago
  11. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 10 years ago
  12. a4802ca Merge "Move usb_osx to C++." by Dan Albert · 10 years ago
  13. c4f8fa7 Merge "Link libraries needed for Darwin adb tests." by Dan Albert · 10 years ago
  14. 7447dd0 Move usb_osx to C++. by Dan Albert · 10 years ago
  15. f8d6b9b Link libraries needed for Darwin adb tests. by Dan Albert · 10 years ago
  16. a2f2e56 Move sysdeps_win32 to C++. by Elliott Hughes · 10 years ago
  17. 2acec91 Switch usb_linux_client to C++. by Elliott Hughes · 10 years ago
  18. 1a4d85a Move get_my_path_darwin to C++. by Elliott Hughes · 10 years ago
  19. 284c5cb Merge "Set verity mode as the verified property value" by Sami Tolvanen · 10 years ago
  20. dfa09fd Disable CR/LF translation for adb interactive shell. by Alistair Buxton · 12 years ago
  21. 09a45a1 Fix "adb devices -l". by Elliott Hughes · 10 years ago
  22. bcc2b5f Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 10 years ago
  23. 4547423 Set verity mode as the verified property value by Sami Tolvanen · 10 years ago
  24. 175b7bb adb: Add option to reboot into sideload mode in recovery by Tao Bao · 10 years ago
  25. 868402e Revert "Remove the emulator special case from the "adb root" code." by Dan Albert · 10 years ago
  26. 5018406 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 10 years ago
  27. 8743ef9 Additional cleanup of start_device_log. by Dan Albert · 10 years ago
  28. ea2175a Use text based trace masks for adbd. by Dan Albert · 10 years ago
  29. a16b0f4 Merge "The generic failure case disappeared..." by Dan Albert · 10 years ago
  30. 28f0769 Merge "File header cleanup." by Dan Albert · 10 years ago
  31. 08f66bc The generic failure case disappeared... by Dan Albert · 10 years ago
  32. 3313426 File header cleanup. by Dan Albert · 10 years ago
  33. 683238c Fix clang-format file for correct indent settings. by Dan Albert · 10 years ago
  34. b4ebc47 Merge "Fix memory leak on jdwp_process_free()" by Dan Albert · 10 years ago
  35. 64d9adc Fix file descriptor leakage in adbd by Pavel Labath · 10 years ago
  36. ec7a667 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  37. 6084a01 Revert "adb: support /oem partition" by Dan Albert · 10 years ago
  38. 81416fd adb: support /oem partition by Mårten Kongstad · 10 years ago
  39. 98ff772 Create libbase. by Dan Albert · 10 years ago
  40. 46270d2 adb doesn't actually use libzipfile. by Elliott Hughes · 10 years ago
  41. 83ca56a Fix build from -Werror=maybe-uninitialized. by Dan Albert · 10 years ago
  42. bac3474 Move adb to C++. by Dan Albert · 10 years ago
  43. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago
  44. f3519a8 Fix a writex transcription error. by Dan Albert · 10 years ago
  45. 857d7db Make the root/unroot test more robust. by Dan Albert · 10 years ago
  46. abb80e0 Fix memory leak on jdwp_process_free() by SungHyun Kwon · 10 years ago
  47. 268eb4f check if uid=0 before attempting remount by Nick Kralevich · 10 years ago
  48. cc731cc Test readx/writex (now renamed). by Dan Albert · 10 years ago
  49. 7fd821e Remove _(GNU|XOPEN)_SOURCE makefile cruft. by Dan Albert · 10 years ago
  50. 055f1aa Add some basic tests to adb. by Dan Albert · 10 years ago
  51. dc0f8ec Fix the mac build. by Dan Albert · 10 years ago
  52. 72bf2a7 Merge "Move transport declarations into transport.h." by Dan Albert · 10 years ago
  53. 7664901 Move transport declarations into transport.h. by Dan Albert · 10 years ago
  54. 103c1be Add .clang-format file. by Dan Albert · 10 years ago
  55. 5329d3f Merge "Add a project wide clang switch." by Dan Albert · 10 years ago
  56. 9697ce5 Add a project wide clang switch. by Dan Albert · 10 years ago
  57. 70385f3 Merge "Remove the emulator special case from the "adb root" code." by Elliott Hughes · 10 years ago
  58. b2e57b7 Make Python tests only check the current device. by Dan Albert · 10 years ago
  59. fdf8722 Fix Mac build. by Dan Albert · 10 years ago
  60. abd6773 Remove the emulator special case from the "adb root" code. by Elliott Hughes · 10 years ago
  61. 88cf1c8 Fix Windows SDK build. by Dan Albert · 10 years ago
  62. 3b967f5 Add missing <stdlib.h> to adb_listeners.c. by Elliott Hughes · 10 years ago
  63. a75b493 Merge "Move more into libadb and libadbd." by Dan Albert · 10 years ago
  64. 9f3540d Merge "Oops. Fix make variable name. Thanks again, make." by Dan Albert · 10 years ago
  65. 8ef3942 Merge "Ignore another stupid lint warning." by Dan Albert · 10 years ago
  66. b627a0e Add more logging message and dead code by Nanik Tolaram · 10 years ago
  67. 3c43858 Move more into libadb and libadbd. by Dan Albert · 10 years ago
  68. bf10647 Oops. Fix make variable name. Thanks again, make. by Dan Albert · 10 years ago
  69. f159169 Ignore another stupid lint warning. by Dan Albert · 10 years ago
  70. 7e84308 Merge "Lose adb.c and sockets.c to libadb." by Dan Albert · 10 years ago
  71. e1ca623 Lose adb.c and sockets.c to libadb. by Dan Albert · 10 years ago
  72. 18daa15 Merge "Document the behavior of props affecting adb root." by Dan Albert · 10 years ago
  73. 13f9c40 Document the behavior of props affecting adb root. by Dan Albert · 10 years ago
  74. 6795cd8 Fix Windows adb build. by Dan Albert · 10 years ago
  75. bd0b750 Move adb_main to its own file. by Dan Albert · 10 years ago
  76. e9fca14 Move the listener code into its own file. by Dan Albert · 10 years ago
  77. ba3a251 Move the adb auth code into its own file. by Dan Albert · 10 years ago
  78. 1403aa3 Merge "Move emulator tracing into its own file." by Dan Albert · 10 years ago
  79. 21c3eaf Move emulator tracing into its own file. by Dan Albert · 10 years ago
  80. 4c9d24a Fix build. by Elliott Hughes · 10 years ago
  81. 8e16a7e Merge "adb: add "adb unroot" to restart adb in non-root mode" by Elliott Hughes · 10 years ago
  82. 9885881 adb: add "adb unroot" to restart adb in non-root mode by Dan Pasanen · 10 years ago
  83. 9449376 Move USB transport code to libadb. by Dan Albert · 10 years ago
  84. 1ac334e Merge "Add extern "C" to all the adb headers." by Dan Albert · 10 years ago
  85. 818fb4b Add extern "C" to all the adb headers. by Dan Albert · 10 years ago
  86. 54ac73a Ignore useless cpplint messages in adb. by Dan Albert · 10 years ago
  87. a859219 fix bug that passing invalid fd to fstats on win32 builds by eric.yan · 10 years ago
  88. 187eade Remove netcfg's unused options. by Elliott Hughes · 10 years ago
  89. c463025 Revert "Remove netcfg's unused options." by Elliott Hughes · 10 years ago
  90. f8e8305 Remove netcfg's unused options. by Elliott Hughes · 10 years ago
  91. 506aea4 The bsddroid project has been dead since 2010. by Elliott Hughes · 10 years ago
  92. 9c4c5a6 Merge "Verify token length before adb signs it" by Sami Tolvanen · 10 years ago
  93. a034362 Merge "Make server port option work on windows" by Elliott Hughes · 10 years ago
  94. 0de77ff adb: tracing: don't make strings if runtime tracing is disabled by Spencer Low · 10 years ago
  95. 7b9c20d Verify token length before adb signs it by Sami Tolvanen · 10 years ago
  96. f055c19 adb: Win32: set socket buffer sizes properly by Spencer Low · 10 years ago
  97. 1f09bda Protect from eng vs userdebug build breaks. by Dan Albert · 10 years ago
  98. fe68578 Merge "Fix userdebug build." by Dan Albert · 10 years ago
  99. 030b76f Fix userdebug build. by Dan Albert · 10 years ago
  100. 4626b71 Fix win_sdk build. by Dan Albert · 10 years ago