summaryrefslogtreecommitdiff
path: root/bus/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cmake support for cross plattform usable test files.Ralf Habacker2010-04-111-0/+6
* Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker2010-03-271-22/+21
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* Move dispatching to destination to bus_dispatch_matches()Will Thompson2010-03-191-27/+34
* win32 fix: disabled some tests, they may be not intendent for windows or need...Ralf Habacker2009-12-201-0/+5
* uses tcp based test connections for nowRalf Habacker2009-12-011-8/+14
* don't leak string list in error case (cherry picked from commit e4f3925497654...Frank Osterfeld2009-11-301-0/+1
* Merge branch 'fd-passing'Thiago Macieira2009-07-161-0/+170
|\
| * bus: don't forward messages with unix fds on connections that don't support itLennart Poettering2009-05-211-0/+14
| * auth: add fd passing negotiation supportLennart Poettering2009-05-201-0/+5
| * unix-fd: add test for passing unix fdsLennart Poettering2009-05-201-0/+151
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/
* 2007-07-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-261-19/+10
* 2007-07-24 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-241-6/+41
* 2007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes2007-07-241-16/+523
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-141-8/+19
* 2007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-091-1/+5
* * bus/dispatch.c: disabled segfault test on win32 for nowRalf Habacker2007-03-081-0/+11
* 2006-10-23 David Zeuthen <davidz@redhat.com>David Zeuthen2006-10-231-15/+16
* 2006-10-01 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-011-5/+5
* 2006-09-30 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-011-0/+84
* * bus/activation.[ch] (bus_activation_list_services): new function toJohn (J5) Palmieri2006-07-141-2/+347
* * configure.in: Add test/name-test/Makefile to the generatedJohn (J5) Palmieri2005-11-221-1/+1
* * bus/driver.c (bus_driver_handle_introspect): Add signalsJohn (J5) Palmieri2005-10-031-0/+62