summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-16tests: avoid noise on stdout when not --verboseSimon McVittie8-37/+50
2015-04-15Add manual tcp test case.Ralf Habacker3-0/+56
2015-04-14CID 54766: Resource leak (RESOURCE_LEAK).Ralf Habacker1-1/+5
2015-04-13Merge branch 'dbus-1.8'Ralf Habacker2-2/+6
2015-04-13Fix 'dbus connection referencing issue in test-relay'.Ralf Habacker1-0/+4
2015-04-13Add newline to verbose output in _dbus_trace_ref().Ralf Habacker1-2/+2
2015-03-24cmake: Extend underlines below dbus version print on configure summary title.Ralf Habacker1-1/+1
2015-03-24Fix assorted compiler warnings on Windows.Simon McVittie5-8/+9
2015-03-24Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker8-31/+32
2015-03-24cmake: only set CMP0053, CMP0054 on CMake >= 3.1Simon McVittie1-2/+4
2015-03-17Fix of 'warning: variable ‘..‘ set but not used [-Wunused-but-set-variabl...Ralf Habacker2-10/+4
2015-03-11Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker8-32/+31
2015-03-11Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker14-96/+73
2015-03-11cmake: opt-in to not implicitly expanding variables in if() (policy CMP0054)Ralf Habacker1-0/+1
2015-03-11Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIG...Ralf Habacker1-1/+0
2015-03-11Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker14-73/+96
2015-03-11Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker8-31/+32
2015-03-06cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...Ralf Habacker1-0/+1
2015-03-06cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...Ralf Habacker2-2/+3
2015-03-06cmake: stop using deprecated LOCATION property (policy CMP0026)Ralf Habacker2-2/+4
2015-03-06Fix cmake build system bug not generating versioned library name in case LT_R...Ralf Habacker1-3/+3
2015-03-05Add missing include file for cmake function check_include_files() (commit 2d2...Ralf Habacker1-0/+1
2015-03-05dbus-print-message: conditionalize Unix FD handling on DBUS_UNIXSimon McVittie1-0/+2
2015-03-05dbus-monitor: use _dbus_get_real_time instead of gettimeofdaySimon McVittie1-10/+4
2015-03-05Improve diagnostics when UpdateActivationEnvironment calls are rejectedSimon McVittie1-2/+15
2015-03-05Keep cmake generated defines for include files in sync with autotools.Ralf Habacker1-24/+50
2015-03-05Move include file checks to ConfigureChecks.cmake for cmake build system.Ralf Habacker2-5/+1
2015-03-05Add check to cmake build system if config.h.cmake is in sync with autotools.Ralf Habacker2-9/+15
2015-03-05Keep include file checks in sync with autotools.Ralf Habacker1-9/+25
2015-03-05Add cmake macro autoheaderchecks().Ralf Habacker2-0/+29
2015-03-05Fix broken cmake HAVE_SOCKLEN_T type finding check.Ralf Habacker1-1/+3
2015-03-04Add missing header for _dbus_sleep_milliseconds() (commit 43d2455)Simon McVittie1-0/+1
2015-03-04Add test-fdpass to cmake build system.Ralf Habacker1-0/+1
2015-03-04signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)Simon McVittie1-2/+4
2015-03-04Enable -Wsign-compare for cmake builds.Ralf Habacker1-0/+2
2015-03-04Autotools: enable -Wsign-compare and optionally -Werror=sign-compareSimon McVittie1-2/+1
2015-03-04fd-passing test: numbers of things are unsigned (-Wsign-compare)Simon McVittie1-2/+2
2015-03-04_dbus_listen_systemd_sockets: fds are signed ints (-Wsign-compare)Simon McVittie1-1/+1
2015-03-04Use new _dbus_string_get_length_uint() to avoid another -Wsign-compareSimon McVittie2-4/+20
2015-03-04Drop duplicated function tool_millisleep() and use dbus_sleep_milliseconds() ...Ralf Habacker3-21/+1
2015-03-04Fix warning 'conversion to ‘long unsigned int’ from ‘WriteResult’ may...Ralf Habacker1-5/+8
2015-03-04Fix of 'warning: conversion to ‘dbus_bool_t‘ from ‘int‘ may change th...Ralf Habacker1-2/+2
2015-03-04Fix of 'warning: unused variable ‘result‘ [-Wunused-variable]'.Ralf Habacker1-1/+0
2015-03-04Fix warning: conversion to 'DWORD' from 'int' may change the sign of the resu...Ralf Habacker2-2/+2
2015-03-04Trivial -Wsign-compare fixes.Ralf Habacker4-5/+6
2015-03-04belatedly bump version for 1.9.15Simon McVittie2-1/+6
2015-03-04Make all time values signed longs instead of a mix of signed and unsigned, to...Peter McCurdy1-14/+11
2015-03-03Keep cmake defines GLIB_VERSION_... in sync with autotools.Ralf Habacker3-12/+51
2015-03-02prepare 1.9.14Simon McVittie2-4/+9
2015-03-02Fix warning: 'the comparison will always evaluate as 'false' for the address ...Ralf Habacker1-2/+14