aboutsummaryrefslogtreecommitdiff
path: root/src/adbd-client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-310/+0
* src/adbd-client.cpp: Fix cppcheckJami Kettunen2022-07-051-5/+5
* src/adbd-client.cpp: Fix several type warnings in g_debug calls() by casting ...Mike Gabriel2021-08-041-5/+5
* add block braces as suggested by dobeyCharles Kerr2016-10-211-2/+4
* remove dead codeCharles Kerr2016-10-191-2/+0
* remove the temporary tracers from r34 and r35Charles Kerr2016-10-191-89/+0
* use a std::atomic for adbd-client's m_pkresponse_readyCharles Kerr2016-09-221-1/+2
* fix tyopCharles Kerr2016-09-221-14/+3
* keep piling 'em onCharles Kerr2016-09-221-0/+2
* tweak the debug tracersCharles Kerr2016-09-221-93/+93
* The notifying thread does not need to hold the lock on the same mutex as the ...Charles Kerr2016-09-221-1/+1
* fix r25 copypaste error, lock on the correct mutexCharles Kerr2016-09-221-1/+1
* GAdbdClient::Impl::on_public_key_response() doesn't need a condition variable...Charles Kerr2016-09-221-6/+7
* add a plethora of log statements to help figure out what's causing the silo t...Charles Kerr2016-09-221-0/+93
* adbd-client's std::condition_variable::wait() call seems to be the system_err...Charles Kerr2016-09-211-6/+11
* in adbd-client's dtor, check the worker thread's joinable() state before call...Charles Kerr2016-09-211-2/+7
* in PKIdleData, take the std::string argument as a const& to make cppcheck hap...Charles Kerr2016-09-211-1/+1
* 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 t...Charles Kerr2016-03-211-0/+1
* 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 on...Charles Kerr2016-03-151-2/+2
* 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