summaryrefslogtreecommitdiffstats
path: root/adb/file_sync_service.h
Commit message (Collapse)AuthorAgeFilesLines
* Added transfer progress reporting for push and pull commands.Mark Lindner2014-03-111-3/+3
| | | | | | | | | | Added a new '-p' switch to the 'push' and 'pull' commands that outputs the file transfer progress (bytes transmitted, total bytes, and % done). This provides useful feedback when transferring large files, and also makes it possible for other tools to easily monitor the progress of a forked push/pull command. Change-Id: Iee6f42f5bd41292e5bc80fba779f526f0072e356
* adb: Improved detection of big endian architectureMarcus Comstedt2010-10-161-1/+1
| | | | | | | | | Instead of testing for the (compiler specific) define __ppc__ explicitly, use the define HAVE_BIG_ENDIAN provided by AndroidConfig.h. That way, it should work on all big endian systems. Change-Id: Ic4d62afcefce4c8ad5716178ebfcb2b055ac73ce
* Add -l option to `adb sync`Anthony Newnam2010-04-191-1/+1
| | | | Change-Id: I87c01663dff319dde24b70560e6fe5647ebf9d49
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+87
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-87/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+87