summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-10Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_DEFAULTSimon McVittie3-6/+36
2011-06-10Test that a message with the byte order mangled causes disconnection but no c...Simon McVittie1-0/+90
2011-06-10marshal test: test dbus_message_demarshal_bytes_neededSimon McVittie1-0/+38
2011-06-10Add a test for marshalling and endian-swappingSimon McVittie3-0/+229
2011-06-10installcheck: don't run installed tests against installed library if in a DES...Simon McVittie1-0/+4
2011-06-10Alter test-dbus-daemon so it tests the installed dbus-daemon by defaultSimon McVittie2-27/+14
2011-06-10Add support for installing most of the modular testsSimon McVittie3-4/+76
2011-06-10new test for being disconnected by a corrupt message streamSimon McVittie3-0/+281
2011-06-10modular tests: depend on GIO 2.22 for GSocketSimon McVittie1-1/+1
2011-06-10Test nonce-tcp transportSimon McVittie1-0/+5
2011-06-10dbus-daemon test: sanity-check the just-installed config file when using DESTDIRSimon McVittie2-2/+14
2011-06-10Add a simple integration test for dbus-daemonSimon McVittie3-0/+329
2011-06-10Run integration tests on the installed dbus binaries during installcheckSimon McVittie1-1/+12
2011-06-10Give the tests DBUS_TEST_DAEMON and DBUS_TEST_DATA in their environmentSimon McVittie1-0/+4
2011-06-10Attempt to reproduce fd.o #34393 via another regression testSimon McVittie3-1/+328
2011-06-10loopback test: unref messages after useSimon McVittie1-0/+4
2011-06-10Add an end-to-end sanity check for TCP and Unix DBusServer/DBusConnectionSimon McVittie3-1/+220
2011-06-10Add support for building "modular" tests, which require GLib and dbus-glibSimon McVittie2-11/+65
2011-06-10Don't disable GLib assertions when disabling our own assertionsSimon McVittie1-1/+0
2011-06-10dbus_message_demarshal_bytes_needed: correct a wrong assertionSimon McVittie1-1/+1
2011-06-10_dbus_header_byteswap: change the first byte of the message, not just the str...Simon McVittie1-0/+6
2011-06-10Consistently use atomic operations for all access to DBusConnection refcountSimon McVittie1-66/+18
2011-06-08NEWSSimon McVittie1-0/+3
2011-06-08bus: use ln -fs to enable dbus in systemd, not $(LN_S)Simon McVittie1-4/+6
2011-06-07NEWSSimon McVittie1-0/+17
2011-06-07Remove support for -Wl,--gc-sections altogetherSimon McVittie2-32/+4
2011-06-07don't try to build dbus-daemon-launch-helper for WindowsMark Brand1-0/+2
2011-06-01Use #!/bin/sh for run-with-tmp-session-bus.shSimon McVittie1-1/+1
2011-06-01add a release name here tooSimon McVittie1-0/+2
2011-06-01Development versionSimon McVittie1-1/+1
2011-06-01Prepare version 1.4.10dbus-1.4.10Simon McVittie2-3/+3
2011-05-25NEWSSimon McVittie1-0/+2
2011-05-25bus_context_log: divert messages to stderr if we're not using syslogSimon McVittie1-2/+13
2011-05-25process_config_first_time_only: initialize syslog as intended.Simon McVittie3-3/+4
2011-05-25_dbus_init_system_log: remove FIXME on WindowsSimon McVittie1-1/+1
2011-05-25bus_context_check_security_policy: syslog if we hit the outgoing quotaSimon McVittie1-10/+13
2011-05-25bus_context_check_security_policy: for SELinux denials, share code to set errorsSimon McVittie1-15/+6
2011-05-25bus_context_check_security_policy: factor out complain_about_messageSimon McVittie1-98/+85
2011-05-25Check for X even if X11 autolaunching is disabledSimon McVittie5-11/+24
2011-05-25test-autolaunch: don't expect autolaunching to work if X11 is disabledSimon McVittie1-0/+19
2011-05-25NEWSSimon McVittie1-0/+2
2011-05-25When checking for __sync_sub_and_fetch, don't underquote, to shut up recent a...Simon McVittie1-2/+2
2011-05-25When checking for va_copy, use AC_LANG_SOURCE to shut up recent autoconfSimon McVittie1-4/+4
2011-05-25Use TP_ADD_COMPILER_FLAG to simplify application of warning-like CFLAGSSimon McVittie1-46/+14
2011-05-25Use TP_COMPILER_WARNINGS for all -Wfoo optionsSimon McVittie1-84/+34
2011-05-25Import tp-compiler-flag.m4 and tp-compiler-warnings.m4 from telepathy-glibSimon McVittie2-0/+92
2011-05-25NEWSSimon McVittie1-0/+6
2011-05-25handle_server_data_anonymous_mech: remove unnecessary debug outputSimon McVittie1-12/+0
2011-05-25dbus-launch: pass_info: always free strings on OOMSimon McVittie1-7/+10
2011-05-25dbus-send: remove minor dead codeSimon McVittie1-3/+1