summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-22_dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ...wip-scatter-gatherSimon McVittie1-8/+0
2011-06-22_dbus_message_get_network_data: operate in terms of string slicesSimon McVittie3-45/+36
2011-06-22Use the same code path to write encoded or unencoded dataSimon McVittie1-38/+31
2011-06-22_dbus_auth_encode_data: take an offset and lengthSimon McVittie3-6/+14
2011-06-22DBusTransport: don't include dbus-marshal-header.h eitherSimon 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-22_dbus_message_has_unix_fds: add and use in DBusConnectionSimon McVittie3-5/+12
2011-06-22Rename _dbus_write_socket_two to _dbus_write_socket_vec and make it send DBus...Simon McVittie4-113/+89
2011-06-21dbus-transport-socket: let _dbus_write_socket_two decide how much to skipSimon McVittie1-41/+18
2011-06-21_dbus_write_socket_two: add logic for skipping over the first n bytesSimon McVittie4-21/+88
2011-06-21Socket transport: use a DBusConstStringSlice[2] for the header and bodySimon McVittie1-37/+49
2011-06-21Add DBusConstStringSlice typeSimon McVittie1-0/+44
2011-06-21dbus-marshal-basic: assert that the size and (on gcc) alignment of all types ...Simon McVittie1-0/+33
2011-06-21Add _DBUS_STATIC_ASSERT (based on GLib's G_STATIC_ASSERT) and use itSimon McVittie4-0/+12
2011-06-21In Windows _dbus_printf_string_upper_bound, don't crash on malloc failureSimon McVittie1-0/+4
2011-06-21Cope with platforms whose vsnprintf violates both POSIX and C99Simon McVittie2-3/+52
2011-06-21Remove maximum length field from DBusStringSimon McVittie4-198/+11
2011-06-21Remove _dbus_write_two, no longer used by anythingSimon McVittie2-96/+0
2011-06-21fixupSimon McVittie1-1/+0
2011-06-21_dbus_write_socket_two: take Unix file descriptorsSimon McVittie4-100/+32
2011-06-21_dbus_write_socket_with_unix_fds_two: always use sendmsg() to sendSimon McVittie1-15/+39
2011-06-21Remove _dbus_write_socket_with_unix_fdsSimon McVittie2-27/+0
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