| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | remove the temporary tracers | Charles Kerr | 2016-04-27 | 3 | -19/+1 | |
| | | | | ||||||
| | | * | sync tests to r33 changes | Charles Kerr | 2016-04-27 | 1 | -8/+3 | |
| | | | | ||||||
| | | * | silence 'no previous prototype' warning from clang | Charles Kerr | 2016-04-27 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | choosing an action in the snap decision closes the notification, so when ↵ | Charles Kerr | 2016-04-27 | 1 | -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 helper | Charles Kerr | 2016-04-27 | 1 | -3/+3 | |
| | | | | ||||||
| | | * | add tracers for the notification warning | Charles Kerr | 2016-04-27 | 2 | -2/+15 | |
| | | | | ||||||
| | | * | add tracer log messages | Charles Kerr | 2016-04-25 | 3 | -9/+25 | |
| | | | | ||||||
| | | * | in tests/utils/adbd-server.h, fix a timing bug in the test scaffolding by ↵ | Charles Kerr | 2016-04-23 | 1 | -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 Kerr | 2016-04-22 | 7 | -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 closed | Charles Kerr | 2016-04-21 | 1 | -0/+13 | |
| | | | | ||||||
| | | * | code cleanup to prepare for MR | Charles Kerr | 2016-04-21 | 3 | -35/+22 | |
| | | | | ||||||
| | | * | don't pass a GDBusConnection to the Greeter ctor | Charles Kerr | 2016-04-21 | 4 | -60/+75 | |
| | | | | ||||||
| | | * | add unit tests for greeter | Charles Kerr | 2016-04-20 | 3 | -0/+197 | |
| | | | | ||||||
| | | * | remove tracers | Charles Kerr | 2016-04-20 | 2 | -10/+1 | |
| | | | | ||||||
| | | * | watch for the Greeter to appear on the bus | Charles Kerr | 2016-04-20 | 3 | -64/+96 | |
| | | | | ||||||
| | | * | more tracers | Charles Kerr | 2016-04-20 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | debug tracers | Charles Kerr | 2016-04-20 | 2 | -1/+9 | |
| | | | | ||||||
| | * | | keep piling 'em on | Charles Kerr | 2016-09-22 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | tweak the debug tracers | Charles Kerr | 2016-09-22 | 3 | -136/+136 | |
| | | | | ||||||
| | * | | more g_debug() tracers | Charles Kerr | 2016-09-22 | 1 | -5/+8 | |
| | | | | ||||||
| | * | | in UsbSnapTest, explicitly disconnect the core::Signals at the end of the test | Charles Kerr | 2016-09-22 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | in AdbdClientTest, raise the test timeout interval from 2s to 5s | Charles Kerr | 2016-09-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | in AdbdClientDest, explicitly disconnect the core::Signals at the end of the ↵ | Charles Kerr | 2016-09-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | test | |||||
| | * | | more g_debug() tracers | Charles Kerr | 2016-09-22 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | The notifying thread does not need to hold the lock on the same mutex as the ↵ | Charles Kerr | 2016-09-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | one held by the waiting thread(s); in fact doing so is a pessimization. | |||||
| | * | | 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 ↵ | Charles Kerr | 2016-09-22 | 2 | -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 Kerr | 2016-09-22 | 2 | -0/+135 | |
| | | | | | | | | | | | | | test failures | |||||
| | * | | adbd-client's std::condition_variable::wait() call seems to be the ↵ | Charles Kerr | 2016-09-21 | 2 | -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 Kerr | 2016-09-21 | 1 | -2/+7 | |
| | | | | | | | | | | | | | calling join() on it | |||||
| | * | | in PKIdleData, take the std::string argument as a const& to make cppcheck ↵ | Charles Kerr | 2016-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | happy on yakkety | |||||
| | * | | same as trunk | Charles Kerr | 2016-09-21 | 0 | -0/+0 | |
| | |/ | ||||||
| * | | Adding a systemd user session unit | Ted Gould | 2016-10-21 | 4 | -0/+44 | |
| |\ \ | |/ |/| | | | | | Approved by: Martin Pitt | |||||
| | * | Adding a restart rule | Ted Gould | 2016-07-20 | 1 | -0/+1 | |
| | | | ||||||
| | * | Vivid is amazing | Ted Gould | 2016-07-19 | 1 | -1/+3 | |
| | | | ||||||
| | * | Adding a systemd user session unit | Ted Gould | 2016-07-19 | 4 | -0/+41 | |
| |/ | ||||||
| * | Releasing 0.1+16.04.20160324.1-0ubuntu10.1+16.04.20160324.1-0ubuntu1 | CI Train Bot | 2016-03-24 | 1 | -0/+8 | |
| | | ||||||
| * | When a new device appears to ADB, prompt the user whether or not to allow ↵ | Charles Kerr | 2016-03-24 | 40 | -377/+2682 | |
| |\ | | | | | | | | | | | the connection. Approved by: PS Jenkins bot, Charles Kerr, Xavi Garcia | |||||
| | * | add tracer g_debug() calls for the benefit of the integration tests | Charles Kerr | 2016-03-24 | 2 | -2/+5 | |
| | | | ||||||
| | * | fix UsbManager dtor issue found by valgrind | Charles Kerr | 2016-03-23 | 1 | -1/+11 | |
| | | | ||||||
| | * | fix missing field initialization compiler warning | Charles Kerr | 2016-03-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | keep the adbd socket open even when the lockscreen is closed. hold the ↵ | Charles Kerr | 2016-03-23 | 1 | -17/+27 | |
| | | | | | | | | | pkrequest state in USBManager until the screen's unlocked. | |||||
| | * | replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵ | Charles Kerr | 2016-03-23 | 3 | -3/+3 | |
| | | | | | | | | | prompts | |||||
| | * | add tests for not showing snap decisions in greeter mode | Charles Kerr | 2016-03-22 | 3 | -39/+51 | |
| | | | ||||||
| | * | don't show the snap decision until we're out of the greeter | Charles Kerr | 2016-03-22 | 4 | -23/+91 | |
| | | | ||||||
| | * | add multiple usb requests + disconnects to confirm the notification appears ↵ | Charles Kerr | 2016-03-22 | 1 | -25/+32 | |
| | | | | | | | | | on subsequent requests | |||||
| | * | in the mock ADB server, keep making a request until a response is received. | Charles Kerr | 2016-03-22 | 1 | -2/+4 | |
| | | | ||||||
| | * | make wait_for_signals() a macro again so that the GTest log messages will ↵ | Charles Kerr | 2016-03-22 | 1 | -10/+10 | |
| | | | | | | | | | give the test file and line number | |||||
| | * | fix typo | Charles Kerr | 2016-03-22 | 1 | -2/+2 | |
| | | | ||||||
| | * | get greeter's IsActive property working | Charles Kerr | 2016-03-21 | 3 | -21/+73 | |
| | | | ||||||
