summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-05Disable verboseecho-spam-34140Will Thompson1-1/+1
2011-08-05echo: listen forever, not just for one connectionWill Thompson1-23/+24
2011-08-05spam: support connecting to a peer-to-peer thing!Will Thompson1-2/+12
2011-08-05echo: support listening for peer-to-peer connectionsWill Thompson2-13/+91
2011-08-05test-spam: don't try to demarshal a NULL bufferWill Thompson1-1/+1
2011-08-05dbus-spam: fix --random-size to not clobber argument parsingWill Thompson1-5/+5
2011-06-22dbus-spam: use the DBUS_TIMEOUT_INFINITE constant now that it existsSimon McVittie1-1/+1
2011-06-22dbus-echo, dbus-spam: merge into a single binary, dbus-test-toolSimon McVittie8-77/+251
2011-06-22dbus-spam: add support for sending pseudorandomly-sized messagesSimon McVittie1-1/+84
2011-06-22Add dbus-spam, dbus-echo toolsSimon McVittie4-1/+568
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.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.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