summaryrefslogtreecommitdiff
path: root/dbus/dbus-spawn-win.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-01DBusBabysitter: change executable to log_nameChengwei Yang1-13/+24
2013-06-28tests to embedded tests: replaced in libdbusChengwei Yang1-5/+5
2012-01-04Revert "windows fix: use install root as base path for relative pathes in dbu...Simon McVittie1-38/+6
2011-12-251.4 branch need a fix to be compilable with msvcRalf Habacker1-1/+2
2011-12-21windows fix: use install root as base path for relative pathes in dbus servic...Ralf Habacker1-6/+38
2011-09-28Simplify substitution of test executables to use fewer variablesSimon McVittie1-3/+57
2011-09-19Remove more never-used variablesSimon McVittie1-3/+2
2011-06-13bus-activation: separate the "finished" callback from the watch callbackSimon McVittie1-0/+18
2011-06-13Always remove, invalidate and free watches before closing watched socketsSimon McVittie1-7/+29
2010-05-03Defensively protect against bogus argv argument on W32CE.Marcus Brinkmann1-1/+4
2010-04-29Change to assume executable extension when none is given (except on wince)Fridrich Štrba1-0/+4
2010-04-29Pass the environment to CreateProcessA correctly and be more defensiveFridrich Štrba1-12/+30
2010-04-13Add support for Windows CE to the code base.Marcus Brinkmann1-3/+2
2010-04-13Windows CE has a different understanding of "command line" from Windows.Marcus Brinkmann1-0/+4
2010-04-13Prepare for WinCE port: Convert windows code to native API, avoid errno.Marcus Brinkmann1-14/+68
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-1/+1
2009-11-30removed duplicated implementationRalf Habacker1-16/+0
2009-11-30dbus/dbus-spawn-win.c: implement missing _dbus_babysitter_get_child_exit_stat...Tor Lillqvist1-0/+16
2009-11-30all changes for dbus-1.2 API (cherry picked from commit 6734a3210a0705e3ab01e...Christian Ehrlicher1-8/+51
2009-11-30patch from Thorvald Natvig to fix a copy+paste error that could result in a d...Christian Ehrlicher1-1/+1
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2007-10-11Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie1-24/+8
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-07-09* dbus/dbus-sysdeps-win.c,dbus-sysdeps-win.h,dbus-sysdeps-win-util.c,dbus-sys...Ralf Habacker1-9/+0
2007-06-19* dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-spawn-win.c, dbus/dbus-sysdeps-w...Ralf Habacker1-0/+8
2007-05-20minor fixRalf Habacker1-1/+1
2007-05-20minor fixRalf Habacker1-2/+3
2007-03-03* dbus/*-win.*,bus/*-win.*: added win32 platform relatedRalf Habacker1-0/+832