1. 491ad6e Merge "Set verity mode as the verified property value" by Sami Tolvanen · 10 years ago
  2. 7e35194 Disable CR/LF translation for adb interactive shell. by Alistair Buxton · 12 years ago
  3. 1317dc3 Fix "adb devices -l". by Elliott Hughes · 10 years ago
  4. d72fe20 Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 10 years ago
  5. 5d70a74 Set verity mode as the verified property value by Sami Tolvanen · 10 years ago
  6. a5638ec adb: Add option to reboot into sideload mode in recovery by Tao Bao · 10 years ago
  7. be4210d Revert "Remove the emulator special case from the "adb root" code." by Dan Albert · 10 years ago
  8. e7f5d34 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 10 years ago
  9. ee7036c Additional cleanup of start_device_log. by Dan Albert · 10 years ago
  10. 498a3a8 Use text based trace masks for adbd. by Dan Albert · 10 years ago
  11. c444ecb Merge "The generic failure case disappeared..." by Dan Albert · 10 years ago
  12. 454d42c Merge "File header cleanup." by Dan Albert · 10 years ago
  13. 58fb4e5 The generic failure case disappeared... by Dan Albert · 10 years ago
  14. 8a7ce5e File header cleanup. by Dan Albert · 10 years ago
  15. feb005d Fix clang-format file for correct indent settings. by Dan Albert · 10 years ago
  16. 370399c Merge "Fix memory leak on jdwp_process_free()" by Dan Albert · 10 years ago
  17. 34d4912 Fix file descriptor leakage in adbd by Pavel Labath · 10 years ago
  18. 03ea886 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  19. f2f22e6 Revert "adb: support /oem partition" by Dan Albert · 10 years ago
  20. 1e9abfa adb: support /oem partition by Mårten Kongstad · 10 years ago
  21. 6aaf6b9 Create libbase. by Dan Albert · 10 years ago
  22. 1b4aefd adb doesn't actually use libzipfile. by Elliott Hughes · 10 years ago
  23. 98a4892 Fix build from -Werror=maybe-uninitialized. by Dan Albert · 10 years ago
  24. 654c424 Move adb to C++. by Dan Albert · 10 years ago
  25. 01bcb92 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago
  26. e320d19 Fix a writex transcription error. by Dan Albert · 10 years ago
  27. ab86529 Make the root/unroot test more robust. by Dan Albert · 10 years ago
  28. e4b641b Fix memory leak on jdwp_process_free() by SungHyun Kwon · 10 years ago
  29. 7db19dd check if uid=0 before attempting remount by Nick Kralevich · 10 years ago
  30. 31c5c4b Test readx/writex (now renamed). by Dan Albert · 10 years ago
  31. 092ce8e Remove _(GNU|XOPEN)_SOURCE makefile cruft. by Dan Albert · 10 years ago
  32. 21d2da4 Add some basic tests to adb. by Dan Albert · 10 years ago
  33. 7d3ae58 Fix the mac build. by Dan Albert · 10 years ago
  34. 06626ef Merge "Move transport declarations into transport.h." by Dan Albert · 10 years ago
  35. 9815c9f Move transport declarations into transport.h. by Dan Albert · 10 years ago
  36. 65547d9 Add .clang-format file. by Dan Albert · 10 years ago
  37. fd9694e Merge "Add a project wide clang switch." by Dan Albert · 10 years ago
  38. 67aa329 Add a project wide clang switch. by Dan Albert · 10 years ago
  39. 6b6dcd6 Merge "Remove the emulator special case from the "adb root" code." by Elliott Hughes · 10 years ago
  40. 0430be9 Make Python tests only check the current device. by Dan Albert · 10 years ago
  41. 30319d9 Fix Mac build. by Dan Albert · 10 years ago
  42. b4e1f4c Remove the emulator special case from the "adb root" code. by Elliott Hughes · 10 years ago
  43. e7d5ae6 Fix Windows SDK build. by Dan Albert · 10 years ago
  44. b133edd Add missing <stdlib.h> to adb_listeners.c. by Elliott Hughes · 10 years ago
  45. 61c1f9b Merge "Move more into libadb and libadbd." by Dan Albert · 10 years ago
  46. 94058ef Merge "Oops. Fix make variable name. Thanks again, make." by Dan Albert · 10 years ago
  47. d7ead51 Merge "Ignore another stupid lint warning." by Dan Albert · 10 years ago
  48. b865390 Add more logging message and dead code by Nanik Tolaram · 10 years ago
  49. 8aec9de Move more into libadb and libadbd. by Dan Albert · 10 years ago
  50. 905af7c Oops. Fix make variable name. Thanks again, make. by Dan Albert · 10 years ago
  51. bc7ff08 Ignore another stupid lint warning. by Dan Albert · 10 years ago
  52. 6b0ce80 Merge "Lose adb.c and sockets.c to libadb." by Dan Albert · 10 years ago
  53. 27c10bd Lose adb.c and sockets.c to libadb. by Dan Albert · 10 years ago
  54. 9f46045 Merge "Document the behavior of props affecting adb root." by Dan Albert · 10 years ago
  55. b3ebcc6 Document the behavior of props affecting adb root. by Dan Albert · 10 years ago
  56. 53840b1 Fix Windows adb build. by Dan Albert · 10 years ago
  57. 991e974 Move adb_main to its own file. by Dan Albert · 10 years ago
  58. f205098 Move the listener code into its own file. by Dan Albert · 10 years ago
  59. e274025 Move the adb auth code into its own file. by Dan Albert · 10 years ago
  60. eff8857 Merge "Move emulator tracing into its own file." by Dan Albert · 10 years ago
  61. 9e71934 Move emulator tracing into its own file. by Dan Albert · 10 years ago
  62. 7cbda85 Fix build. by Elliott Hughes · 10 years ago
  63. 9d906b3 Merge "adb: add "adb unroot" to restart adb in non-root mode" by Elliott Hughes · 10 years ago
  64. b7d9ef3 adb: add "adb unroot" to restart adb in non-root mode by Dan Pasanen · 11 years ago
  65. 3895be6 Move USB transport code to libadb. by Dan Albert · 10 years ago
  66. c6827c3 Merge "Add extern "C" to all the adb headers." by Dan Albert · 10 years ago
  67. ebcbdfb Add extern "C" to all the adb headers. by Dan Albert · 10 years ago
  68. b6d5f6f Ignore useless cpplint messages in adb. by Dan Albert · 10 years ago
  69. 315a19a fix bug that passing invalid fd to fstats on win32 builds by eric.yan · 10 years ago
  70. 187eade Remove netcfg's unused options. by Elliott Hughes · 10 years ago
  71. c463025 Revert "Remove netcfg's unused options." by Elliott Hughes · 10 years ago
  72. f8e8305 Remove netcfg's unused options. by Elliott Hughes · 10 years ago
  73. 506aea4 The bsddroid project has been dead since 2010. by Elliott Hughes · 10 years ago
  74. 9c4c5a6 Merge "Verify token length before adb signs it" by Sami Tolvanen · 10 years ago
  75. a034362 Merge "Make server port option work on windows" by Elliott Hughes · 10 years ago
  76. 0de77ff adb: tracing: don't make strings if runtime tracing is disabled by Spencer Low · 10 years ago
  77. 7b9c20d Verify token length before adb signs it by Sami Tolvanen · 10 years ago
  78. f055c19 adb: Win32: set socket buffer sizes properly by Spencer Low · 10 years ago
  79. 1f09bda Protect from eng vs userdebug build breaks. by Dan Albert · 10 years ago
  80. fe68578 Merge "Fix userdebug build." by Dan Albert · 10 years ago
  81. 030b76f Fix userdebug build. by Dan Albert · 10 years ago
  82. 4626b71 Fix win_sdk build. by Dan Albert · 10 years ago
  83. 630b9af Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  84. fb538fb Merge "Fix the v2 descriptor handling." by Christopher Ferris · 10 years ago
  85. c49f51c Fix the v2 descriptor handling. by Christopher Ferris · 10 years ago
  86. 943ef23 adbd: tcpip command uses port number from uninitialized memory by Spencer Low · 10 years ago
  87. 1bc38a4 Merge "adb: Fix 'adb forward --no-rebind'." by David 'Digit' Turner · 10 years ago
  88. f0e0c2e adb: Fix 'adb forward --no-rebind'. by David 'Digit' Turner · 10 years ago
  89. d83a9c5 Python unit test for adb. by Riley Andrews · 10 years ago
  90. 0a049b1 Clean up adb Win32 symlink #ifdefs. by Elliott Hughes · 10 years ago
  91. fdb3da5 Merge "Use getmntent when accessing /proc/mounts." by Yabin Cui · 10 years ago
  92. d6bd9bf Use getmntent when accessing /proc/mounts. by Yabin Cui · 10 years ago
  93. 13449cd Fix disable-verity when the underlying block device is RO by Sami Tolvanen · 10 years ago
  94. 2bd4124 Fix build with clang by Bernhard Rosenkränzer · 10 years ago
  95. 4d04d24 fix memory leak in copy_remote_dir_local by Riley Andrews · 10 years ago
  96. 058932c Remove unused local variable. by Chih-Hung Hsieh · 10 years ago
  97. 98f58e8 Fix some style issues in adb_commandline(). by Riley Andrews · 10 years ago
  98. c8514c8 Refactor the host adb argument parsing loop to remove a goto by Riley Andrews · 10 years ago
  99. 1d931bc Fix build by Paul Lawrence · 10 years ago
  100. 982089d Add adb enable-verity by Paul Lawrence · 10 years ago