History log of /external/dbus/dbus/sd-daemon.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4299eb3c0907100fe95d2986984b48d40cc52841 08-Jul-2015 Daniel Erat <derat@google.com> Incorporate upstream changes to v1.6.8.

Squash upstream commits up to and including the v1.6.8
release (upstream commit 1cad15cc).

This repository's changes from upstream are now limited to:

- addition of Android.mk, CleanSpec.mk, config.h, and NOTICE
files
- addition of dbus/dbus-arch-deps.h and removal from
dbus/.gitignore (ebae2d21, f022f55d)
- WANT_PIDFILE #ifdefs added to bus/bus.c to disable writing
dbus-daemon's PID to a file (3100d06a)
- TRACE_LOCKS set to 0 in dbus/dbus-connection.c (88a0ffe5)
- DBUS_ANDROID_LOG added to dbus/dbus-internals.c to use
logcat (7de15def)
- ANDROID_MANAGED_SOCKET added to dbus/dbus-sysdeps-unix.c
to use an SELinux-managed socket rather than a
dbus-daemon-created Unix domain socket (3100d06a)

Bug: 22328216
Change-Id: I793ebdf963d9b0740f0da28f1de593d088f08406
/external/dbus/dbus/sd-daemon.c
28c78cdf3df937d1cd72e3c358f7afa129a8cdab 21-Oct-2010 Jaikumar Ganesh <jaikumar@google.com> Upgrade to version 1.4.0 and make it compile on Android.

Change-Id: I63dd55d9284e3384635262f2dde3e686a815c3da
/external/dbus/dbus/sd-daemon.c
1b56dabaaa294349d326b90f86e4bef7c22f1d96 05-Sep-2010 Lennart Poettering <lennart@poettering.net> systemd: update sd-daemon.[ch] from upstream systemd
/external/dbus/dbus/sd-daemon.c
ff2325c92c411e6718ae38d6976f54580ed57e86 07-Aug-2010 Lennart Poettering <lennart@poettering.net> sd-daemon: update from upstream

This updates the sd-daemon.[ch] copy from upstream, which makes sure
thet the code compiles even if SOCK_CLOEXEC is not supported.
/external/dbus/dbus/sd-daemon.c
265a3bb04a46d889b89ff0a5f6d4c93df092e0fb 13-Jul-2010 Lennart Poettering <lennart@poettering.net> systemd: update systemd glue code
/external/dbus/dbus/sd-daemon.c
dd31130a971593b5e20a1c4cb04f93c2aae90c84 25-May-2010 Lennart Poettering <lennart@poettering.net> systemd: add systemd-style socket-activation

This is a pretty straightforward implementation of systemd-style socket
activation using the reference implementation of the
$LISTEN_FDS/$LISTEN_PID env var parsing as supplied by systemd upstream.
/external/dbus/dbus/sd-daemon.c