1. e3a87d0 adb: remove exit-time destructors. by Josh Gao · 10 years ago
  2. bff43de Merge "adb: win32: fix adb shell" by Elliott Hughes · 10 years ago
  3. 9c8f746 adb: win32: fix adb shell by Spencer Low · 10 years ago
  4. 51084e3 Merge changes from topic 'adb_dir' by Josh Gao · 10 years ago
  5. eaf0aa1 Merge "adb: add 100 column limit to .clang-format." by Josh Gao · 10 years ago
  6. 9fcf234 adb: add 100 column limit to .clang-format. by Josh Gao · 10 years ago
  7. 8acf06c adb: don't explode directories when pushing/pulling. by Josh Gao · 10 years ago
  8. a5cea71 adb: improve error handling, comments. by Josh Gao · 10 years ago
  9. ec44d22 Merge "Fix typo, caps in error messages." by Jorge Lucangeli Obes · 10 years ago
  10. 116b8b9 Fix typo, caps in error messages. by Jorge Lucangeli Obes · 10 years ago
  11. 5713ed8 Merge "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 10 years ago
  12. 74e1a21 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 10 years ago
  13. 008020b Merge "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 10 years ago
  14. 337c3ce adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 10 years ago
  15. 1461b75 Merge "Add -e to the adb shell documentation." by Elliott Hughes · 10 years ago
  16. 5947512 Add -e to the adb shell documentation. by Elliott Hughes · 10 years ago
  17. 21e82b4 Merge "adb: don't try to pull character or block devices." by Josh Gao · 10 years ago
  18. 91f03a4 adb: don't try to pull character or block devices. by Josh Gao · 10 years ago
  19. 1267502 Merge "adb: demote skipping a file from an error to a warning." by Josh Gao · 10 years ago
  20. a544cc6 adb: demote skipping a file from an error to a warning. by Josh Gao · 10 years ago
  21. 232dc5a Merge "Fix adb shell escape handling." by Elliott Hughes · 10 years ago
  22. 4cf6f10 Fix adb shell escape handling. by Elliott Hughes · 10 years ago
  23. 4e71dc1 Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 10 years ago
  24. 0e20f11 Merge "adb/base: minor compiler portability improvements" by Elliott Hughes · 10 years ago
  25. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 10 years ago
  26. 8a1b4b3 Enable hidepid=2 on /proc by Nick Kralevich · 10 years ago
  27. 7c3f48a Merge "AOSP master doesn't have "cmd"." by Elliott Hughes · 10 years ago
  28. d5eeac9 AOSP master doesn't have "cmd". by Elliott Hughes · 10 years ago
  29. 89532f6 Merge "use new cmd command" by Elliott Hughes · 10 years ago
  30. 1e2f7dc use new cmd command by Todd Kennedy · 10 years ago
  31. 08e2739 Merge "adb: pull empty directories." by Josh Gao · 10 years ago
  32. 47bedb6 Merge "adb: remove superfluous checks." by Josh Gao · 10 years ago
  33. 5940994 adb: remove superfluous checks. by Josh Gao · 10 years ago
  34. a90563e adb: pull empty directories. by Josh Gao · 10 years ago
  35. a508eba Merge "adb: add basename_lock to mutex_list.h." by Josh Gao · 10 years ago
  36. 9adf4f7 adb: add basename_lock to mutex_list.h. by Josh Gao · 10 years ago
  37. 8efa646 adb: make local_build_list match remote_build_list. by Josh Gao · 10 years ago
  38. d20cf38 adb: C++ify more of the push/pull functions. by Josh Gao · 10 years ago
  39. 1d3983b Merge changes I70c94c4b,Ifd8769ed by Josh Gao · 10 years ago
  40. fe1a612 adb: make mkdirs/secure_mkdirs do what they say. by Josh Gao · 10 years ago
  41. c1c3138 adb: remove use of mkdirs from `adb backup`. by Josh Gao · 10 years ago
  42. 12a0e12 Merge "adb: make adb_basename match the POSIX behavior." by Josh Gao · 10 years ago
  43. f462e0b adb: make adb_basename match the POSIX behavior. by Josh Gao · 10 years ago
  44. 8d0543c Merge "Fix Mac adb build." by Elliott Hughes · 10 years ago
  45. 4c5e804 Fix Mac adb build. by Elliott Hughes · 10 years ago
  46. 2d2a6ed Merge "adb shell SIGWINCH support." by Elliott Hughes · 10 years ago
  47. 84d97df Fix adb GCC build (for google3). by Joon :ee · 10 years ago
  48. a826579 adb shell SIGWINCH support. by Elliott Hughes · 10 years ago
  49. cb094c6 adb: rename 'flag' to something less meaningless. by Josh Gao · 10 years ago
  50. 6a92344 Merge "adb: C++ify local_build_list and remote_build_list." by Josh Gao · 10 years ago
  51. c9d2ff2 Merge "adb: fix adb reverse --no-rebind help text" am: 503553c86c by Elliott Hughes · 10 years ago
  52. 503553c Merge "adb: fix adb reverse --no-rebind help text" by Elliott Hughes · 10 years ago
  53. 59e4cc6 Merge "adb: allow multiple args to push/pull." am: a1388dba82 by Josh Gao · 10 years ago
  54. a1388db Merge "adb: allow multiple args to push/pull." by Josh Gao · 10 years ago
  55. d1b6411 adb: fix adb reverse --no-rebind help text by Spencer Low · 10 years ago
  56. 67d2c81 Merge "adb: add SyncConnection::Printf." am: 7e2e919286 by Josh Gao · 10 years ago
  57. 7e2e919 Merge "adb: add SyncConnection::Printf." by Josh Gao · 10 years ago
  58. 204d21e adb: C++ify local_build_list and remote_build_list. by Josh Gao · 10 years ago
  59. cbf485f adb: add SyncConnection::Printf. by Josh Gao · 10 years ago
  60. 134baa1 Merge "adb: create unix_isatty() function." am: d9ff9873df by David Pursell · 10 years ago
  61. 5880536 adb: create unix_isatty() function. by David Pursell · 10 years ago
  62. 7b64925 Merge "Set HOME, LOGNAME, SHELL, and USER from adbd." am: 5806e73691 by Elliott Hughes · 10 years ago
  63. 5806e73 Merge "Set HOME, LOGNAME, SHELL, and USER from adbd." by Elliott Hughes · 10 years ago
  64. 90676d9 Set HOME, LOGNAME, SHELL, and USER from adbd. by Elliott Hughes · 10 years ago
  65. 7a2fd17 Merge "adb: run reverse_service() in main thread." am: cccfeb2102 by Yabin Cui · 10 years ago
  66. cccfeb2 Merge "adb: run reverse_service() in main thread." by Yabin Cui · 10 years ago
  67. 5d093b2 adb: allow multiple args to push/pull. by Josh Gao · 10 years ago
  68. 729bfcf Merge "adb: use correct _WIN32 macro." am: 5c75b529f6 by Josh Gao · 10 years ago
  69. df85263 adb: run reverse_service() in main thread. by Yabin Cui · 10 years ago
  70. bee59c1 adb: use correct _WIN32 macro. by Josh Gao · 10 years ago
  71. d2202a4 Merge "adb: fix adb client running out of sockets on Windows" am: 325cd01281 by Elliott Hughes · 10 years ago
  72. 325cd01 Merge "adb: fix adb client running out of sockets on Windows" by Elliott Hughes · 10 years ago
  73. cc4a4b1 adb: fix adb client running out of sockets on Windows by Spencer Low · 10 years ago
  74. 21afff4 Merge "Show transfer progress in adb sync/pull/push." am: 26352bf1fb by Elliott Hughes · 10 years ago
  75. f5cdc1d Show transfer progress in adb sync/pull/push. by Elliott Hughes · 10 years ago
  76. 1a3e53f Merge "Don\'t use VLAs in adb." am: 573ee9e1c9 by Elliott Hughes · 10 years ago
  77. 573ee9e Merge "Don't use VLAs in adb." by Elliott Hughes · 10 years ago
  78. 6c73bfc Don't use VLAs in adb. by Elliott Hughes · 10 years ago
  79. 07e5630 Merge "adb: fix -Tt options to match ssh." am: eb442fd971 by David Pursell · 10 years ago
  80. eb442fd Merge "adb: fix -Tt options to match ssh." by David Pursell · 10 years ago
  81. ae76d33 adb: fix -Tt options to match ssh. by David Pursell · 10 years ago
  82. bb34664 Merge "Fix adb sync/pull/push error reporting." am: ecd83eb4cb by Elliott Hughes · 10 years ago
  83. ecd83eb Merge "Fix adb sync/pull/push error reporting." by Elliott Hughes · 10 years ago
  84. e4ed32f Fix adb sync/pull/push error reporting. by Elliott Hughes · 10 years ago
  85. 1a6d18b Merge "adb: Mask SIGTTIN so that I/O works when backgrounded." am: 69ccb9532c by Josh Gao · 10 years ago
  86. f344ecf adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 10 years ago
  87. 754201b Merge "init/adb: correct static lib dependencies for libselinux" am: 38aee48fc6 by Daniel Cashman · 10 years ago
  88. 075c852 init/adb: correct static lib dependencies for libselinux by William Roberts · 10 years ago
  89. be1731f Merge "Fix lseek argument order." am: 64eab7fb28 by Elliott Hughes · 10 years ago
  90. 64eab7f Merge "Fix lseek argument order." by Elliott Hughes · 10 years ago
  91. d3044e6 Fix lseek argument order. by Elliott Hughes · 10 years ago
  92. cf867fa Merge "adb: use libfec in disable-verity" am: 1aab7218a7 by Sami Tolvanen · 10 years ago
  93. 1aab721 Merge "adb: use libfec in disable-verity" by Sami Tolvanen · 10 years ago
  94. 778f500 adb: use libfec in disable-verity by Sami Tolvanen · 10 years ago
  95. 2a1068a am c160a6ed: Merge "adb: win32: Improve Winsock error code mappings and strings" by Elliott Hughes · 10 years ago
  96. c160a6e Merge "adb: win32: Improve Winsock error code mappings and strings" by Elliott Hughes · 10 years ago
  97. 028e159 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 10 years ago
  98. 76366ff am 3285c233: Merge "adb: non-interactive shell stdin." by David Pursell · 10 years ago
  99. 3285c23 Merge "adb: non-interactive shell stdin." by David Pursell · 10 years ago
  100. 3fe11f6 adb: non-interactive shell stdin. by David Pursell · 10 years ago