summaryrefslogtreecommitdiffstats
path: root/adb/file_sync_client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* adb doesn't actually use libzipfile.Elliott Hughes2015-03-131-1/+0
| | | | Change-Id: Ia7d22214bc8422c88edaaf9bb716d7e12e0bb381
* Move adb to C++.Dan Albert2015-03-091-0/+1053
I keep trying to clean things up and needing std::strings. Might as well just do this now. usb_linux_client.c is going to stay as C because GCC isn't smart enough to deal with the designated initializers it uses (though for some reason it is in C mode). The Darwin files are staying as C because I don't have a way to test that they build. The Windows files are staying as C because while I can actually build for them, it's slow and painful. Change-Id: I75367d29205a9049d34460032b3bb36384f43941