summaryrefslogtreecommitdiff
path: root/tools/dbus-launch-win.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-19Fixed compiler warning on windows.Ralf Habacker1-2/+2
https://bugs.freedesktop.org/show_bug.cgi?id=61874 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2012-07-18Fix launching of dbus-daemon on Windows in paths containing spacesWolfgang Baron1-3/+4
If dbus is installed in a path, which contains a space, dbus-launch will not launch the daemon. That is so, because a command line is built from just the path to the daemon and a parameter. The path has to be surrounded with quotes. This can be done unconditionally, because the quotes do not cause any trouble even if they are not needed. Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49450
2010-05-03Cleanup debug messages.Ralf Habacker1-6/+0
2010-04-13Port dbus tools to Windows CE.Marcus Brinkmann1-50/+86
2010-02-07remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and ↵Romain Pokrzywka1-7/+5
use the specified name for the executable when building with cmake
2009-11-30completed notesRalf Habacker1-2/+11
2009-11-30tools/dbus-launch-win.c: TODO++ (cherry picked from commit ↵Tor Lillqvist1-1/+13
0f5dbec6407975d6a93fbb2cbcd58ab192961cf8)
2009-11-30tools/dbus-launch-win.c: strrchr -> _mbsrchr (cherry picked from commit ↵Tor Lillqvist1-1/+2
b8b9fc300242ff25071df4166173baae7d2b4f0f)
2009-11-30tools/dbus-launch-win.c: fix typo (cherry picked from commit ↵Tor Lillqvist1-1/+1
81a7a0e9309e5929857fdf44b8b51a4f8df097e6)
2009-11-30all changes for dbus-1.2 API (cherry picked from commit ↵Christian Ehrlicher1-3/+4
6734a3210a0705e3ab01ee123fac275799877353)
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
No comment. Signed-off-by: Colin Walters <walters@verbum.org>
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
* Add indent-tabs-mode: nil to all file headers.
2007-06-19* dbus/dbus-sysdeps-util-win.c, tools/dbus-launch-win.c: msvc7.1 fixes by ↵Ralf Habacker1-3/+3
Jaroslaw Staniek tested with mingw
2007-06-01* tools/dbus-launch-win.c: new file, replaces script wrapper on win32Ralf Habacker1-0/+119