summaryrefslogtreecommitdiff
path: root/dbus/dbus-spawn-win.c
Commit message (Expand)AuthorAgeFilesLines
* 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