aboutsummaryrefslogtreecommitdiff
path: root/src/usb-manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* add block braces as suggested by dobeyCharles Kerr2016-10-211-6/+11
* remove the temporary tracers from r34 and r35Charles Kerr2016-10-191-23/+1
* fix tyopCharles Kerr2016-09-221-0/+1
* sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreenCharles Kerr2016-09-221-66/+57
|\
| * always send a response to adb even in edge cases; e.g. send an auto-NO if the...Charles Kerr2016-05-031-45/+47
| * don't clear the snap decision when the greeter changes stateCharles Kerr2016-04-291-1/+0
| * remove the temporary tracersCharles Kerr2016-04-271-6/+1
| * add tracers for the notification warningCharles Kerr2016-04-271-2/+9
| * add tracer log messagesCharles Kerr2016-04-251-1/+5
| * don't prompt when the greeter's not running yet: change greeter's payload fro...Charles Kerr2016-04-221-4/+10
| * remove tracersCharles Kerr2016-04-201-1/+0
| * debug tracersCharles Kerr2016-04-201-0/+1
* | tweak the debug tracersCharles Kerr2016-09-221-42/+42
* | add a plethora of log statements to help figure out what's causing the silo t...Charles Kerr2016-09-221-0/+42
* | adbd-client's std::condition_variable::wait() call seems to be the system_err...Charles Kerr2016-09-211-1/+1
|/
* fix UsbManager dtor issue found by valgrindCharles Kerr2016-03-231-1/+11
* fix missing field initialization compiler warningCharles Kerr2016-03-231-1/+1
* keep the adbd socket open even when the lockscreen is closed. hold the pkrequ...Charles Kerr2016-03-231-17/+27
* add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-221-32/+16
* don't show the snap decision until we're out of the greeterCharles Kerr2016-03-221-21/+55
* in UsbManager, reset AdbdClient on usb disconnectCharles Kerr2016-03-211-18/+26
* if our USB device is disconnected while prompting the user for ADBD, cancel t...Charles Kerr2016-03-211-20/+43
* turn off verbose debuggingCharles Kerr2016-03-181-3/+3
* add some extra debug statements to usb-manager.cpp to track user response and...Charles Kerr2016-03-181-1/+4
* in usb-manager.cpp, remove the remember_choice workaround since is already wo...Charles Kerr2016-03-161-4/+3
* add UsbManagerCharles Kerr2016-03-101-0/+109