summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-22DBusTransport: don't include dbus-marshal-header.h eithermore-privacySimon McVittie1-1/+0
2011-06-22Move _dbus_check_fdleaks_enter to dbus-message-internal.hSimon McVittie3-5/+5
2011-06-22DBusTransport: don't use dbus-message-private.hSimon McVittie1-1/+1
2011-06-20CMake fix: Do not use FORCE in variables which should be changeable by the user.Ralf Habacker1-3/+3
2011-06-14fixed cmake error: doc says CACHE needs type *and* doc stringRalf Habacker1-5/+5
2011-06-13NEWSSimon McVittie1-0/+5
2011-06-13DBusLoop: store watches in a hash table keyed by fdSimon McVittie1-106/+227
2011-06-13DBusLoop: fold Callback into TimeoutCallbackSimon McVittie1-32/+10
2011-06-13Drop WatchCallback entirely, just use a list of DBusWatch in the main loopSimon McVittie1-66/+27
2011-06-13DBusLoop: inline add_callback, remove_callback into their callersSimon McVittie1-51/+21
2011-06-13DBusLoop: move OOM flag in watches inside the DBusWatchSimon McVittie3-8/+24
2011-06-13DBusLoop: keep separate lists of watches and timeoutsSimon McVittie1-78/+88
2011-06-13DBusLoop: factor out watch_flags_to_poll_events, watch_flags_from_poll_reventsSimon McVittie1-15/+32
2011-06-13Remove _dbus_loop_add_watch_fullSimon McVittie2-34/+3
2011-06-13bus-activation: separate the "finished" callback from the watch callbackSimon McVittie4-23/+54
2011-06-13DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie10-145/+49
2011-06-13DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie8-145/+42
2011-06-13DBusConnection: ref the connection in the timeout handlerSimon McVittie2-4/+2
2011-06-13bus signal_handler: don't use _dbus_warn, and don't pretend to be portableSimon McVittie1-2/+21
2011-06-13bus: signal_handler: ignore failure to write, and explain whySimon McVittie1-9/+7
2011-06-13Check that watches are removed, then invalidated, then unreffedSimon McVittie2-1/+8
2011-06-13Always remove, invalidate and free watches before closing watched socketsSimon McVittie8-78/+124
2011-06-13bump versionSimon McVittie2-1/+4
2011-06-10ahem.Simon McVittie1-1/+1
2011-06-10Prepare 1.5.4dbus-1.5.4Simon McVittie2-3/+3
2011-06-10Merge branch 'dbus-1.4'Simon McVittie2-4/+4
2011-06-10version bumpSimon McVittie2-1/+4
2011-06-10prepare 1.4.12dbus-1.4.12Simon McVittie3-6/+9
2011-06-10fix installable tests to not install if unwantedSimon McVittie1-1/+1
2011-06-10Merge branch 'dbus-1.4'Simon McVittie16-87/+1762
2011-06-10NEWSSimon McVittie1-0/+21
2011-06-10Fix copyright datesSimon McVittie3-3/+3
2011-06-10Use DBUS_TIMEOUT_INFINITE in dbus-daemon.cSimon McVittie1-2/+3
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