summaryrefslogtreecommitdiff
path: root/usb_windows.cpp
AgeCommit message (Expand)Author
2016-10-10Remove useless arguments from is_adb_interface.Josh Gao
2016-09-21adb: kill adb_mutex_t, adb_cond_t.Josh Gao
2016-02-12adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao
2016-02-01base: add SystemErrorCodeToString() function.David Pursell
2015-12-14Share the new adb USB diagnostic code with fastboot.Elliott Hughes
2015-12-03adb: add help text for USB permission errors.David Pursell
2015-11-12adb: win32: Unicode USB device namesSpencer Low
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-02adb: clean up debug tracing a little.Yabin Cui
2015-08-31adb: set thread names (linux & mac)Siva Velusamy
2015-08-01adb: win32: fix USB device hang when resuming from sleep/hibernationSpencer Low
2015-07-22Don't limit Windows USB reads.Elliott Hughes
2015-05-08Revert "Revert "Split adb_main.cpp into client and daemon.""Dan Albert
2015-05-08Revert "Split adb_main.cpp into client and daemon."Dan Albert
2015-05-08Split adb_main.cpp into client and daemon.Dan Albert
2015-05-05Simplify adb_thread_create.Elliott Hughes
2015-03-19File header cleanup.Dan Albert
2015-03-09Move adb to C++.Dan Albert