Age | Commit message (Expand) | Author | Files | Lines |
2011-06-22 | _dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ...wip-scatter-gather | Simon McVittie | 1 | -8/+0 |
2011-06-22 | _dbus_message_get_network_data: operate in terms of string slices | Simon McVittie | 3 | -45/+36 |
2011-06-22 | Use the same code path to write encoded or unencoded data | Simon McVittie | 1 | -38/+31 |
2011-06-22 | _dbus_auth_encode_data: take an offset and length | Simon McVittie | 3 | -6/+14 |
2011-06-22 | DBusTransport: don't include dbus-marshal-header.h either | Simon McVittie | 1 | -1/+0 |
2011-06-22 | Move _dbus_check_fdleaks_enter to dbus-message-internal.h | Simon McVittie | 3 | -5/+5 |
2011-06-22 | DBusTransport: don't use dbus-message-private.h | Simon McVittie | 1 | -1/+1 |
2011-06-22 | _dbus_message_has_unix_fds: add and use in DBusConnection | Simon McVittie | 3 | -5/+12 |
2011-06-22 | Rename _dbus_write_socket_two to _dbus_write_socket_vec and make it send DBus... | Simon McVittie | 4 | -113/+89 |
2011-06-21 | dbus-transport-socket: let _dbus_write_socket_two decide how much to skip | Simon McVittie | 1 | -41/+18 |
2011-06-21 | _dbus_write_socket_two: add logic for skipping over the first n bytes | Simon McVittie | 4 | -21/+88 |
2011-06-21 | Socket transport: use a DBusConstStringSlice[2] for the header and body | Simon McVittie | 1 | -37/+49 |
2011-06-21 | Add DBusConstStringSlice type | Simon McVittie | 1 | -0/+44 |
2011-06-21 | dbus-marshal-basic: assert that the size and (on gcc) alignment of all types ... | Simon McVittie | 1 | -0/+33 |
2011-06-21 | Add _DBUS_STATIC_ASSERT (based on GLib's G_STATIC_ASSERT) and use it | Simon McVittie | 4 | -0/+12 |
2011-06-21 | In Windows _dbus_printf_string_upper_bound, don't crash on malloc failure | Simon McVittie | 1 | -0/+4 |
2011-06-21 | Cope with platforms whose vsnprintf violates both POSIX and C99 | Simon McVittie | 2 | -3/+52 |
2011-06-21 | Remove maximum length field from DBusString | Simon McVittie | 4 | -198/+11 |
2011-06-21 | Remove _dbus_write_two, no longer used by anything | Simon McVittie | 2 | -96/+0 |
2011-06-21 | fixup | Simon McVittie | 1 | -1/+0 |
2011-06-21 | _dbus_write_socket_two: take Unix file descriptors | Simon McVittie | 4 | -100/+32 |
2011-06-21 | _dbus_write_socket_with_unix_fds_two: always use sendmsg() to send | Simon McVittie | 1 | -15/+39 |
2011-06-21 | Remove _dbus_write_socket_with_unix_fds | Simon McVittie | 2 | -27/+0 |
2011-06-20 | CMake fix: Do not use FORCE in variables which should be changeable by the user. | Ralf Habacker | 1 | -3/+3 |
2011-06-14 | fixed cmake error: doc says CACHE needs type *and* doc string | Ralf Habacker | 1 | -5/+5 |
2011-06-13 | NEWS | Simon McVittie | 1 | -0/+5 |
2011-06-13 | DBusLoop: store watches in a hash table keyed by fd | Simon McVittie | 1 | -106/+227 |
2011-06-13 | DBusLoop: fold Callback into TimeoutCallback | Simon McVittie | 1 | -32/+10 |
2011-06-13 | Drop WatchCallback entirely, just use a list of DBusWatch in the main loop | Simon McVittie | 1 | -66/+27 |
2011-06-13 | DBusLoop: inline add_callback, remove_callback into their callers | Simon McVittie | 1 | -51/+21 |
2011-06-13 | DBusLoop: move OOM flag in watches inside the DBusWatch | Simon McVittie | 3 | -8/+24 |
2011-06-13 | DBusLoop: keep separate lists of watches and timeouts | Simon McVittie | 1 | -78/+88 |
2011-06-13 | DBusLoop: factor out watch_flags_to_poll_events, watch_flags_from_poll_revents | Simon McVittie | 1 | -15/+32 |
2011-06-13 | Remove _dbus_loop_add_watch_full | Simon McVittie | 2 | -34/+3 |
2011-06-13 | bus-activation: separate the "finished" callback from the watch callback | Simon McVittie | 4 | -23/+54 |
2011-06-13 | DBusLoop: remove second layer of watch callbacks where possible | Simon McVittie | 10 | -145/+49 |
2011-06-13 | DBusLoop: remove a layer of pointless abstraction around timeouts | Simon McVittie | 8 | -145/+42 |
2011-06-13 | DBusConnection: ref the connection in the timeout handler | Simon McVittie | 2 | -4/+2 |
2011-06-13 | bus signal_handler: don't use _dbus_warn, and don't pretend to be portable | Simon McVittie | 1 | -2/+21 |
2011-06-13 | bus: signal_handler: ignore failure to write, and explain why | Simon McVittie | 1 | -9/+7 |
2011-06-13 | Check that watches are removed, then invalidated, then unreffed | Simon McVittie | 2 | -1/+8 |
2011-06-13 | Always remove, invalidate and free watches before closing watched sockets | Simon McVittie | 8 | -78/+124 |
2011-06-13 | bump version | Simon McVittie | 2 | -1/+4 |
2011-06-10 | ahem. | Simon McVittie | 1 | -1/+1 |
2011-06-10 | Prepare 1.5.4dbus-1.5.4 | Simon McVittie | 2 | -3/+3 |
2011-06-10 | Merge branch 'dbus-1.4' | Simon McVittie | 2 | -4/+4 |
2011-06-10 | version bump | Simon McVittie | 2 | -1/+4 |
2011-06-10 | prepare 1.4.12dbus-1.4.12 | Simon McVittie | 3 | -6/+9 |
2011-06-10 | fix installable tests to not install if unwanted | Simon McVittie | 1 | -1/+1 |
2011-06-10 | Merge branch 'dbus-1.4' | Simon McVittie | 16 | -87/+1762 |