1. 1286c1f adb: correctly fix merge conflict. by Josh Gao · 8 years ago
  2. 4ff7f9f resolve merge conflicts of e012de5 to stage-aosp-master by Josh Gao · 8 years ago
  3. fb0c5cb adb: improve display of transfer rate. by Josh Gao · 8 years ago
  4. 1a9979e adb: add missing newline when printing transfer rate. by Josh Gao · 8 years ago
  5. baa215e adb: fix output of `sync -l` by Josh Gao · 8 years ago
  6. 4c4fa90 Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 8 years ago
  7. 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  8. 44a4267 Implements 'adb bugreport <ZIP_FILE>'. by Felipe Leme · 8 years ago
  9. 379612b adb: mkdir the correct directory name when pulling. by Josh Gao · 8 years ago
  10. 48bc0d7 adb: cleanup file skipping logic. by Josh Gao · 8 years ago
  11. f22bc60 adb: report progress for small files. by Josh Gao · 8 years ago
  12. a63b17f adb: fix directory creation logic. by Josh Gao · 8 years ago
  13. 89ec3a8 adb: mkdir the correct directory name when pulling. by Josh Gao · 8 years ago
  14. a31ea55 adb: cleanup file skipping logic. by Josh Gao · 8 years ago
  15. 9fd2f77 adb: report progress for small files. by Josh Gao · 8 years ago
  16. 71728ca adb: fix directory creation logic. by Josh Gao · 8 years ago
  17. da81195 adb: check for an error response from adbd between each write. by Josh Gao · 8 years ago
  18. afcdcd7 adb: check for an error response from adbd between each write. by Josh Gao · 8 years ago
  19. 323899b adb: don't append a slash to a path that already ends with one. by Josh Gao · 8 years ago
  20. a00e6ef Give adb a proper progress bar. by Elliott Hughes · 9 years ago
  21. c8e7936 Merge "adb: make pulling symlinks and devices work." by Josh Gao · 9 years ago
  22. f264224 adb: make pulling symlinks and devices work. by Josh Gao · 9 years ago
  23. 77f539a Simplify adb LinePrinter newline handling. by Elliott Hughes · 9 years ago
  24. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  25. 1702f42 Merge "adb: don't divide by zero" by Josh Gao · 9 years ago
  26. d0d87f7 Merge "Fix "adb sync" (and "adb push") error reporting." by Elliott Hughes · 9 years ago
  27. b0e039f adb: don't divide by zero by Josh Gao · 9 years ago
  28. 7b284b2 adb: don't pull symlinks when pulling a directory by Josh Gao · 9 years ago
  29. d3266e0 adb: remove extraneous newline from skip message by Josh Gao · 9 years ago
  30. dd6cc4d adb: correctly count skipped files in push/pull by Josh Gao · 9 years ago
  31. cc65c3b Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  32. 6aab58c Move SendLargeFile into SyncConnection. by Elliott Hughes · 9 years ago
  33. f6e65e3 adb: don't use adb_dirname in between getting and printing errno. by Josh Gao · 9 years ago
  34. f96dc73 adb: don't pull symlinks. by Josh Gao · 9 years ago
  35. 1a02530 adb: properly handle path separators on Windows. by Josh Gao · 9 years ago
  36. 07db119 adb: don't explode directories when pushing/pulling. by Josh Gao · 9 years ago
  37. 12a2ae9 adb: improve error handling, comments. by Josh Gao · 9 years ago
  38. 0bb1ce0 Merge "adb: don't try to pull character or block devices." by Josh Gao · 9 years ago
  39. 8d00a39 adb: don't try to pull character or block devices. by Josh Gao · 9 years ago
  40. 21abf5a adb: demote skipping a file from an error to a warning. by Josh Gao · 9 years ago
  41. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  42. 7fc45c3 Merge "adb: pull empty directories." by Josh Gao · 9 years ago
  43. a837df8 adb: remove superfluous checks. by Josh Gao · 9 years ago
  44. 6580096 adb: pull empty directories. by Josh Gao · 9 years ago
  45. cd7c1ed adb: make local_build_list match remote_build_list. by Josh Gao · 9 years ago
  46. d973157 adb: C++ify more of the push/pull functions. by Josh Gao · 9 years ago
  47. 45b6fc8 adb: make mkdirs/secure_mkdirs do what they say. by Josh Gao · 9 years ago
  48. fc7c3b6 adb: rename 'flag' to something less meaningless. by Josh Gao · 9 years ago
  49. 19d9454 Merge "adb: C++ify local_build_list and remote_build_list." by Josh Gao · 9 years ago
  50. fe54c96 Merge "adb: allow multiple args to push/pull." by Josh Gao · 9 years ago
  51. cda6a2b adb: C++ify local_build_list and remote_build_list. by Josh Gao · 9 years ago
  52. 983c41c adb: add SyncConnection::Printf. by Josh Gao · 9 years ago
  53. 0578677 adb: allow multiple args to push/pull. by Josh Gao · 9 years ago
  54. 351ecd1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  55. b708d16 Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  56. 6d92997 Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  57. 8b43c3e Fix adb sync/pull/push error reporting. by Elliott Hughes · 9 years ago
  58. ae5a6c0 Speed up adb sync. by Elliott Hughes · 9 years ago
  59. 081696d Improve adb sync_send error reporting. by Elliott Hughes · 9 years ago
  60. d8cce18 adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 9 years ago
  61. 8fcd8bc EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  62. 42640e5 Merge "Add missing #include <memory> for std::unique_ptr on Windows." by Elliott Hughes · 9 years ago
  63. a925dba Add missing #include <memory> for std::unique_ptr on Windows. by Elliott Hughes · 9 years ago
  64. f446520 There are no big endian hosts, grandpa. by Elliott Hughes · 9 years ago
  65. aa24549 adb sync cleanup. by Elliott Hughes · 9 years ago
  66. 5c74270 More adb cleanup. by Elliott Hughes · 9 years ago
  67. 47d67c9 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 9 years ago
  68. 1421614 Move mkdirs to adb_utils. by Alex Vallée · 9 years ago
  69. 6001c87 adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 9 years ago
  70. 3edd54b Add some missing 'static's. by Elliott Hughes · 9 years ago
  71. 078f0fc Move __adb_error to std::string, and improve various errors. by Elliott Hughes · 9 years ago
  72. d236d07 Fix "adb sync" for devices without vendor and oem. by Elliott Hughes · 9 years ago
  73. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  74. 46270d2 adb doesn't actually use libzipfile. by Elliott Hughes · 9 years ago
  75. bac3474 Move adb to C++. by Dan Albert · 9 years ago[Renamed (97%) from adb/file_sync_client.c]
  76. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago