summaryrefslogtreecommitdiff
path: root/dbus/dbus-spawn.c
Commit message (Expand)AuthorAgeFilesLines
* activation: set children oom_score_adj to 0WaLyong Cho2016-06-301-0/+20
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-24/+24
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-241-1/+1
* Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-111-1/+1
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-111-1/+1
* whitespace/comment fixesPatrick Welche2014-11-061-1/+1
* dbus-spawn: do not forget the exec() errno when the grandchild exitsSimon McVittie2014-10-291-1/+17
* Fix compile error on opensuse 12.2 with systemd 44 and glibc-2.15.Ralf Habacker2014-01-101-0/+3
* Fix api doc for _dbus_spawn_async_with_babysitterChengwei Yang2013-11-271-1/+1
* Close unused inherited file descriptorChengwei Yang2013-11-011-0/+2
* Add comments describing how "compile with journald, run without" worksSimon McVittie2013-11-011-2/+5
* Handle activated child stdout/stderr correctly in systemd environmentChengwei Yang2013-11-011-1/+35
* DBusBabysitter: change executable to log_nameChengwei Yang2013-11-011-16/+28
* dbus-spawn: draw a diagramSimon McVittie2013-11-011-0/+42
* dbus-spawn: correct a comment that falsely claimed thread-safetySimon McVittie2013-10-231-3/+8
* _dbus_spawn_async_with_babysitter: correct documentationSimon McVittie2013-10-231-1/+1
* Merge branch 'dbus-1.6'Simon McVittie2013-09-131-5/+8
|\
| * _dbus_babysitter_unref: avoid infinite loop if waitpid() returns EINTRSimon McVittie2013-09-051-5/+8
* | tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-3/+3
* | dbus-spawn: fix spacing mistake in commentRay Strode2012-10-161-1/+1
* | dbus-spawn: set SIGPIPE to SIG_IGN before activating servicesRay Strode2012-10-161-1/+5
|/
* Simplify substitution of test executables to use fewer variablesSimon McVittie2011-09-281-5/+59
* Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie2011-09-191-1/+3
* bus-activation: separate the "finished" callback from the watch callbackSimon McVittie2011-06-131-0/+19
* Always remove, invalidate and free watches before closing watched socketsSimon McVittie2011-06-131-61/+61
* dbus-spawn: don't leave bad file descriptors being watchedSimon McVittie2011-01-211-1/+26
* fix some "unused result" warnings in dbus-launch and dbus-spawndbus-1.4.0Havoc Pennington2010-09-061-1/+2
* Merge branch 'dbus-1.2'Colin Walters2010-03-161-5/+5
|\
| * [dbus-spawn] Use correct sign values for variablesKimmo Hämäläinen2010-03-161-5/+5
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Various compiler warning fixesColin Walters2009-01-061-2/+2
* | Merge branch 'fd-passing'Thiago Macieira2009-07-161-8/+29
|\ \
| * | cloexec: make use of pipe2(O_CLOEXEC) when availableLennart Poettering2009-05-201-5/+29
| * | cloexec: set FD_CLOEXEC for all full duplex pipesLennart Poettering2009-05-201-3/+0
* | | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/ /
* | Various compiler warning fixesColin Walters2008-12-191-2/+2
|/
* When spawning processes, don't ignore the passed in environmentRay Strode2008-07-121-1/+14
* check write return value so we don't hang (FDO Bug #11665)John (J5) Palmieri2008-01-151-3/+3
* the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)John (J5) Palmieri2008-01-151-1/+3
* use correct ssize_t type instead of size_t (FDO Bug #12862)John (J5) Palmieri2008-01-151-2/+2
* add error handling when polling (FDO Bug #12954)John (J5) Palmieri2008-01-151-4/+19
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-28/+10
* 2007-07-24 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-241-11/+14
* 2007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes2007-07-241-0/+25
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-1/+1
* 2007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-151-1/+3
* 2007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-091-2/+2
* * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):Ralf Habacker2007-03-041-4/+6
* 2006-09-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-09-161-5/+5