dbus_bus_register: don't unref the messages with the lock held
[platform/upstream/dbus.git] / dbus /
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...
2011-06-10 Simon McVittieMerge branch 'dbus-1.4'
2011-06-10 Simon McVittieMerge branch 'dbus-1.4'
2011-06-10 Simon McVittieAdd and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_...
2011-06-10 Simon McVittiedbus_message_demarshal_bytes_needed: correct a wrong...
2011-06-10 Simon McVittie_dbus_header_byteswap: change the first byte of the...
2011-06-10 Simon McVittieConsistently use atomic operations for all access to...
2011-06-08 Simon McVittieMerge branch 'dbus-1.4'
2011-06-07 Simon McVittieMerge branch 'dbus-1.4'
2011-06-01 Simon McVittieMerge branch 'dbus-1.4'
2011-05-28 Ralf HabackerFixes for Visual Studio 2010 cmake generator - reported...
2011-05-25 Simon McVittieMerge branch 'dbus-1.4'
2011-05-25 Simon McVittieprocess_config_first_time_only: initialize syslog as...
2011-05-25 Simon McVittie_dbus_init_system_log: remove FIXME on Windows
2011-05-25 Simon McVittieMerge branch 'dbus-1.4'
2011-05-25 Simon McVittieCheck for X even if X11 autolaunching is disabled
2011-05-25 Simon McVittieMerge branch 'dbus-1.4'
2011-05-25 Simon McVittieMerge branch 'dbus-1.4'
2011-05-25 Simon McVittiehandle_server_data_anonymous_mech: remove unnecessary...
2011-05-25 Simon McVittiedbus_connection_dispatch: remove dead code
2011-05-25 Simon McVittieDBusNonceFile: don't always fail when use_subdir=TRUE...
2011-05-03 Simon McVittieMerge branch 'dbus-1.4'
2011-05-03 Simon McVittiedbus_connection_can_send_type: clarify that invalid...
2011-04-29 Simon McVittieMerge branch 'dbus-1.4'
2011-04-27 Simon McVittieMerge branch 'dbus-1.4'
2011-04-27 Lennart Poetteringmachine-id: fall back to reading /etc/machine-id if...
2011-04-27 Simon McVittie_dbus_check_fdleaks_enter, _dbus_check_fdleaks_leave...
2011-04-27 Simon McVittieDon't report file descriptors as "leaked" if they were...
2011-04-26 Simon McVittieMerge branch 'dbus-1.4'
2011-04-26 Simon McVittieMerge branch 'dbus-1.4'
2011-04-26 Simon McVittieMerge branch 'dbus-1.4'
2011-04-26 Simon McVittieDon't force use of -fPIE for the dbus-daemon if apparen...
2011-04-14 Will Thompsondbus_bus_add_match: improve error documentation.
2011-04-12 Simon McVittieMerge branch 'dbus-1.4'
2011-04-08 Simon McVittieMerge branch 'dbus-1.4'
2011-04-07 Simon McVittieMerge branch 'arg0namespace-24317'
2011-04-07 Simon McVittieMerge branch 'dbus-1.4'
2011-04-07 Simon McVittieMerge remote-tracking branch 'wjt/arg0namespace' into...
2011-03-14 Simon McVittieMerge branch 'dbus-1.4'
2011-03-14 Simon McVittieMerge branch 'dbus-1.4', rejecting all changes
2011-03-14 Simon McVittieRevert merge of master (dbus-1.5) into dbus-1.4
next