summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-29WiP: horde of screaming children testwip-heap-profilingSimon McVittie6-0/+497
2011-04-29bus_context_check_security_policy: don't syslog SELinux denials, just share t...Simon McVittie1-2/+3
2011-04-29complain_about_message: don't return early if syslog is disabledSimon McVittie1-1/+1
2011-04-29bus_context_log: divert messages to stderr if we're not using syslogSimon McVittie1-1/+12
2011-04-29process_config_first_time_only: initialize syslog as intended.Simon McVittie3-3/+4
2011-04-29_dbus_init_system_log: remove FIXME on WindowsSimon McVittie1-1/+1
2011-04-29bus_context_check_security_policy: syslog if we hit the outgoing quotaSimon McVittie1-10/+13
2011-04-29bus_context_check_security_policy: syslog SELinux rejections if enabledSimon McVittie1-15/+5
2011-04-29bus_context_check_security_policy: factor out complain_about_messageSimon McVittie1-98/+85
2011-04-29Add a regression test that can reproduce fd.o #34393Simon McVittie2-9/+53
2011-04-29Remove the per-connection link cacheSimon McVittie1-50/+11
2011-04-29dbus_connection_dispatch: avoid freeing UnknownMethod reply until we unlockSimon McVittie1-4/+16
2011-04-29_dbus_connection_peer_filter_unlocked_no_update: delay freeing replySimon McVittie1-41/+40
2011-04-29Don't finalize sent or dispatched messages while under the connection lockSimon McVittie2-13/+62
2011-04-29Don't inline the contents of _dbus_connection_unlockSimon McVittie1-6/+8
2011-04-29When attaching counters to messages, don't automatically notify callbacksSimon McVittie3-3/+23
2011-04-29Comment some places where it's OK to unref a message despite holding locksSimon McVittie2-0/+4
2011-04-29Add _dbus_counter_notify and call it after every adjustmentSimon McVittie3-6/+34
2011-04-29_dbus_connection_message_sent: rename to _unlockedSimon McVittie3-6/+6
2011-04-29dbus_bus_register: don't unref the messages with the lock heldSimon McVittie1-12/+11
2011-04-29dbus-daemon test: sanity-check the just-installed config file when using DESTDIRSimon McVittie2-2/+14
2011-04-29Add a simple integration test for dbus-daemonSimon McVittie3-0/+329
2011-04-29Run integration tests on the installed dbus binaries during installcheckSimon McVittie1-1/+12
2011-04-29Give the tests DBUS_TEST_DAEMON and DBUS_TEST_DATA in their environmentSimon McVittie1-0/+4
2011-04-29Attempt to reproduce fd.o #34393 via another regression testSimon McVittie3-1/+328
2011-04-29loopback test: unref messages after useSimon McVittie1-0/+4
2011-04-29Add an end-to-end sanity check for TCP and Unix DBusServer/DBusConnectionSimon McVittie3-1/+220
2011-04-29Add support for building "modular" tests, which require GLib and dbus-glibSimon McVittie2-11/+65
2011-04-29Don't disable GLib assertions when disabling our own assertionsSimon McVittie1-1/+0
2011-04-27NEWS for 1.4Simon McVittie1-0/+4
2011-04-27machine-id: fall back to reading /etc/machine-id if D-Bus machine ID is not a...Lennart Poettering1-1/+12
2011-04-27_dbus_check_fdleaks_enter, _dbus_check_fdleaks_leave: whitespaceSimon McVittie1-12/+12
2011-04-27Don't report file descriptors as "leaked" if they were already openSimon McVittie3-10/+90
2011-04-26NEWSSimon McVittie1-0/+2
2011-04-26Merge remote-tracking branch 'origin/dbus-1.4' into dbus-1.4Simon McVittie1-8/+60
2011-04-26NEWSSimon McVittie1-0/+7
2011-04-26activation: Use _dbus_system_log for activation informationColin Walters1-8/+60
2011-04-26Add dbus-1-uninstalled.pc.inSimon McVittie2-0/+18
2011-04-26Add support for --disable-gc-sections for broken toolchainsSimon McVittie1-38/+26
2011-04-26Drop outdated list of options from README, mention configure --help insteadSimon McVittie1-25/+2
2011-04-26Release notes for the -fPIE changeSimon McVittie1-1/+14
2011-04-26Don't force use of -fPIE for the dbus-daemon if apparently supportedSimon McVittie3-36/+10
2011-04-26Install dbus-daemon and dbus-daemon-launch-helper in the conventional waySimon McVittie1-41/+27
2011-04-12When uploading docs, use rsync -p to set permissionsSimon McVittie1-1/+1
2011-04-08development versionSimon McVittie2-1/+6
2011-04-08Prepare version 1.4.8dbus-1.4.8Simon McVittie2-3/+13
2011-04-08activation: Strip out code to compare by Exec=Colin Walters1-18/+4
2011-04-07oops, fix XML mis-nestingSimon McVittie1-0/+1
2011-04-07list which parts of the Desktop Entry spec apply to service filesSven Herzberg1-3/+22
2011-04-07Break up the monster conditional in config-parser so gcov can copeSimon McVittie2-94/+90