summaryrefslogtreecommitdiff
path: root/tools/dbus-run-session.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
* _dbus_spawn_program(): Add additional parameter to return errorRalf Habacker2021-11-291-10/+4
* _dbus_spawn_program() now returns #NULL for unification in case of errorRalf Habacker2021-11-291-2/+2
* dbus-run-session: also catches a server-exit under WindowsRalf Habacker2021-11-251-2/+33
* tools/dbus-run-session.c: use _dbus_win_set_error_from_last_error() on remain...Ralf Habacker2021-11-231-2/+2
* tools/dbus-run-session: fix race between manual and automatically started dbu...Ralf Habacker2021-11-231-7/+37
* run-session: Fix warning 'array subscript 3 is above array bounds of 'char *[...Ralf Habacker2018-12-111-1/+1
* Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie2018-11-201-0/+9
* Windows MSVC compile fixRalf Habacker2018-11-081-0/+2
* Add Windows implementation of dbus-run-session toolRalf Habacker2018-10-251-135/+287
* Unix: Flush stdout and stderr streams before forkingSimon McVittie2017-11-151-0/+8
* test, tools: assert impossible values of local enums are not reachedSimon McVittie2017-04-071-0/+4
* Add missing function attributes suggested by clang (but not by gcc)Simon McVittie2016-10-131-0/+8
* dbus-run-session: remove various extra variables from the environmentSimon McVittie2013-08-231-22/+8
* FreeBSD: explicit include signal.h to fix build failureChengwei Yang2013-06-261-0/+1
* Add dbus-run-sessionSimon McVittie2013-06-051-0/+477