summaryrefslogtreecommitdiff
path: root/dbus/dbus-spawn-win.c
Commit message (Expand)AuthorAgeFilesLines
* Be more const-correctSimon McVittie2016-10-131-6/+6
* Only redirect child processes to systemd Journal if using syslogSimon McVittie2016-09-301-0/+1
* Migrate platform specific spawn tests into cross platform tests.Ralf Habacker2016-05-201-271/+1
* Fix memory leak issue in spawn code on Windows.Ralf Habacker2016-05-161-30/+10
* Merge branch 'dbus-1.10'Ralf Habacker2016-05-161-3/+7
|\
| * Fix ambiguous setup of DBusBabySitter struct member child_handle on Windows.Ralf Habacker2016-05-161-3/+7
* | dbus-spawn-win: Do not attempt to call child_setup (again)Simon McVittie2016-05-131-6/+0
* | Merge branch 'dbus-1.10'Ralf Habacker2016-05-131-9/+34
|\ \ | |/
| * On Windows make access to member 'refcount' of struct DBusBabysitter thread s...Ralf Habacker2016-05-131-7/+28
| * Eliminates a race condition accessing DBusBabysitter instance at startup of b...Ralf Habacker2016-05-131-3/+1
* | Merge branch 'dbus-1.10'Ralf Habacker2016-05-021-1/+2
|\ \ | |/
| * Fix crash in test-spawn unit test app on Windows.Yiyang Fei2016-04-291-1/+2
* | Do not attempt to call child_setup on WindowsSimon McVittie2015-11-271-13/+2
|/
* Compile fix on Windows.Ralf Habacker2015-11-041-1/+1
* Fix warning: variable 'ret' set but not used [-Wunused-but-set-variable].Ralf Habacker2015-11-031-4/+7
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-6/+6
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-05-121-6/+6
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-241-3/+3
* Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-111-3/+3
* Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker2015-03-111-6/+6
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-03-111-6/+6
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-111-3/+3
* DBusBabysitter: change executable to log_nameChengwei Yang2013-11-011-13/+24
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-5/+5
* Revert "windows fix: use install root as base path for relative pathes in dbu...Simon McVittie2012-01-041-38/+6
* 1.4 branch need a fix to be compilable with msvcRalf Habacker2011-12-251-1/+2
* windows fix: use install root as base path for relative pathes in dbus servic...Ralf Habacker2011-12-211-6/+38
* Simplify substitution of test executables to use fewer variablesSimon McVittie2011-09-281-3/+57
* Remove more never-used variablesSimon McVittie2011-09-191-3/+2
* bus-activation: separate the "finished" callback from the watch callbackSimon McVittie2011-06-131-0/+18
* Always remove, invalidate and free watches before closing watched socketsSimon McVittie2011-06-131-7/+29
* Defensively protect against bogus argv argument on W32CE.Marcus Brinkmann2010-05-031-1/+4
* Change to assume executable extension when none is given (except on wince)Fridrich Štrba2010-04-291-0/+4
* Pass the environment to CreateProcessA correctly and be more defensiveFridrich Štrba2010-04-291-12/+30
* Add support for Windows CE to the code base.Marcus Brinkmann2010-04-131-3/+2
* Windows CE has a different understanding of "command line" from Windows.Marcus Brinkmann2010-04-131-0/+4
* Prepare for WinCE port: Convert windows code to native API, avoid errno.Marcus Brinkmann2010-04-131-14/+68
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-1/+1
* removed duplicated implementationRalf Habacker2009-11-301-16/+0
* dbus/dbus-spawn-win.c: implement missing _dbus_babysitter_get_child_exit_stat...Tor Lillqvist2009-11-301-0/+16
* all changes for dbus-1.2 API (cherry picked from commit 6734a3210a0705e3ab01e...Christian Ehrlicher2009-11-301-8/+51
* patch from Thorvald Natvig to fix a copy+paste error that could result in a d...Christian Ehrlicher2009-11-301-1/+1
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-24/+8
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* * dbus/dbus-sysdeps-win.c,dbus-sysdeps-win.h,dbus-sysdeps-win-util.c,dbus-sys...Ralf Habacker2007-07-091-9/+0
* * dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-spawn-win.c, dbus/dbus-sysdeps-w...Ralf Habacker2007-06-191-0/+8
* minor fixRalf Habacker2007-05-201-1/+1
* minor fixRalf Habacker2007-05-201-2/+3
* * dbus/*-win.*,bus/*-win.*: added win32 platform relatedRalf Habacker2007-03-031-0/+832