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