1. d5eeac9 AOSP master doesn't have "cmd". by Elliott Hughes · 9 years ago
  2. 89532f6 Merge "use new cmd command" by Elliott Hughes · 9 years ago
  3. 1e2f7dc use new cmd command by Todd Kennedy · 9 years ago
  4. 08e2739 Merge "adb: pull empty directories." by Josh Gao · 9 years ago
  5. 47bedb6 Merge "adb: remove superfluous checks." by Josh Gao · 9 years ago
  6. 5940994 adb: remove superfluous checks. by Josh Gao · 9 years ago
  7. a90563e adb: pull empty directories. by Josh Gao · 9 years ago
  8. a508eba Merge "adb: add basename_lock to mutex_list.h." by Josh Gao · 9 years ago
  9. 9adf4f7 adb: add basename_lock to mutex_list.h. by Josh Gao · 9 years ago
  10. 8efa646 adb: make local_build_list match remote_build_list. by Josh Gao · 9 years ago
  11. d20cf38 adb: C++ify more of the push/pull functions. by Josh Gao · 9 years ago
  12. 1d3983b Merge changes I70c94c4b,Ifd8769ed by Josh Gao · 9 years ago
  13. fe1a612 adb: make mkdirs/secure_mkdirs do what they say. by Josh Gao · 9 years ago
  14. c1c3138 adb: remove use of mkdirs from `adb backup`. by Josh Gao · 9 years ago
  15. 12a0e12 Merge "adb: make adb_basename match the POSIX behavior." by Josh Gao · 9 years ago
  16. f462e0b adb: make adb_basename match the POSIX behavior. by Josh Gao · 9 years ago
  17. 8d0543c Merge "Fix Mac adb build." by Elliott Hughes · 9 years ago
  18. 4c5e804 Fix Mac adb build. by Elliott Hughes · 9 years ago
  19. 2d2a6ed Merge "adb shell SIGWINCH support." by Elliott Hughes · 9 years ago
  20. 84d97df Fix adb GCC build (for google3). by Joon :ee · 9 years ago
  21. a826579 adb shell SIGWINCH support. by Elliott Hughes · 9 years ago
  22. cb094c6 adb: rename 'flag' to something less meaningless. by Josh Gao · 9 years ago
  23. 6a92344 Merge "adb: C++ify local_build_list and remote_build_list." by Josh Gao · 9 years ago
  24. c9d2ff2 Merge "adb: fix adb reverse --no-rebind help text" am: 503553c86c by Elliott Hughes · 9 years ago
  25. 503553c Merge "adb: fix adb reverse --no-rebind help text" by Elliott Hughes · 9 years ago
  26. 59e4cc6 Merge "adb: allow multiple args to push/pull." am: a1388dba82 by Josh Gao · 9 years ago
  27. a1388db Merge "adb: allow multiple args to push/pull." by Josh Gao · 9 years ago
  28. d1b6411 adb: fix adb reverse --no-rebind help text by Spencer Low · 9 years ago
  29. 67d2c81 Merge "adb: add SyncConnection::Printf." am: 7e2e919286 by Josh Gao · 9 years ago
  30. 7e2e919 Merge "adb: add SyncConnection::Printf." by Josh Gao · 9 years ago
  31. 204d21e adb: C++ify local_build_list and remote_build_list. by Josh Gao · 9 years ago
  32. cbf485f adb: add SyncConnection::Printf. by Josh Gao · 9 years ago
  33. 134baa1 Merge "adb: create unix_isatty() function." am: d9ff9873df by David Pursell · 9 years ago
  34. 5880536 adb: create unix_isatty() function. by David Pursell · 9 years ago
  35. 7b64925 Merge "Set HOME, LOGNAME, SHELL, and USER from adbd." am: 5806e73691 by Elliott Hughes · 9 years ago
  36. 5806e73 Merge "Set HOME, LOGNAME, SHELL, and USER from adbd." by Elliott Hughes · 9 years ago
  37. 90676d9 Set HOME, LOGNAME, SHELL, and USER from adbd. by Elliott Hughes · 9 years ago
  38. 7a2fd17 Merge "adb: run reverse_service() in main thread." am: cccfeb2102 by Yabin Cui · 9 years ago
  39. cccfeb2 Merge "adb: run reverse_service() in main thread." by Yabin Cui · 9 years ago
  40. 5d093b2 adb: allow multiple args to push/pull. by Josh Gao · 9 years ago
  41. 729bfcf Merge "adb: use correct _WIN32 macro." am: 5c75b529f6 by Josh Gao · 9 years ago
  42. df85263 adb: run reverse_service() in main thread. by Yabin Cui · 9 years ago
  43. bee59c1 adb: use correct _WIN32 macro. by Josh Gao · 9 years ago
  44. d2202a4 Merge "adb: fix adb client running out of sockets on Windows" am: 325cd01281 by Elliott Hughes · 9 years ago
  45. 325cd01 Merge "adb: fix adb client running out of sockets on Windows" by Elliott Hughes · 9 years ago
  46. cc4a4b1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  47. 21afff4 Merge "Show transfer progress in adb sync/pull/push." am: 26352bf1fb by Elliott Hughes · 9 years ago
  48. f5cdc1d Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  49. 1a3e53f Merge "Don\'t use VLAs in adb." am: 573ee9e1c9 by Elliott Hughes · 9 years ago
  50. 573ee9e Merge "Don't use VLAs in adb." by Elliott Hughes · 9 years ago
  51. 6c73bfc Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  52. 07e5630 Merge "adb: fix -Tt options to match ssh." am: eb442fd971 by David Pursell · 9 years ago
  53. eb442fd Merge "adb: fix -Tt options to match ssh." by David Pursell · 9 years ago
  54. ae76d33 adb: fix -Tt options to match ssh. by David Pursell · 9 years ago
  55. bb34664 Merge "Fix adb sync/pull/push error reporting." am: ecd83eb4cb by Elliott Hughes · 9 years ago
  56. ecd83eb Merge "Fix adb sync/pull/push error reporting." by Elliott Hughes · 9 years ago
  57. e4ed32f Fix adb sync/pull/push error reporting. by Elliott Hughes · 9 years ago
  58. 1a6d18b Merge "adb: Mask SIGTTIN so that I/O works when backgrounded." am: 69ccb9532c by Josh Gao · 9 years ago
  59. f344ecf adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 9 years ago
  60. 754201b Merge "init/adb: correct static lib dependencies for libselinux" am: 38aee48fc6 by Daniel Cashman · 9 years ago
  61. 075c852 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  62. be1731f Merge "Fix lseek argument order." am: 64eab7fb28 by Elliott Hughes · 9 years ago
  63. 64eab7f Merge "Fix lseek argument order." by Elliott Hughes · 9 years ago
  64. d3044e6 Fix lseek argument order. by Elliott Hughes · 9 years ago
  65. cf867fa Merge "adb: use libfec in disable-verity" am: 1aab7218a7 by Sami Tolvanen · 9 years ago
  66. 1aab721 Merge "adb: use libfec in disable-verity" by Sami Tolvanen · 9 years ago
  67. 778f500 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
  68. 2a1068a am c160a6ed: Merge "adb: win32: Improve Winsock error code mappings and strings" by Elliott Hughes · 9 years ago
  69. c160a6e Merge "adb: win32: Improve Winsock error code mappings and strings" by Elliott Hughes · 9 years ago
  70. 028e159 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
  71. 76366ff am 3285c233: Merge "adb: non-interactive shell stdin." by David Pursell · 9 years ago
  72. 3285c23 Merge "adb: non-interactive shell stdin." by David Pursell · 9 years ago
  73. 3fe11f6 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  74. dbf7760 am edbc20fc: Merge "adbd: Add os descriptor support for adb." by Badhri Jagan Sridharan · 9 years ago
  75. edbc20f Merge "adbd: Add os descriptor support for adb." by Badhri Jagan Sridharan · 9 years ago
  76. 4b6a760 am 4a66d9c6: Merge "Use const auto&/auto&& in adb." by Elliott Hughes · 9 years ago
  77. 4a66d9c Merge "Use const auto&/auto&& in adb." by Elliott Hughes · 9 years ago
  78. 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  79. 1cdfc57 am 17b5d9cb: Merge "Fix adb -d/-e error reporting." by Elliott Hughes · 9 years ago
  80. 17b5d9c Merge "Fix adb -d/-e error reporting." by Elliott Hughes · 9 years ago
  81. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  82. f1500ca adbd: Add os descriptor support for adb. by Badhri Jagan Sridharan · 9 years ago
  83. 4807baf am 60d89240: Merge "adb: keep file flags in fdevent_install." by Yabin Cui · 9 years ago
  84. 60d8924 Merge "adb: keep file flags in fdevent_install." by Yabin Cui · 9 years ago
  85. 5fc2231 adb: keep file flags in fdevent_install. by Yabin Cui · 9 years ago
  86. 6cde4da am de01c94f: am bfe3cf51: Merge "Speed up adb sync." by Elliott Hughes · 9 years ago
  87. de01c94 am bfe3cf51: Merge "Speed up adb sync." by Elliott Hughes · 9 years ago
  88. bfe3cf5 Merge "Speed up adb sync." by Elliott Hughes · 9 years ago
  89. 3e136ed am 5c3dcb5b: am a352f91a: Merge "adb: win32: specify socket protocol" by Elliott Hughes · 9 years ago
  90. 1ba066f am f1e2c6c4: am 7a3c33f3: Merge "Explain adb client/server version mismatch better." by Elliott Hughes · 9 years ago
  91. 5c3dcb5 am a352f91a: Merge "adb: win32: specify socket protocol" by Elliott Hughes · 9 years ago
  92. f1e2c6c am 7a3c33f3: Merge "Explain adb client/server version mismatch better." by Elliott Hughes · 9 years ago
  93. a352f91 Merge "adb: win32: specify socket protocol" by Elliott Hughes · 9 years ago
  94. 7a3c33f Merge "Explain adb client/server version mismatch better." by Elliott Hughes · 9 years ago
  95. a1452ab Explain adb client/server version mismatch better. by Elliott Hughes · 9 years ago
  96. dde00be Speed up adb sync. by Elliott Hughes · 9 years ago
  97. 22fd24f am d95c4c09: am 7377398b: Merge "adb: fdevent fixes" by Yabin Cui · 9 years ago
  98. d95c4c0 am 7377398b: Merge "adb: fdevent fixes" by Yabin Cui · 9 years ago
  99. 6346e5a adb: fdevent fixes by Spencer Low · 9 years ago
  100. d9a009d am ad6bbed6: am 56033284: Merge "adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux." by Yabin Cui · 9 years ago