Merge branch 'dbus-1.4'
[platform/upstream/dbus.git] / dbus /
2011-08-11 Simon McVittieMerge branch 'dbus-1.4'
2011-08-11 Simon McVittiedbus-marshal-basic: assert that the size and (on gcc...
2011-08-11 Simon McVittieAdd _DBUS_STATIC_ASSERT (based on GLib's G_STATIC_ASSER...
2011-08-11 Simon McVittieMerge branch 'dbus-1.4', omitting the DBUS_INLINE stuff
2011-08-05 Simon McVittieMerge branch 'dbus-1.4' and update NEWS further
2011-08-05 Simon McVittieMerge branch 'dbus-1.4'
2011-08-05 Simon McVittie_dbus_server_new_for_domain_socket: don't try to unlink...
2011-08-05 Simon McVittieMerge branch 'dbus-1.4'
2011-08-05 Simon McVittie_dbus_lookup_session_address_launchd: don't define...
2011-08-05 Simon McVittiemessage-factory: move static functions only called...
2011-08-05 Simon McVittiedbus-memory: move variable only used on Windows into...
2011-08-05 Simon McVittiedbus-marshal-recursive-util: remove unused function...
2011-08-05 Simon McVittie_dbus_get_current_time: move struct timeval into the...
2011-08-05 Simon McVittieRemove various never-used variables
2011-07-29 Simon McVittieMerge branch 'dbus-1.4'
2011-07-29 Simon McVittieMerge branch 'dbus-1.4'
2011-07-29 Simon McVittieImplement _dbus_atomic_get directly, rather than via...
2011-07-29 Simon McVittiedbus: use AM_CPPFLAGS
2011-07-29 Simon McVittieDon't explicitly link thread and network libs into...
2011-07-29 Simon McVittieRename DBUS_CLIENT_LIBS to LIBDBUS_LIBS to more accurat...
2011-07-29 Simon McVittiedbus: remove export_symbols_internal, it will always...
2011-07-29 Simon McVittieSimplify linking by moving -export-dynamic to AM_LDFLAGS
2011-07-29 Simon McVittieRemove DBUS_CLIENT_CFLAGS, which is always empty
2011-07-29 Simon McVittieRemove leftover reference to dbus-md5.[ch]
2011-07-29 Simon McVittieRemove declarations for tests that no longer exist
2011-07-29 Simon McVittieFix compilation for removal of link cache
2011-07-28 Lennart PoetteringMerge branch 'dbus-1.4'
2011-07-28 Lennart Poetteringsysdeps-unix: remove some redundant assignments
2011-07-28 Lennart PoetteringMerge branch 'dbus-1.4'
2011-07-28 Lennart Poetteringactivation: add /lib/dbus-1/system-services to the...
2011-07-28 Simon McVittie_dbus_message_remove_counter: remove ability to return...
2011-07-28 Simon McVittieRemove the per-connection link cache
2011-07-28 Simon McVittiedbus_connection_dispatch: avoid freeing UnknownMethod...
2011-07-28 Simon McVittie_dbus_connection_peer_filter_unlocked_no_update: delay...
2011-07-28 Simon McVittieDon't finalize sent or dispatched messages while under...
2011-07-28 Simon McVittieDon't inline the contents of _dbus_connection_unlock
2011-07-28 Simon McVittieWhen attaching counters to messages, don't automaticall...
2011-07-28 Simon McVittieComment some places where it's OK to unref a message...
2011-07-28 Simon McVittieAdd _dbus_counter_notify and call it after every adjustment
2011-07-28 Simon McVittie_dbus_connection_message_sent: rename to _unlocked
2011-07-28 Simon McVittiedbus_bus_register: don't unref the messages with the...
2011-07-28 Simon McVittieMerge branch 'dbus-1.4'
2011-07-28 Simon McVittieMerge branch 'dbus-1.4'
2011-07-28 Simon McVittieFix spelling/grammatical mistakes detected by Debian...
2011-07-27 Simon McVittieMerge branch 'dbus-1.4'
2011-07-26 Simon McVittieMerge branch 'dbus-1.4'
2011-07-26 Simon McVittieDBusMessage: always access refcount atomically, even...
2011-07-26 Simon McVittiedbus-memory: use atomic accesses to block count, even...
2011-07-26 Simon McVittieMerge branch 'dbus-1.4'
2011-07-25 Simon McVittieDBusConnection: use atomic accesses to refcount in...
2011-07-25 Simon McVittiedbus_message_ref: avoid unused variable if not asserting
2011-07-25 Simon McVittie_dbus_connection_close_if_only_one_ref: use _dbus_atomi...
2011-07-25 Simon McVittieAdd _dbus_atomic_get implemented in terms of inc, dec
2011-07-25 Simon McVittieDBusObjectTree: always access refcount atomically
2011-07-25 Simon McVittiedbus_message_unref: make an assertion more strict
2011-07-25 Simon McVittieDBusMessageFilter: exclusively use atomic accesses...
2011-07-18 Simon McVittieMerge branch 'dbus-1.4' and update NEWS for master
2011-07-18 Simon McVittieRun dbus-test from test/, not dbus/
2011-07-18 Simon McVittiedbus tests: don't warn on skipped tests
2011-07-18 Simon McVittie_dbus_open_unix_socket: make static
2011-07-18 Simon McVittie_dbus_open_tcp_socket: remove
2011-07-18 Simon McVittieMerge branch 'dbus-1.4'
2011-07-18 Simon McVittie_dbus_connect_tcp_socket_with_nonce: don't create an...
2011-07-14 Simon McVittieMerge branch 'dbus-1.4'
2011-07-14 Simon McVittieDBusServer: exclusively use atomic operations on the...
2011-07-14 Simon McVittieDBusPendingCall: exclusively use atomic operations...
2011-07-11 Simon McVittieDBusHeader: only store byte-order in the fixed-length...
2011-07-11 Simon McVittieDBusMessage: don't redundantly store byte order, ask...
2011-07-11 Simon McVittieMerge remote-tracking branch 'origin/dbus-1.4'
2011-07-11 Jiří KlimešDBusConnection: simplify registering object paths code
2011-07-08 Simon McVittieCope with platforms whose vsnprintf violates both POSIX...
2011-07-08 Simon McVittieIn Windows _dbus_printf_string_upper_bound, don't crash...
2011-07-05 Ralf Habackerwin32 fix: Keep server autolaunch mutex settings accord...
2011-07-03 Simon McVittieCope with platforms whose vsnprintf violates both POSIX...
2011-07-03 Simon McVittieIn Windows _dbus_printf_string_upper_bound, don't crash...
2011-07-01 Ralf Habackerwin32 fix: Keep server autolaunch mutex settings accord...
2011-07-01 Simon McVittieMerge branch 'dbus-1.4'
2011-07-01 Jiří KlimešDBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE inste...
2011-06-24 Simon McVittieInclude size of link cache in per-connection statistics
2011-06-24 Simon McVittieAlso record peak values for queued bytes/fds in connect...
2011-06-24 Simon McVittieDBusConnection, DBusTransport: add queue statistics
2011-06-24 Simon McVittieDBusList: add usage stats
2011-06-24 Simon McVittieDBusMemPool: add usage stats
2011-06-22 Simon McVittieRemove maximum length field from DBusString
2011-06-22 Simon McVittieRemove unused _dbus_string_copy_data_len, _dbus_string_...
2011-06-22 Simon McVittieSplit DBUS_GENERIC_STRING_PREAMBLE into sensible lines
2011-06-13 Simon McVittieDBusLoop: store watches in a hash table keyed by fd
2011-06-13 Simon McVittieDBusLoop: fold Callback into TimeoutCallback
2011-06-13 Simon McVittieDrop WatchCallback entirely, just use a list of DBusWat...
2011-06-13 Simon McVittieDBusLoop: inline add_callback, remove_callback into...
2011-06-13 Simon McVittieDBusLoop: move OOM flag in watches inside the DBusWatch
2011-06-13 Simon McVittieDBusLoop: keep separate lists of watches and timeouts
2011-06-13 Simon McVittieDBusLoop: factor out watch_flags_to_poll_events, watch_...
2011-06-13 Simon McVittieRemove _dbus_loop_add_watch_full
2011-06-13 Simon McVittiebus-activation: separate the "finished" callback from...
2011-06-13 Simon McVittieDBusLoop: remove second layer of watch callbacks where...
2011-06-13 Simon McVittieDBusLoop: remove a layer of pointless abstraction aroun...
2011-06-13 Simon McVittieDBusConnection: ref the connection in the timeout handler
2011-06-13 Simon McVittieCheck that watches are removed, then invalidated, then...
2011-06-13 Simon McVittieAlways remove, invalidate and free watches before closi...
next