summaryrefslogtreecommitdiff
path: root/bus/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* dispatch test: Pass in test data directory as a C stringSimon McVittie2022-07-181-24/+16
* test/bus: Break up dispatch test into three separate testsSimon McVittie2022-07-181-11/+27
* dbus: make _dbus_close_socket() take DBusSocket*Marc-André Lureau2022-07-151-4/+4
* Configure option to disable traditional activationTopi Miettinen2019-03-251-3/+19
* bus tests: Skip unsupported fd-passing test internally, not from main()Simon McVittie2018-12-171-3/+4
* embedded tests: Conform to the same API for all testsSimon McVittie2018-12-171-8/+17
* Drop cmake variable DBUS_WIN_FIXMERalf Habacker2018-12-051-1/+1
* Avoid memory leaks on running check_shell_service_success_auto_start on WindowsRalf Habacker2018-12-051-0/+5
* Enable check_get_connection_unix_process_id test on Windows with CMakeRalf Habacker2018-12-031-4/+0
* bus test: Accept GetConnectionUnixProcessID() success on WindowsSimon McVittie2018-11-291-16/+0
* dispatch test: Simplify OOM testingSimon McVittie2018-08-021-50/+4
* DBusMessage: Add a header field for the container instanceSimon McVittie2018-02-161-1/+2
* bus_transaction_send: Take sender and destination connectionsSimon McVittie2018-02-161-4/+3
* dbus-daemon: Filter out unknown header fieldsSimon McVittie2018-01-111-0/+10
* dispatch test: Output finer-grained TAPSimon McVittie2017-11-151-4/+34
* bus: Silence most log messages when testing OOM handlingSimon McVittie2017-11-151-10/+26
* Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie2017-11-151-74/+74
* Use _dbus_test_fatal to include more detail in test failure diagnosticsSimon McVittie2017-11-151-12/+4
* tests: Don't exercise GetMachineId() or autolaunch if no machine IDSimon McVittie2017-06-081-0/+11
* bus dispatch tests: treat impossible message_kind as GOT_SOMETHING_ELSESimon McVittie2017-04-071-0/+4
* Do not auto-activate services if we could not send a messageSimon McVittie2016-11-281-6/+9
* Remove unused functions from Windows buildsThomas Zimmermann2016-10-101-0/+5
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-124/+124
* monitor: use the addressed_recipient to select matchesSimon McVittie2015-11-171-10/+46
* Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus t...Ralf Habacker2015-11-131-1/+1
* Fix test-bus test for GetConnectionUnixUser driver method on windows.Ralf Habacker2015-11-131-4/+9
* Skip launch helper activation tests on windows silently.Ralf Habacker2015-11-121-3/+1
* Fix test-bus segfault_service_no_auto_start test on windows.Ralf Habacker2015-11-111-11/+16
* Fix test cases running client and server dispatch design issue.Ralf Habacker2015-11-061-5/+34
* Fix bug unrefing connection too early in check_hello_message().Ralf Habacker2015-11-061-2/+2
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-3/+3
* bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie2015-05-121-5/+6
* Fix assorted compiler warnings on Windows.Simon McVittie2015-03-241-0/+2
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-241-2/+2
* Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-111-2/+2
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-111-2/+2
* Capture a fake reply if a broadcast cannot be deliveredSimon McVittie2015-02-041-3/+33
* Capture all messages received or sent, and send them to monitorsSimon McVittie2015-02-041-14/+31
* Add support for morphing a D-Bus connection into a "monitor"Simon McVittie2015-02-041-0/+55
* Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche2014-11-061-0/+5
* Stats: GetAllMatchRules: add testsAlban Crequy2014-09-251-14/+150
* BusTransaction: remove confusing getter of connectionsChengwei Yang2014-01-061-1/+1
* bus-test: only expect GetConnectionUnixProcessID to succeed sometimesSimon McVittie2013-09-231-0/+6
* Export dbus_setenv() as a utility functionSimon McVittie2013-08-231-1/+2
* tests to embedded tests: replaced in dbus-daemonChengwei Yang2013-06-281-2/+2
* Merge tests' cmake and autotools bus configurationSimon McVittie2011-09-281-19/+12
* Remove various never-used variablesSimon McVittie2011-08-051-1/+0
* activation: optionally, use systemd for system bus activationLennart Poettering2010-07-091-320/+320
* Disabled launch helper activation tests on windows.Ralf Habacker2010-05-031-0/+4