summaryrefslogtreecommitdiff
path: root/tools/dbus-launch.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker1-0/+2
2022-04-16Fix no-X11 build after d847b5f6ae994c408c166ed51752ed9f550df600Alex Richardson1-2/+0
2022-03-29dbus-launch: If no X11, look for existing bus before failingSimon McVittie1-32/+48
2022-03-29dbus-launch: Generalize support for discovering an existing busSimon McVittie1-12/+15
2018-11-20Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie1-1/+11
2018-10-18dbus-launch: Fix unused variable warning when libX11 not presentSimon McVittie1-0/+2
2017-11-15Unix: Flush stdout and stderr streams before forkingSimon McVittie1-1/+13
2017-06-09dbus-launch: Use dbus_try_get_local_machine_id()Simon McVittie1-6/+13
2017-04-07dbus-launch: clarify signal handlerSimon McVittie1-12/+6
2017-04-07test, tools: assert impossible values of local enums are not reachedSimon McVittie1-0/+6
2016-10-13Add missing function attributes suggested by clang (but not by gcc)Simon McVittie1-0/+13
2016-10-10Fix warnings from compiler option '-Wsuggest-attribute=noreturn'Thomas Zimmermann1-1/+1
2016-09-30dbus-launch: redirect dbus-daemon output to syslogSimon McVittie1-0/+3
2016-08-11dbus-launch: Protect concat2 by DBUS_ENABLE_EMBEDDED_TESTSThomas Zimmermann1-0/+2
2016-07-25dbus-launch: use _dbus_ensure_standard_fds when closing stderrSimon McVittie1-15/+3
2016-07-25dbus-launch: use _dbus_ensure_standard_fds() in the babysitterSimon McVittie1-17/+15
2016-07-25dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie1-2/+17
2016-07-20dbus-launch: add --exit-with-x11 optionSimon McVittie1-6/+33
2016-02-12Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie1-3/+3
2015-02-24dbus-launch: if autolaunching, use XDG_RUNTIME_DIR/bus if availableSimon McVittie1-3/+61
2015-02-24dbus-launch: use libdbus to read the UUIDSimon McVittie1-30/+8
2014-06-11dbus-launch: kill bus if we can't attach to a session when requestedРоман Донченко1-1/+1
2014-04-30Avoid killing all available processes if an X error arrives early onРоман Донченко1-1/+7
2013-10-08Unify the way to find dbus-daemon test binaryChengwei Yang1-29/+33
2013-10-08When using dbus-launch for tests, fail hard if test binary is missingSimon McVittie1-1/+2
2013-10-08dbus-launch: avoid asprintf(), and die gracefully on out-of-memorySimon McVittie1-4/+28
2013-10-08Fix build on NetBSD 6.1.1 with gcc 4.5.3Chengwei Yang1-1/+1
2013-09-13Use test binaries in build dir to do testChengwei Yang1-1/+9
2013-09-05dbus-launch: unconditionally use SIGHUP and free memory on OOMChengwei Yang1-3/+5
2013-06-28tests to embedded tests: replaced in toolsChengwei Yang1-2/+2
2013-06-26dbus-launch: do not verbose output if build with verbose mode disabledChengwei Yang1-0/+2
2013-06-26dbus-launch: align documentChengwei Yang1-1/+4
2013-06-26dbus-launch: fix coding styleChengwei Yang1-17/+17
2013-06-13Fix Werror=unused-function if build without X11Simon McVittie1-1/+2
2013-05-10Fix compiler warnings when X11 autolaunch and launchd are both disabledSimon McVittie1-1/+2
2012-11-09Don't leak temporary fds pointing to /dev/nullMichel HERMIER1-0/+1
2012-06-27Revert "dbus-launch: add --exit-with-x11 option"Simon McVittie1-27/+6
2012-06-15dbus-launch: add --exit-with-x11 optionSimon McVittie1-6/+27
2012-06-15dbus-launch: if using X to define the session lifetime, do not poll stdinSimon McVittie1-4/+13
2012-06-15document how the various processes in dbus-launch interactSimon McVittie1-0/+41
2011-05-25Check for X even if X11 autolaunching is disabledSimon McVittie1-4/+9
2011-05-25dbus-launch: pass_info: always free strings on OOMSimon McVittie1-7/+10
2010-10-05Free envvar and args in pass_info in the oom caseChristian Dywan1-1/+5
2010-09-06fix some "unused result" warnings in dbus-launch and dbus-spawndbus-1.4.0Havoc Pennington1-3/+3
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+2
2009-10-16Bug 23977 - dbus-launch --exit-with-session not killing dbus-daemon on SIGINTSascha Silbe1-0/+2
2009-07-14Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-05-06Bug 19502 - Sparse warning cleanupsKjartan Maraas1-1/+1
2009-01-06[win32] Protect usage of SIGHUP with #ifdefTor Lillqvist1-0/+2
2008-03-31Check for X11 events before selecting (FDO bug #15293)Colin Walters1-5/+13