summaryrefslogtreecommitdiff
path: root/tools/dbus-launch.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* Fix no-X11 build after d847b5f6ae994c408c166ed51752ed9f550df600Alex Richardson2022-04-161-2/+0
* dbus-launch: If no X11, look for existing bus before failingSimon McVittie2022-03-291-32/+48
* dbus-launch: Generalize support for discovering an existing busSimon McVittie2022-03-291-12/+15
* Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie2018-11-201-1/+11
* dbus-launch: Fix unused variable warning when libX11 not presentSimon McVittie2018-10-181-0/+2
* Unix: Flush stdout and stderr streams before forkingSimon McVittie2017-11-151-1/+13
* dbus-launch: Use dbus_try_get_local_machine_id()Simon McVittie2017-06-091-6/+13
* dbus-launch: clarify signal handlerSimon McVittie2017-04-071-12/+6
* test, tools: assert impossible values of local enums are not reachedSimon McVittie2017-04-071-0/+6
* Add missing function attributes suggested by clang (but not by gcc)Simon McVittie2016-10-131-0/+13
* Fix warnings from compiler option '-Wsuggest-attribute=noreturn'Thomas Zimmermann2016-10-101-1/+1
* dbus-launch: redirect dbus-daemon output to syslogSimon McVittie2016-09-301-0/+3
* dbus-launch: Protect concat2 by DBUS_ENABLE_EMBEDDED_TESTSThomas Zimmermann2016-08-111-0/+2
* dbus-launch: use _dbus_ensure_standard_fds when closing stderrSimon McVittie2016-07-251-15/+3
* dbus-launch: use _dbus_ensure_standard_fds() in the babysitterSimon McVittie2016-07-251-17/+15
* dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie2016-07-251-2/+17
* dbus-launch: add --exit-with-x11 optionSimon McVittie2016-07-201-6/+33
* Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-121-3/+3
* dbus-launch: if autolaunching, use XDG_RUNTIME_DIR/bus if availableSimon McVittie2015-02-241-3/+61
* dbus-launch: use libdbus to read the UUIDSimon McVittie2015-02-241-30/+8
* dbus-launch: kill bus if we can't attach to a session when requestedРоман Донченко2014-06-111-1/+1
* Avoid killing all available processes if an X error arrives early onРоман Донченко2014-04-301-1/+7
* Unify the way to find dbus-daemon test binaryChengwei Yang2013-10-081-29/+33
* When using dbus-launch for tests, fail hard if test binary is missingSimon McVittie2013-10-081-1/+2
* dbus-launch: avoid asprintf(), and die gracefully on out-of-memorySimon McVittie2013-10-081-4/+28
* Fix build on NetBSD 6.1.1 with gcc 4.5.3Chengwei Yang2013-10-081-1/+1
* Use test binaries in build dir to do testChengwei Yang2013-09-131-1/+9
* dbus-launch: unconditionally use SIGHUP and free memory on OOMChengwei Yang2013-09-051-3/+5
* tests to embedded tests: replaced in toolsChengwei Yang2013-06-281-2/+2
* dbus-launch: do not verbose output if build with verbose mode disabledChengwei Yang2013-06-261-0/+2
* dbus-launch: align documentChengwei Yang2013-06-261-1/+4
* dbus-launch: fix coding styleChengwei Yang2013-06-261-17/+17
* Fix Werror=unused-function if build without X11Simon McVittie2013-06-131-1/+2
* Fix compiler warnings when X11 autolaunch and launchd are both disabledSimon McVittie2013-05-101-1/+2
* Don't leak temporary fds pointing to /dev/nullMichel HERMIER2012-11-091-0/+1
* Revert "dbus-launch: add --exit-with-x11 option"Simon McVittie2012-06-271-27/+6
* dbus-launch: add --exit-with-x11 optionSimon McVittie2012-06-151-6/+27
* dbus-launch: if using X to define the session lifetime, do not poll stdinSimon McVittie2012-06-151-4/+13
* document how the various processes in dbus-launch interactSimon McVittie2012-06-151-0/+41
* Check for X even if X11 autolaunching is disabledSimon McVittie2011-05-251-4/+9
* dbus-launch: pass_info: always free strings on OOMSimon McVittie2011-05-251-7/+10
* Free envvar and args in pass_info in the oom caseChristian Dywan2010-10-051-1/+5
* fix some "unused result" warnings in dbus-launch and dbus-spawndbus-1.4.0Havoc Pennington2010-09-061-3/+3
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+2
* Bug 23977 - dbus-launch --exit-with-session not killing dbus-daemon on SIGINTSascha Silbe2009-10-161-0/+2
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
* Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-05-061-1/+1
* [win32] Protect usage of SIGHUP with #ifdefTor Lillqvist2009-01-061-0/+2
* Check for X11 events before selecting (FDO bug #15293)Colin Walters2008-03-311-5/+13