aboutsummaryrefslogtreecommitdiff
path: root/src/adbd-client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add a plethora of log statements to help figure out what's causing the silo ↵Charles Kerr2016-09-221-0/+93
| | | | test failures
* adbd-client's std::condition_variable::wait() call seems to be the ↵Charles Kerr2016-09-211-6/+11
| | | | system_error culprit, so wrapping in try-catch to be cautious
* in adbd-client's dtor, check the worker thread's joinable() state before ↵Charles Kerr2016-09-211-2/+7
| | | | calling join() on it
* in PKIdleData, take the std::string argument as a const& to make cppcheck ↵Charles Kerr2016-09-211-1/+1
| | | | happy on yakkety
* add tracer g_debug() calls for the benefit of the integration testsCharles Kerr2016-03-241-1/+4
|
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-0/+1
| | | | the prompt.
* add some debug stubsCharles Kerr2016-03-151-2/+4
|
* tweak a couple of 'auto' declarations that g++ 5.3.1 understands but 4.9.2 ↵Charles Kerr2016-03-151-2/+2
| | | | on vivid doesn't
* add human-readable fingerprint extraction from the adb public keysCharles Kerr2016-03-091-0/+39
|
* add ADB server/client + testsCharles Kerr2016-03-061-0/+258