summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-17DBusSocket: put the #ifdef case before the !defined casedbussocketSimon McVittie1-19/+19
2015-04-17[fixup] style: space before parenthesis in declarations and definitionsSimon McVittie1-10/+10
2015-04-17Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker11-63/+99
2015-04-17Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie12-207/+212
2015-04-17Remove _dbus_socket_is_invalid, no longer usedSimon McVittie3-14/+0
2015-04-17Convert miscellaneous socket APIs to DBusSocketSimon McVittie9-51/+58
2015-04-17generic socket transport code: work in terms of DBusSocketSimon McVittie6-25/+32
2015-04-17[fixup] remove duplicate declaration of _dbus_set_socket_nonblockingSimon McVittie1-4/+0
2015-04-17Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie5-8/+21
2015-04-17main: reload_pipe is (despite its name) a socket pairSimon McVittie1-3/+5
2015-04-17DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie9-83/+153
2015-04-17Mostly remove the remnants of an older socket abstraction layerSimon McVittie2-15/+2
2015-04-17dbus-sysdeps: add more infrastructure around DBusSocketSimon McVittie1-3/+58
2015-04-17bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie1-5/+6
2015-04-17Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker13-76/+98
2015-04-17Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker1-3/+15
2015-04-16include_dir: skip processing on error (CID 54744)Ralf Habacker1-0/+2
2015-04-16Move Autoconf/Automake droppings into /build-aux/Simon McVittie4-2/+4
2015-04-16Run name-test tests under the TAP driverSimon McVittie3-43/+120
2015-04-16name-test: remove unused die functionSimon McVittie2-22/+0
2015-04-16Run most tests under the TAP driver, with a simple adaptor for non-TAP testsSimon McVittie5-10/+84
2015-04-16dbus-run-session(1): document modern Automake syntaxSimon McVittie1-2/+3
2015-04-16name-test: also switch to AM_TESTS_ENVIRONMENT hereSimon McVittie1-7/+7
2015-04-16Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs preferSimon McVittie1-11/+12
2015-04-16Depend on Automake 1.13 so we can use the correct AM_TESTS_ENVIRONMENTSimon McVittie2-3/+3
2015-04-16installed-tests: don't set DBUS_TEST_HOME which is misleadingSimon McVittie1-2/+2
2015-04-16installed-tests: declare that the output is in TAP formatSimon McVittie1-2/+4
2015-04-16test-shell, test-printf: produce TAP output like the other installable testsSimon McVittie2-24/+96
2015-04-16tests: provide g_test_skip() emulation for older GLibSimon McVittie3-17/+28
2015-04-16tests: avoid noise on stdout when not --verboseSimon McVittie8-37/+50
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