aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 0.1+17.04.20161021.1-0ubuntu10.1+17.04.20161021.1-0ubuntu1Bileto Bot2016-10-211-0/+10
|
* Fix test error in adbd-client-testCharles Kerr2016-10-2114-154/+458
|\ | | | | | | | | Approved by: unity-api-1-bot
| * add block braces as suggested by dobeyCharles Kerr2016-10-213-9/+17
| |
| * remove dead codeCharles Kerr2016-10-191-2/+0
| |
| * remove the temporary tracers from r34 and r35Charles Kerr2016-10-194-121/+1
| |
| * use a std::atomic for adbd-client's m_pkresponse_readyCharles Kerr2016-09-221-1/+2
| |
| * fix tyopCharles Kerr2016-09-222-14/+4
| |
| * sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreenCharles Kerr2016-09-2212-165/+433
| |\
| | * sync UsbManagerFixture::USBDisconnectedDuringPrompt to r40, to expect a 'no' ↵Charles Kerr2016-05-031-2/+8
| | | | | | | | | | | | each time there's a usb disconnect
| | * always send a response to adb even in edge cases; e.g. send an auto-NO if ↵Charles Kerr2016-05-031-45/+47
| | | | | | | | | | | | the usb connection is broken while the prompt is up
| | * don't clear the snap decision when the greeter changes stateCharles Kerr2016-04-291-1/+0
| | |
| | * increase timeout interval on usb manager integration testCharles Kerr2016-04-271-1/+1
| | |
| | * fix two trivial 'unused parameter' warnings in glib callbacksCharles Kerr2016-04-271-2/+2
| | |
| | * remove the temporary tracersCharles Kerr2016-04-273-19/+1
| | |
| | * sync tests to r33 changesCharles Kerr2016-04-271-8/+3
| | |
| | * silence 'no previous prototype' warning from clangCharles Kerr2016-04-271-1/+1
| | |
| | * choosing an action in the snap decision closes the notification, so when ↵Charles Kerr2016-04-271-1/+3
| | | | | | | | | | | | that happens clear our notification_id s.t. our dtor doesn't try to remove a notification that no longer exists
| | * silence clang warning in PrintTo gtest helperCharles Kerr2016-04-271-3/+3
| | |
| | * add tracers for the notification warningCharles Kerr2016-04-272-2/+15
| | |
| | * add tracer log messagesCharles Kerr2016-04-253-9/+25
| | |
| | * in tests/utils/adbd-server.h, fix a timing bug in the test scaffolding by ↵Charles Kerr2016-04-231-11/+9
| | | | | | | | | | | | creating the adb socket in AdbdServer's ctor instead of in its worker thread.
| | * don't prompt when the greeter's not running yet: change greeter's payload ↵Charles Kerr2016-04-227-31/+62
| | | | | | | | | | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable
| | * tell glib not to exit when the gdbusconnection is closedCharles Kerr2016-04-211-0/+13
| | |
| | * code cleanup to prepare for MRCharles Kerr2016-04-213-35/+22
| | |
| | * don't pass a GDBusConnection to the Greeter ctorCharles Kerr2016-04-214-60/+75
| | |
| | * add unit tests for greeterCharles Kerr2016-04-203-0/+197
| | |
| | * remove tracersCharles Kerr2016-04-202-10/+1
| | |
| | * watch for the Greeter to appear on the busCharles Kerr2016-04-203-64/+96
| | |
| | * more tracersCharles Kerr2016-04-201-0/+4
| | |
| | * debug tracersCharles Kerr2016-04-202-1/+9
| | |
| * | keep piling 'em onCharles Kerr2016-09-221-0/+2
| | |
| * | tweak the debug tracersCharles Kerr2016-09-223-136/+136
| | |
| * | more g_debug() tracersCharles Kerr2016-09-221-5/+8
| | |
| * | in UsbSnapTest, explicitly disconnect the core::Signals at the end of the testCharles Kerr2016-09-221-1/+2
| | |
| * | in AdbdClientTest, raise the test timeout interval from 2s to 5sCharles Kerr2016-09-221-1/+1
| | |
| * | in AdbdClientDest, explicitly disconnect the core::Signals at the end of the ↵Charles Kerr2016-09-221-1/+2
| | | | | | | | | | | | test
| * | more g_debug() tracersCharles Kerr2016-09-221-0/+5
| | |
| * | The notifying thread does not need to hold the lock on the same mutex as the ↵Charles Kerr2016-09-221-1/+1
| | | | | | | | | | | | one held by the waiting thread(s); in fact doing so is a pessimization.
| * | 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 ↵Charles Kerr2016-09-222-6/+8
| | | | | | | | | | | | variable wait, so use std::lock_guard rather than std::unique_lock
| * | add a plethora of log statements to help figure out what's causing the silo ↵Charles Kerr2016-09-222-0/+135
| | | | | | | | | | | | test failures
| * | adbd-client's std::condition_variable::wait() call seems to be the ↵Charles Kerr2016-09-212-7/+12
| | | | | | | | | | | | 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
| * | same as trunkCharles Kerr2016-09-210-0/+0
| |/
* | Adding a systemd user session unitTed Gould2016-10-214-0/+44
|\ \ | |/ |/| | | | | Approved by: Martin Pitt
| * Adding a restart ruleTed Gould2016-07-201-0/+1
| |
| * Vivid is amazingTed Gould2016-07-191-1/+3
| |
| * Adding a systemd user session unitTed Gould2016-07-194-0/+41
|/
* Releasing 0.1+16.04.20160324.1-0ubuntu10.1+16.04.20160324.1-0ubuntu1CI Train Bot2016-03-241-0/+8
|