summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | test_command_line_internal: Fix variable original_argv going out of scope lea...Ralf Habacker2015-05-011-3/+3
* | test_remove_directory: Fix 'variable iter going out of scope leaks the storag...Ralf Habacker2015-05-011-0/+1
* | test_command_line_internal: Fix 'variable shell_argv going out of scope leaks...Ralf Habacker2015-05-011-0/+2
* | dbus_test_tool_spam: Fix 'variable payload going out of scope leaks the stora...Ralf Habacker2015-05-011-0/+1
* | dbus_test_tool_spam: Fix 'variable random_sizes going out of scope leaks the ...Ralf Habacker2015-05-011-0/+2
* | cmake: Give users a hint to run autogen.sh if config.h.in is not present to s...Ralf Habacker2015-04-201-0/+2
* | Fix msvc sign-compare warning on Windows7 64bit by adding a type cast.Ralf Habacker2015-04-201-2/+2
* | cmake: Add msvc support for sign-compare warnings.Ralf Habacker2015-04-201-2/+7
* | cmake: Dump missing config header checks only if config.h.in is present.Ralf Habacker2015-04-201-1/+5
* | Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker2015-04-171-3/+15
* | include_dir: skip processing on error (CID 54744)Ralf Habacker2015-04-161-0/+2
* | Move Autoconf/Automake droppings into /build-aux/Simon McVittie2015-04-164-2/+4
* | Run name-test tests under the TAP driverSimon McVittie2015-04-163-43/+120
* | name-test: remove unused die functionSimon McVittie2015-04-162-22/+0
* | Run most tests under the TAP driver, with a simple adaptor for non-TAP testsSimon McVittie2015-04-165-10/+84
* | dbus-run-session(1): document modern Automake syntaxSimon McVittie2015-04-161-2/+3
* | name-test: also switch to AM_TESTS_ENVIRONMENT hereSimon McVittie2015-04-161-7/+7
* | Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs preferSimon McVittie2015-04-161-11/+12
* | Depend on Automake 1.13 so we can use the correct AM_TESTS_ENVIRONMENTSimon McVittie2015-04-162-3/+3
* | installed-tests: don't set DBUS_TEST_HOME which is misleadingSimon McVittie2015-04-161-2/+2
* | installed-tests: declare that the output is in TAP formatSimon McVittie2015-04-161-2/+4
* | test-shell, test-printf: produce TAP output like the other installable testsSimon McVittie2015-04-162-24/+96
* | tests: provide g_test_skip() emulation for older GLibSimon McVittie2015-04-163-17/+28
* | tests: avoid noise on stdout when not --verboseSimon McVittie2015-04-168-37/+50
* | CID 54766: Resource leak (RESOURCE_LEAK).Ralf Habacker2015-04-141-1/+5
* | Merge branch 'dbus-1.8'Ralf Habacker2015-04-132-2/+6
|\ \ | |/
| * Fix 'dbus connection referencing issue in test-relay'.Ralf Habacker2015-04-131-0/+4
| * Add newline to verbose output in _dbus_trace_ref().Ralf Habacker2015-04-131-2/+2
| * Fix 'dbus-daemon on Windows: Failed to bind socket "localhost:xxxx": Address ...Ralf Habacker2015-02-091-2/+14
* | cmake: Extend underlines below dbus version print on configure summary title.Ralf Habacker2015-03-241-1/+1
* | Fix assorted compiler warnings on Windows.Simon McVittie2015-03-245-8/+9
* | Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-248-31/+32
* | cmake: only set CMP0053, CMP0054 on CMake >= 3.1Simon McVittie2015-03-241-2/+4
* | Fix of 'warning: variable ‘..‘ set but not used [-Wunused-but-set-variabl...Ralf Habacker2015-03-172-10/+4
* | Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-118-32/+31
* | Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker2015-03-1114-96/+73
* | cmake: opt-in to not implicitly expanding variables in if() (policy CMP0054)Ralf Habacker2015-03-111-0/+1
* | Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIG...Ralf Habacker2015-03-111-1/+0
* | Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-03-1114-73/+96
* | Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-118-31/+32
* | cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...Ralf Habacker2015-03-061-0/+1
* | cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...Ralf Habacker2015-03-062-2/+3
* | cmake: stop using deprecated LOCATION property (policy CMP0026)Ralf Habacker2015-03-062-2/+4
* | Fix cmake build system bug not generating versioned library name in case LT_R...Ralf Habacker2015-03-061-3/+3
* | Add missing include file for cmake function check_include_files() (commit 2d2...Ralf Habacker2015-03-051-0/+1
* | dbus-print-message: conditionalize Unix FD handling on DBUS_UNIXSimon McVittie2015-03-051-0/+2
* | dbus-monitor: use _dbus_get_real_time instead of gettimeofdaySimon McVittie2015-03-051-10/+4
* | Improve diagnostics when UpdateActivationEnvironment calls are rejectedSimon McVittie2015-03-051-2/+15
* | Keep cmake generated defines for include files in sync with autotools.Ralf Habacker2015-03-051-24/+50
* | Move include file checks to ConfigureChecks.cmake for cmake build system.Ralf Habacker2015-03-052-5/+1