index
:
~rhabacker/dbus
105460
59807
61922
92080-integration-config-file
92721-bus-test-failures
92899-name-test-on-windows
93069-gcc-5.2-warnings
93464-enable-name-tests
99751-auto-shutdown
auto-ax-compiler-flags
c++-port
clang-format
cmake-xmldoc-dependencies-chain
dbus-1.10
dbus-1.8
dbus-verbose-channels
dde-transport
devhelp
gnuinstalldirs
hacking-git-bz
master
meinproc-windows-fixes
memory-tracer
move-desktop-file-parser-to-dbus
sspi
terminate-dbus-after-clients-disconnect
use-doxyfile.in
windows-service
xsltproc
xsltproc-docbook-support
Personal dbus repository
rhabacker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bus
/
dispatch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-15
dispatch test: Output finer-grained TAP
Simon McVittie
1
-4
/
+34
2017-11-15
bus: Silence most log messages when testing OOM handling
Simon McVittie
1
-10
/
+26
2017-11-15
Prefer to use _dbus_test_fatal() for assertion failures in tests
Simon McVittie
1
-74
/
+74
2017-11-15
Use _dbus_test_fatal to include more detail in test failure diagnostics
Simon McVittie
1
-12
/
+4
2017-06-08
tests: Don't exercise GetMachineId() or autolaunch if no machine ID
Simon McVittie
1
-0
/
+11
2017-04-07
bus dispatch tests: treat impossible message_kind as GOT_SOMETHING_ELSE
Simon McVittie
1
-0
/
+4
2016-11-28
Do not auto-activate services if we could not send a message
Simon McVittie
1
-6
/
+9
2016-10-10
Remove unused functions from Windows builds
Thomas Zimmermann
1
-0
/
+5
2016-09-30
Remove trailing newlines from _dbus_warn, _dbus_warn_check_failed
Simon McVittie
1
-124
/
+124
2015-11-17
monitor: use the addressed_recipient to select matches
Simon McVittie
1
-10
/
+46
2015-11-13
Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus t...
Ralf Habacker
1
-1
/
+1
2015-11-13
Fix test-bus test for GetConnectionUnixUser driver method on windows.
Ralf Habacker
1
-4
/
+9
2015-11-12
Skip launch helper activation tests on windows silently.
Ralf Habacker
1
-3
/
+1
2015-11-11
Fix test-bus segfault_service_no_auto_start test on windows.
Ralf Habacker
1
-11
/
+16
2015-11-06
Fix test cases running client and server dispatch design issue.
Ralf Habacker
1
-5
/
+34
2015-11-06
Fix bug unrefing connection too early in check_hello_message().
Ralf Habacker
1
-2
/
+2
2015-05-12
Turn DBusSocket into a type-safe struct, preventing inappropriate conversion
Simon McVittie
1
-3
/
+3
2015-05-12
bus_unix_fds_passing_test: the results of _dbus_socketpair are sockets
Simon McVittie
1
-5
/
+6
2015-03-24
Fix assorted compiler warnings on Windows.
Simon McVittie
1
-0
/
+2
2015-03-24
Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().
Ralf Habacker
1
-2
/
+2
2015-03-11
Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...
Ralf Habacker
1
-2
/
+2
2015-03-11
Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().
Ralf Habacker
1
-2
/
+2
2015-02-04
Capture a fake reply if a broadcast cannot be delivered
Simon McVittie
1
-3
/
+33
2015-02-04
Capture all messages received or sent, and send them to monitors
Simon McVittie
1
-14
/
+31
2015-02-04
Add support for morphing a D-Bus connection into a "monitor"
Simon McVittie
1
-0
/
+55
2014-11-06
Implement NetBSD credentials-passing with LOCAL_PEEREID
Patrick Welche
1
-0
/
+5
2014-09-25
Stats: GetAllMatchRules: add tests
Alban Crequy
1
-14
/
+150
2014-01-06
BusTransaction: remove confusing getter of connections
Chengwei Yang
1
-1
/
+1
2013-09-23
bus-test: only expect GetConnectionUnixProcessID to succeed sometimes
Simon McVittie
1
-0
/
+6
2013-08-23
Export dbus_setenv() as a utility function
Simon McVittie
1
-1
/
+2
2013-06-28
tests to embedded tests: replaced in dbus-daemon
Chengwei Yang
1
-2
/
+2
2011-09-28
Merge tests' cmake and autotools bus configuration
Simon McVittie
1
-19
/
+12
2011-08-05
Remove various never-used variables
Simon McVittie
1
-1
/
+0
2010-07-09
activation: optionally, use systemd for system bus activation
Lennart Poettering
1
-320
/
+320
2010-05-03
Disabled launch helper activation tests on windows.
Ralf Habacker
1
-0
/
+4
2010-04-11
Cmake support for cross plattform usable test files.
Ralf Habacker
1
-0
/
+6
2010-03-27
Cleaned up _dbus_verbose calls: function names and code line numbers are prin...
Ralf Habacker
1
-22
/
+21
2010-03-19
Consistently include <config.h> in all C source files and never in header files.
Marcus Brinkmann
1
-0
/
+1
2010-03-19
Move dispatching to destination to bus_dispatch_matches()
Will Thompson
1
-27
/
+34
2009-12-20
win32 fix: disabled some tests, they may be not intendent for windows or need...
Ralf Habacker
1
-0
/
+5
2009-12-01
uses tcp based test connections for now
Ralf Habacker
1
-8
/
+14
2009-11-30
don't leak string list in error case (cherry picked from commit e4f3925497654...
Frank Osterfeld
1
-0
/
+1
2009-07-16
Merge branch 'fd-passing'
Thiago Macieira
1
-0
/
+170
2009-07-10
Bug 21161 - Update the FSF address
Tobias Mueller
1
-1
/
+1
2009-05-21
bus: don't forward messages with unix fds on connections that don't support it
Lennart Poettering
1
-0
/
+14
2009-05-20
auth: add fd passing negotiation support
Lennart Poettering
1
-0
/
+5
2009-05-20
unix-fd: add test for passing unix fds
Lennart Poettering
1
-0
/
+151
2007-07-26
2007-07-26 Havoc Pennington <hp@redhat.com>
Havoc Pennington
1
-19
/
+10
2007-07-24
2007-07-24 Havoc Pennington <hp@redhat.com>
Havoc Pennington
1
-6
/
+41
2007-07-24
2007-07-24 Richard Hughes <richard@hughsie.com>
Richard Hughes
1
-16
/
+523
[next]