History log of /system/connectivity/shill/upstart/upstart.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5 03-Sep-2015 Peter Qiu <zqiu@google.com> License shill to Apache2

This patch automatically replaced the license on all text files from
Chromium OS (BSD style) to AOSP (Apache2), keeping the original year as
a reference.

The license header was added to .gyp and .gypi, the NOTICE was added with a copy
of the Apache2 license and MODULE_LICENSE_* file was added.

BUG=23587594
TEST=grep 'Chromium OS Authors' doesn't find anything.

Change-Id: If41ede586c2465f5831fb7fee270ff41dbfdb596
/system/connectivity/shill/upstart/upstart.cc
608ec29525f553d51f0a92e84176e3d4b45930a9 31-Jul-2015 Peter Qiu <zqiu@chromium.org> shill: use ControlInterface to create proxy objects

So that appropriate proxy objects can be created based on the type of
the control interface.

While there, remove ProxyFactory related files.

BUG=chromium:513791
TEST=USE="asan clang cellular wimax dhcpv6" FEATURES=test emerge-$BOARD shill

Change-Id: I465b0807ab4ccacac3891638db41384f43ef83c5
Reviewed-on: https://chromium-review.googlesource.com/289855
Reviewed-by: Zeping Qiu <zqiu@chromium.org>
Commit-Queue: Zeping Qiu <zqiu@chromium.org>
Tested-by: Zeping Qiu <zqiu@chromium.org>
/system/connectivity/shill/upstart/upstart.cc
14e1b1aa9edffccbfadfa620fc2f9ed0265e59e4 16-Jun-2015 Paul Stewart <pstew@chromium.org> shill: upstart: Switch pointer/ref spacing

Switch to Chrome style spacing.

BUG=chromium:501026
TEST=Unit tests

Change-Id: I778af3dc5ff1fb83f57b6b84a54247ab859db600
Reviewed-on: https://chromium-review.googlesource.com/278079
Reviewed-by: Rebecca Silberstein <silberst@chromium.org>
Commit-Queue: Paul Stewart <pstew@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
/system/connectivity/shill/upstart/upstart.cc
2b35cfb222200f9d7bac73f68038e9126146ae5e 01-May-2015 Roshan Pius <rpius@chromium.org> shill: Notify upstart when shill is connected.

Add an upstart event whenever shill is connected.

BUG=brillo:970
TEST=`P2_TEST_FILTER="shill::ManagerTest.RefreshConnectionState"
FEATURES=test emerge-${BOARD} shill`

Change-Id: I5fdf980da5067bf9a77cfb4e47b4e38b026c8b27
Reviewed-on: https://chromium-review.googlesource.com/268895
Reviewed-by: Paul Stewart <pstew@chromium.org>
Tested-by: Roshan Pius <rpius@chromium.org>
Commit-Queue: Roshan Pius <rpius@chromium.org>
/system/connectivity/shill/upstart/upstart.cc
59a8cba0d9763ffd5199fba4dc898e5c16aae871 10-Jan-2015 Paul Stewart <pstew@chromium.org> shill: Notify upstart when shill is offline

Add an Upstart proxy, which can ask the upstart process to emit
events. Invoke this event whenever the shill manager becomes
idle.

BUG=chromium:447796
TEST=Unit tests + manual:
Create a dummy "offline.conf" file in /etc/init which starts
with "start on shill-disconnected", and ensure that this script
is invoked if we disconnect the network.

Change-Id: Ide473098b7b93fd3da57b820e78b0a710c287cba
Reviewed-on: https://chromium-review.googlesource.com/241033
Reviewed-by: Zeping Qiu <zqiu@chromium.org>
Commit-Queue: Paul Stewart <pstew@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
/system/connectivity/shill/upstart/upstart.cc