summaryrefslogtreecommitdiff
path: root/bus/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15dispatch test: Output finer-grained TAPSimon McVittie1-4/+34
2017-11-15bus: Silence most log messages when testing OOM handlingSimon McVittie1-10/+26
2017-11-15Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie1-74/+74
2017-11-15Use _dbus_test_fatal to include more detail in test failure diagnosticsSimon McVittie1-12/+4
2017-06-08tests: Don't exercise GetMachineId() or autolaunch if no machine IDSimon McVittie1-0/+11
2017-04-07bus dispatch tests: treat impossible message_kind as GOT_SOMETHING_ELSESimon McVittie1-0/+4
2016-11-28Do not auto-activate services if we could not send a messageSimon McVittie1-6/+9
2016-10-10Remove unused functions from Windows buildsThomas Zimmermann1-0/+5
2016-09-30Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie1-124/+124
2015-11-17monitor: use the addressed_recipient to select matchesSimon McVittie1-10/+46
2015-11-13Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus t...Ralf Habacker1-1/+1
2015-11-13Fix test-bus test for GetConnectionUnixUser driver method on windows.Ralf Habacker1-4/+9
2015-11-12Skip launch helper activation tests on windows silently.Ralf Habacker1-3/+1
2015-11-11Fix test-bus segfault_service_no_auto_start test on windows.Ralf Habacker1-11/+16
2015-11-06Fix test cases running client and server dispatch design issue.Ralf Habacker1-5/+34
2015-11-06Fix bug unrefing connection too early in check_hello_message().Ralf Habacker1-2/+2
2015-05-12Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie1-3/+3
2015-05-12bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie1-5/+6
2015-03-24Fix assorted compiler warnings on Windows.Simon McVittie1-0/+2
2015-03-24Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker1-2/+2
2015-03-11Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker1-2/+2
2015-03-11Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker1-2/+2
2015-02-04Capture a fake reply if a broadcast cannot be deliveredSimon McVittie1-3/+33
2015-02-04Capture all messages received or sent, and send them to monitorsSimon McVittie1-14/+31
2015-02-04Add support for morphing a D-Bus connection into a "monitor"Simon McVittie1-0/+55
2014-11-06Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche1-0/+5
2014-09-25Stats: GetAllMatchRules: add testsAlban Crequy1-14/+150
2014-01-06BusTransaction: remove confusing getter of connectionsChengwei Yang1-1/+1
2013-09-23bus-test: only expect GetConnectionUnixProcessID to succeed sometimesSimon McVittie1-0/+6
2013-08-23Export dbus_setenv() as a utility functionSimon McVittie1-1/+2
2013-06-28tests to embedded tests: replaced in dbus-daemonChengwei Yang1-2/+2
2011-09-28Merge tests' cmake and autotools bus configurationSimon McVittie1-19/+12
2011-08-05Remove various never-used variablesSimon McVittie1-1/+0
2010-07-09activation: optionally, use systemd for system bus activationLennart Poettering1-320/+320
2010-05-03Disabled launch helper activation tests on windows.Ralf Habacker1-0/+4
2010-04-11Cmake support for cross plattform usable test files.Ralf Habacker1-0/+6
2010-03-27Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker1-22/+21
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2010-03-19Move dispatching to destination to bus_dispatch_matches()Will Thompson1-27/+34
2009-12-20win32 fix: disabled some tests, they may be not intendent for windows or need...Ralf Habacker1-0/+5
2009-12-01uses tcp based test connections for nowRalf Habacker1-8/+14
2009-11-30don't leak string list in error case (cherry picked from commit e4f3925497654...Frank Osterfeld1-0/+1
2009-07-16Merge branch 'fd-passing'Thiago Macieira1-0/+170
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-05-21bus: don't forward messages with unix fds on connections that don't support itLennart Poettering1-0/+14
2009-05-20auth: add fd passing negotiation supportLennart Poettering1-0/+5
2009-05-20unix-fd: add test for passing unix fdsLennart Poettering1-0/+151
2007-07-262007-07-26 Havoc Pennington <hp@redhat.com>Havoc Pennington1-19/+10
2007-07-242007-07-24 Havoc Pennington <hp@redhat.com>Havoc Pennington1-6/+41
2007-07-242007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes1-16/+523