1. 0d8b1bd am a866e5a8: am 6cf1193b: am 2f431a8d: Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  2. 4c4fa1a am 541a7804: am 490f03d5: am 3ea87c33: Fix build breakage for missing -Wcpp option on old GCC versions. by Stephen Hines · 10 years ago
  3. f9d61a0 am 4acabfee: am 64f44b84: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev by Stephen Hines · 10 years ago
  4. 2f431a8 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  5. 3ea87c3 Fix build breakage for missing -Wcpp option on old GCC versions. by Stephen Hines · 10 years ago
  6. 64f44b8 Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev by Stephen Hines · 10 years ago
  7. ada485e am 0edbf89e: am c75dac39: Merge "fix for adbd pinning CPU" into lmp-dev by Vince Harron · 10 years ago
  8. b75d6f1 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 10 years ago
  9. 1028f78 am 9005ec37: am e3d3016d: Merge "Switch from using base64 BIOs to encoding funcs." by Alex Klyubin · 10 years ago
  10. e3d3016 Merge "Switch from using base64 BIOs to encoding funcs." by Alex Klyubin · 10 years ago
  11. af436b1 fix for adbd pinning CPU by Vince Harron · 10 years ago
  12. 0df62a7 am 8e1e5415: am 5b4a1767: Merge "Revert "Switch adb to epoll(2)."" by Dan Albert · 10 years ago
  13. 45741ae Revert "Switch adb to epoll(2)." by Dan Albert · 10 years ago
  14. 4f3ebae am 790e7c0a: am 3772545c: Merge "Switch adb to epoll(2)." by Elliott Hughes · 10 years ago
  15. 67de155 Switch adb to epoll(2). by Elliott Hughes · 10 years ago
  16. edda73d fix windows build by Doug Zongker · 10 years ago
  17. d372c5c Merge changes I11e84a7b,I5adaedd8 by Kenny Root · 10 years ago
  18. 52e0b61 adb: fix 64-bit build by Colin Cross · 10 years ago
  19. 8e49ae4 add sideload-host mode to adb by Doug Zongker · 10 years ago
  20. a5ab96e 74602: Fixes adb not seeing connected devices on Mac. by Esteban de la Canal · 10 years ago
  21. da5b2d6 am 99bb69c1: am f41ee3d5: Merge "74602: Fixes adb not seeing connected devices on Mac." by Esteban de la Canal · 10 years ago
  22. f41ee3d Merge "74602: Fixes adb not seeing connected devices on Mac." by Esteban de la Canal · 10 years ago
  23. 9dd83dc 74602: Fixes adb not seeing connected devices on Mac. by Esteban de la Canal · 10 years ago
  24. 8fa75e4 am 6608a46c: am c4ff0389: Merge "adb: Add USB vendor ID for Alco Digital Devices Limited" by Elliott Hughes · 10 years ago
  25. 553630e adb: Add USB vendor ID for Alco Digital Devices Limited by DanielMo · 10 years ago
  26. 84e533d am 228f8261: Merge "delete_file() should force removal." into lmp-dev by Jeff Sharkey · 10 years ago
  27. 41b3cfa delete_file() should force removal. by Jeff Sharkey · 10 years ago
  28. fb849bd am fc8e16bf: am 2c805883: Merge "Add -Wno-deprecated-declarations to makefiles." by Christopher Ferris · 10 years ago
  29. 2c80588 Merge "Add -Wno-deprecated-declarations to makefiles." by Christopher Ferris · 10 years ago
  30. 6d94763 am 379ca94d: am 299a32c8: Merge "Include ADB_HOST only code in #if ADB_HOST." by Chih-Hung Hsieh · 10 years ago
  31. 299a32c Merge "Include ADB_HOST only code in #if ADB_HOST." by Chih-Hung Hsieh · 10 years ago
  32. f787b38 Include ADB_HOST only code in #if ADB_HOST. by Chih-Hung Hsieh · 10 years ago
  33. 709569f am 0dcc3f65: am 9c814648: Merge "Add USB Vendor ID for Micromax Informatics Ltd." by Elliott Hughes · 10 years ago
  34. 4d10523 Add USB Vendor ID for Micromax Informatics Ltd. by Abhishek Karmakar · 10 years ago
  35. 179d9d6 Switch from using base64 BIOs to encoding funcs. by Adam Langley · 10 years ago
  36. 51448eb Add -Wno-deprecated-declarations to makefiles. by Christopher Ferris · 10 years ago
  37. 0c3d98b am 87ad7cdc: am e1ba39aa: Merge "Fix 64-bit host build." by Ying Wang · 10 years ago
  38. 42a809b Fix 64-bit host build. by Ying Wang · 10 years ago
  39. e772705 am 771f6f29: am 29c5a78f: Merge "Fix build of adb with gcc-4.9." by Elliott Hughes · 10 years ago
  40. 678bd2e Fix build of adb with gcc-4.9. by Alexander Ivchenko · 10 years ago
  41. 8a01917 am 46a8ffe8: Fix Windows adb build by avoiding "bool" by Brian Carlstrom · 10 years ago
  42. 46a8ffe Fix Windows adb build by avoiding "bool" by Brian Carlstrom · 10 years ago
  43. 8c9b155 am 43d65b69: Merge "Escape single quotes in arguments." into lmp-dev by Jeff Sharkey · 10 years ago
  44. 440df7b am 830a8641: am a8d0c4a2: Merge "Move host \'get-state\' service up so that it works." by Elliott Hughes · 10 years ago
  45. 29c5a78 Merge "Fix build of adb with gcc-4.9." by Elliott Hughes · 10 years ago
  46. 5372333 Fix build of adb with gcc-4.9. by Alexander Ivchenko · 10 years ago
  47. a8d0c4a Merge "Move host 'get-state' service up so that it works." by Elliott Hughes · 10 years ago
  48. 0cc642c Partially revert argument escaping. by Jeff Sharkey · 10 years ago
  49. dcd2f0e Uniformly escape shell arguments. by Jeff Sharkey · 10 years ago
  50. 43d65b6 Merge "Escape single quotes in arguments." into lmp-dev by Jeff Sharkey · 10 years ago
  51. d9c4b14 Move host 'get-state' service up so that it works. by Simon Ye · 10 years ago
  52. d0eee74 Escape single quotes in arguments. by Jeff Sharkey · 10 years ago
  53. 0500402 am a361503e: Merge "Consolidate adb trace macro defines into its own header file." into lmp-dev by leozwang · 10 years ago
  54. 43eb2ea am ec531e5c: am 47a12389: Merge "Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break." by Elliott Hughes · 10 years ago
  55. dc22c3c Move host 'get-state' service up so that it works. by Simon Ye · 10 years ago
  56. d235288 Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago
  57. a361503 Merge "Consolidate adb trace macro defines into its own header file." into lmp-dev by leozwang · 10 years ago
  58. d3fc15f Consolidate adb trace macro defines into its own header file. by leozwang · 10 years ago
  59. a6ff5c9 Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago
  60. 555a904 am 74ff4fcf: Merge "Follow refactoring of install-abandon command." into lmp-dev by Jeff Sharkey · 10 years ago
  61. 75619aa am 5a255238: Merge "Redirect debug output to logcat." into lmp-dev by leozwang · 10 years ago
  62. 6cc961c am edf41f98: am 8d9d362b: Merge "adb: Add USB vendor ID for SONIM TECHNOLOGIES, INC." by Colin Cross · 10 years ago
  63. 2cc4fd7 am 6ebaf311: am 721f189a: Merge "fix adb build on Darwin" by Tim Murray · 10 years ago
  64. 43222b3 adb: Add USB vendor ID for SONIM TECHNOLOGIES, INC. by DanielMo · 10 years ago
  65. 5a25523 Merge "Redirect debug output to logcat." into lmp-dev by leozwang · 10 years ago
  66. 1efcdef fix adb build on Darwin by Tim Murray · 10 years ago
  67. ac77e1f Follow refactoring of install-abandon command. by Jeff Sharkey · 10 years ago
  68. 48a9042 Redirect debug output to logcat. by leozwang · 10 years ago
  69. 9866a66 adb: set O_CLOEXEC on lots of file descriptors by Nick Kralevich · 10 years ago
  70. 7046773 adb: replace utimes() with utime() by Greg Hackmann · 10 years ago
  71. ef16a17 Merge "adb: set O_CLOEXEC on lots of file descriptors" into lmp-dev by Nick Kralevich · 10 years ago
  72. 1b3f2ff adb: use oom_score_adj instead of oom_adj by Rom Lemarchand · 10 years ago
  73. eb97987 Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  74. 4b35c01 adb: added support for adb pull -a to preserve time stamps and mode by Lajos Molnar · 11 years ago
  75. fe8d7f4 adb: set O_CLOEXEC on lots of file descriptors by Nick Kralevich · 10 years ago
  76. cbbb83b Fix implicit declaration of function 'prctl' in adb. by Elliott Hughes · 10 years ago
  77. b4dd6ef Fix implicit declaration of function 'prctl' in adb. by Elliott Hughes · 10 years ago
  78. 71bbc67 Fix the build in clang by Christopher Tate · 10 years ago
  79. c03064e Fix 64-bit builds. by Jeff Sharkey · 10 years ago
  80. 960df97 Add install-multiple to adb. by Jeff Sharkey · 10 years ago
  81. 77a2c22 Merge "adbd: adb root should terminate adbd only if it's debuggable" by Badhri Jagan Sridharan · 10 years ago
  82. bf9ef51 am cb7be1e8: am 87c7a0d7: am 77a2c22d: Merge "adbd: adb root should terminate adbd only if it\'s debuggable" by Badhri Jagan Sridharan · 10 years ago
  83. cb7be1e am 87c7a0d7: am 77a2c22d: Merge "adbd: adb root should terminate adbd only if it\'s debuggable" by Badhri Jagan Sridharan · 10 years ago
  84. 4b39c6a fix windows build by Doug Zongker · 10 years ago
  85. 6d6a898 adb: fix 64-bit build by Colin Cross · 10 years ago
  86. 7df14ef Merge "add sideload-host mode to adb" by Doug Zongker · 10 years ago
  87. 71fe584 add sideload-host mode to adb by Doug Zongker · 10 years ago
  88. 686bce6 Added support for vendor partition to adb by Daniel Rosenberg · 10 years ago
  89. ce10b19 am f6d86d75: am d08b80cc: am 20bda70f: Merge "Add Smartisan usb config" by Elliott Hughes · 10 years ago
  90. f6d86d7 am d08b80cc: am 20bda70f: Merge "Add Smartisan usb config" by Elliott Hughes · 10 years ago
  91. 20bda70 Merge "Add Smartisan usb config" by Elliott Hughes · 10 years ago
  92. 07ce7ca adb: use oom_score_adj instead of oom_adj by Rom Lemarchand · 10 years ago
  93. b10fb88 am d7d9b6fc: am f02fd9f0: am 5e504a4e: Merge "adb: Add USB vendor ID for Honeywell" by Colin Cross · 10 years ago
  94. d7d9b6f am f02fd9f0: am 5e504a4e: Merge "adb: Add USB vendor ID for Honeywell" by Colin Cross · 10 years ago
  95. 8c4c8e8 adb: Add USB vendor ID for Honeywell by DanielMo · 10 years ago
  96. 4224edf am 89e4fad0: am 4e6aa6a2: Merge "adbd: unconditionally call setgroups" by Nick Kralevich · 10 years ago
  97. 000a62f am 4224edf5: am 89e4fad0: am 4e6aa6a2: Merge "adbd: unconditionally call setgroups" by Nick Kralevich · 10 years ago
  98. e5cbf4e adbd: unconditionally call setgroups by Nick Kralevich · 10 years ago
  99. def14fc am cd0d5935: am 6c65cd5d: am 60218f19: Merge "Add gionee USB vendor id." by Elliott Hughes · 10 years ago
  100. cd0d593 am 6c65cd5d: am 60218f19: Merge "Add gionee USB vendor id." by Elliott Hughes · 10 years ago