Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-19 | Fixed compiler warning on windows. | Ralf Habacker | 1 | -2/+2 | |
https://bugs.freedesktop.org/show_bug.cgi?id=61874 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2012-07-18 | Fix launching of dbus-daemon on Windows in paths containing spaces | Wolfgang Baron | 1 | -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-03 | Cleanup debug messages. | Ralf Habacker | 1 | -6/+0 | |
2010-04-13 | Port dbus tools to Windows CE. | Marcus Brinkmann | 1 | -50/+86 | |
2010-02-07 | remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and ↵ | Romain Pokrzywka | 1 | -7/+5 | |
use the specified name for the executable when building with cmake | |||||
2009-11-30 | completed notes | Ralf Habacker | 1 | -2/+11 | |
2009-11-30 | tools/dbus-launch-win.c: TODO++ (cherry picked from commit ↵ | Tor Lillqvist | 1 | -1/+13 | |
0f5dbec6407975d6a93fbb2cbcd58ab192961cf8) | |||||
2009-11-30 | tools/dbus-launch-win.c: strrchr -> _mbsrchr (cherry picked from commit ↵ | Tor Lillqvist | 1 | -1/+2 | |
b8b9fc300242ff25071df4166173baae7d2b4f0f) | |||||
2009-11-30 | tools/dbus-launch-win.c: fix typo (cherry picked from commit ↵ | Tor Lillqvist | 1 | -1/+1 | |
81a7a0e9309e5929857fdf44b8b51a4f8df097e6) | |||||
2009-11-30 | all changes for dbus-1.2 API (cherry picked from commit ↵ | Christian Ehrlicher | 1 | -3/+4 | |
6734a3210a0705e3ab01ee123fac275799877353) | |||||
2009-07-10 | Bug 21161 - Update the FSF address | Tobias Mueller | 1 | -1/+1 | |
No comment. Signed-off-by: Colin Walters <walters@verbum.org> | |||||
2007-07-14 | 2007-07-13 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 1 | -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 Habacker | 1 | -3/+3 | |
Jaroslaw Staniek tested with mingw | |||||
2007-06-01 | * tools/dbus-launch-win.c: new file, replaces script wrapper on win32 | Ralf Habacker | 1 | -0/+119 | |