- 14 Apr, 2015 1 commit
-
-
Ralf Habacker authored
Variable original_argv going out of scope leaks the storage it points to. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=90021Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 13 Apr, 2015 3 commits
-
-
Ralf Habacker authored
Conflicts: dbus/dbus-sysdeps-win.c
-
Ralf Habacker authored
The watches added on connection setup should be removed on shutdown. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=90005Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=90004Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 24 Mar, 2015 4 commits
-
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89450Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Simon McVittie authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89444Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de> [rh: rebased because a few hunks have already been applied with commit 92c39d1d]
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89444Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Simon McVittie authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89450Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
- 17 Mar, 2015 1 commit
-
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89284Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 11 Mar, 2015 6 commits
-
-
Ralf Habacker authored
This reverts commit ee0e1536.
-
Ralf Habacker authored
This reverts commit f9192688.
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89450Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) instead (policy CMP0053)" This reverts commit 45f2e84a.
-
-
-
- 06 Mar, 2015 4 commits
-
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89450Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89450Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89450Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89450Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 05 Mar, 2015 10 commits
-
-
Ralf Habacker authored
-
Simon McVittie authored
We close() the fd after we have printed it, but close() isn't standard functionality on Windows. Unix FD-passing is never going to work on non-Unix platforms anyway. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89428Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Simon McVittie authored
gettimeofday is implicitly declared (i.e. not in our #include'd header files) when cross-compiling for on Windows. Now that fd.o#83115 has been fixed, using _dbus functions is not a problem. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89428Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Simon McVittie authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88812Reviewed-by:
Colin Walters <walters@verbum.org> [smcv: rebased to not require the extra code initially on that bug]
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85418Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85418Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85418Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85418Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
This macro prints out any include file defined as HAVE_..._H in the config header template and not in the related cmake configure checks file. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85418Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
- 04 Mar, 2015 11 commits
-
-
Simon McVittie authored
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Simon McVittie authored
We're ignoring the result of this write() to stderr anyway, because if it failed... what would we do? Write to stderr? That wouldn't work any better the second time :-) Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Simon McVittie authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Simon McVittie authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Simon McVittie authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Simon McVittie authored
DBusString's length is signed for historical reasons: the right type would have been size_t or some other unsigned type. We have a *lot* of callers of _dbus_string_get_length(), so it is not really desirable to do a flag-day switch; but we know that the length is always in the range [0, INT_MAX] that is common to int and unsigned int, so we can safely add an unsigned accessor. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17289Reviewed-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89284Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Fix warning 'conversion to ‘long unsigned int’ from ‘WriteResult’ may change the sign of the result [-Wsign-conversion]'. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89284Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Ralf Habacker authored
Fix of 'warning: conversion to ‘dbus_bool_t‘ from ‘int‘ may change the sign of the result [-Wsign-conversion]'. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89284Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-