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