index
:
ayatana-indicator-display
main
release-builds
Ayatana Indicator Display Service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
adbd-client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
The notifying thread does not need to hold the lock on the same mutex as the ...
Charles Kerr
2016-09-22
1
-1
/
+1
*
fix r25 copypaste error, lock on the correct mutex
Charles Kerr
2016-09-22
1
-1
/
+1
*
GAdbdClient::Impl::on_public_key_response() doesn't need a condition variable...
Charles Kerr
2016-09-22
1
-6
/
+7
*
add a plethora of log statements to help figure out what's causing the silo t...
Charles Kerr
2016-09-22
1
-0
/
+93
*
adbd-client's std::condition_variable::wait() call seems to be the system_err...
Charles Kerr
2016-09-21
1
-6
/
+11
*
in adbd-client's dtor, check the worker thread's joinable() state before call...
Charles Kerr
2016-09-21
1
-2
/
+7
*
in PKIdleData, take the std::string argument as a const& to make cppcheck hap...
Charles Kerr
2016-09-21
1
-1
/
+1
*
add tracer g_debug() calls for the benefit of the integration tests
Charles Kerr
2016-03-24
1
-1
/
+4
*
if our USB device is disconnected while prompting the user for ADBD, cancel t...
Charles Kerr
2016-03-21
1
-0
/
+1
*
add some debug stubs
Charles Kerr
2016-03-15
1
-2
/
+4
*
tweak a couple of 'auto' declarations that g++ 5.3.1 understands but 4.9.2 on...
Charles Kerr
2016-03-15
1
-2
/
+2
*
add human-readable fingerprint extraction from the adb public keys
Charles Kerr
2016-03-09
1
-0
/
+39
*
add ADB server/client + tests
Charles Kerr
2016-03-06
1
-0
/
+258