1. 8fc9d68 adb: correctly fix merge conflict. by Josh Gao · 8 years ago
  2. 4e940c0 resolve merge conflicts of e012de5 to stage-aosp-master by Josh Gao · 8 years ago
  3. a408fd2 adb: improve display of transfer rate. by Josh Gao · 8 years ago
  4. f35fede adb: add missing newline when printing transfer rate. by Josh Gao · 8 years ago
  5. 23891f1 adb: fix output of `sync -l` by Josh Gao · 8 years ago
  6. ce7e3c2 Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 8 years ago
  7. 90b40f6 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  8. b644703 Implements 'adb bugreport <ZIP_FILE>'. by Felipe Leme · 8 years ago
  9. 177253f adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
  10. d13def2 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
  11. 37e8ab4 adb: report progress for small files. by Josh Gao · 9 years ago
  12. 5c0d55a adb: fix directory creation logic. by Josh Gao · 9 years ago
  13. a842b38 adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
  14. caa5210 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
  15. 93a0b3c adb: report progress for small files. by Josh Gao · 9 years ago
  16. 7634e88 adb: fix directory creation logic. by Josh Gao · 9 years ago
  17. 2db75ce adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
  18. a53abe7 adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
  19. 2e4ed0a adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
  20. 7b43fa5 Give adb a proper progress bar. by Elliott Hughes · 9 years ago
  21. 19d2282 Merge "adb: make pulling symlinks and devices work." by Josh Gao · 9 years ago
  22. d9a2fd6 adb: make pulling symlinks and devices work. by Josh Gao · 9 years ago
  23. 78a37a5 Simplify adb LinePrinter newline handling. by Elliott Hughes · 9 years ago
  24. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  25. 0a2a785 Merge "adb: don't divide by zero" by Josh Gao · 9 years ago
  26. 1674926 Merge "Fix "adb sync" (and "adb push") error reporting." by Elliott Hughes · 9 years ago
  27. 9b52364 adb: don't divide by zero by Josh Gao · 9 years ago
  28. 3d0a3f1 adb: don't pull symlinks when pulling a directory by Josh Gao · 9 years ago
  29. d9362c6 adb: remove extraneous newline from skip message by Josh Gao · 9 years ago
  30. b3cab93 adb: correctly count skipped files in push/pull by Josh Gao · 9 years ago
  31. 54e3efe Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  32. 7275d80 Move SendLargeFile into SyncConnection. by Elliott Hughes · 9 years ago
  33. e3a1216 adb: don't use adb_dirname in between getting and printing errno. by Josh Gao · 9 years ago
  34. dd34f29 adb: don't pull symlinks. by Josh Gao · 9 years ago
  35. a3b6a06 adb: properly handle path separators on Windows. by Josh Gao · 9 years ago
  36. 8acf06c adb: don't explode directories when pushing/pulling. by Josh Gao · 9 years ago
  37. a5cea71 adb: improve error handling, comments. by Josh Gao · 9 years ago
  38. 21e82b4 Merge "adb: don't try to pull character or block devices." by Josh Gao · 9 years ago
  39. 91f03a4 adb: don't try to pull character or block devices. by Josh Gao · 9 years ago
  40. a544cc6 adb: demote skipping a file from an error to a warning. by Josh Gao · 9 years ago
  41. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  42. 08e2739 Merge "adb: pull empty directories." by Josh Gao · 9 years ago
  43. 5940994 adb: remove superfluous checks. by Josh Gao · 9 years ago
  44. a90563e adb: pull empty directories. by Josh Gao · 9 years ago
  45. 8efa646 adb: make local_build_list match remote_build_list. by Josh Gao · 9 years ago
  46. d20cf38 adb: C++ify more of the push/pull functions. by Josh Gao · 9 years ago
  47. fe1a612 adb: make mkdirs/secure_mkdirs do what they say. by Josh Gao · 9 years ago
  48. cb094c6 adb: rename 'flag' to something less meaningless. by Josh Gao · 9 years ago
  49. 6a92344 Merge "adb: C++ify local_build_list and remote_build_list." by Josh Gao · 9 years ago
  50. a1388db Merge "adb: allow multiple args to push/pull." by Josh Gao · 9 years ago
  51. 204d21e adb: C++ify local_build_list and remote_build_list. by Josh Gao · 9 years ago
  52. cbf485f adb: add SyncConnection::Printf. by Josh Gao · 9 years ago
  53. 5d093b2 adb: allow multiple args to push/pull. by Josh Gao · 9 years ago
  54. cc4a4b1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  55. f5cdc1d Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  56. 6c73bfc Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  57. e4ed32f Fix adb sync/pull/push error reporting. by Elliott Hughes · 9 years ago
  58. dde00be Speed up adb sync. by Elliott Hughes · 9 years ago
  59. c5d5162 Improve adb sync_send error reporting. by Elliott Hughes · 9 years ago
  60. c1a3133 adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 9 years ago
  61. 0bd8587 EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  62. 59ce781 Merge "Add missing #include <memory> for std::unique_ptr on Windows." by Elliott Hughes · 9 years ago
  63. 4e7848d Add missing #include <memory> for std::unique_ptr on Windows. by Elliott Hughes · 9 years ago
  64. 9e8e355 There are no big endian hosts, grandpa. by Elliott Hughes · 9 years ago
  65. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  66. d189cfb More adb cleanup. by Elliott Hughes · 9 years ago
  67. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 9 years ago
  68. e916315 Move mkdirs to adb_utils. by Alex Vallée · 9 years ago
  69. 803451e adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 9 years ago
  70. 712416a Add some missing 'static's. by Elliott Hughes · 9 years ago
  71. 04a98c2 Move __adb_error to std::string, and improve various errors. by Elliott Hughes · 9 years ago
  72. c5a12b2 Fix "adb sync" for devices without vendor and oem. by Elliott Hughes · 9 years ago
  73. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  74. 64ef40b adb doesn't actually use libzipfile. by Elliott Hughes · 9 years ago
  75. f30d73c Move adb to C++. by Dan Albert · 10 years ago[Renamed (97%) from file_sync_client.c]
  76. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago