summaryrefslogtreecommitdiffstats
path: root/adb/usb_osx.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao2016-02-121-4/+1
* Share the new adb USB diagnostic code with fastboot.Elliott Hughes2015-12-141-9/+0
* Merge "adb: add help text for USB permission errors."David Pursell2015-12-081-0/+9
|\
| * adb: add help text for USB permission errors.David Pursell2015-12-031-0/+9
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-2/+2
|/
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* adb: improve names for transport threads.Yabin Cui2015-08-311-1/+1
* adb: set thread names (linux & mac)Siva Velusamy2015-08-311-0/+1
* Possible Mac build fix.Elliott Hughes2015-08-251-1/+1
* Use glog for logging in the OSX USB layerSiva Velusamy2015-08-241-81/+85
* Start iterating USB pipe endpoints from 1.Elliott Hughes2015-08-131-6/+5
* adb: On Mac, clear both host and device endpoints at startupSiva Velusamy2015-08-131-22/+36
* Include the error code if GetPipeProperties fails.Elliott Hughes2015-08-061-1/+5
* Revert "Revert "Split adb_main.cpp into client and daemon.""Dan Albert2015-05-081-12/+11
* Revert "Split adb_main.cpp into client and daemon."Dan Albert2015-05-081-11/+12
* Split adb_main.cpp into client and daemon.Dan Albert2015-05-081-12/+11
* Simplify adb_thread_create.Elliott Hughes2015-05-051-6/+4
* Add missing null checks after allocations.Elliott Hughes2015-04-211-0/+1
* Move usb_osx to C++.Dan Albert2015-04-161-0/+534