summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dbus-1.4'Simon McVittie2011-07-293-24/+38
|\
| * Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie2011-07-293-24/+38
* | dbus: use AM_CPPFLAGSSimon McVittie2011-07-291-4/+13
* | Don't explicitly link thread and network libs into various testsSimon McVittie2011-07-291-1/+1
* | Rename DBUS_CLIENT_LIBS to LIBDBUS_LIBS to more accurately reflect its meaningSimon McVittie2011-07-291-2/+2
* | dbus: remove export_symbols_internal, it will always be emptySimon McVittie2011-07-291-6/+0
* | Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie2011-07-291-3/+13
* | Remove DBUS_CLIENT_CFLAGS, which is always emptySimon McVittie2011-07-291-1/+0
* | Remove leftover reference to dbus-md5.[ch]Simon McVittie2011-07-291-3/+0
* | Remove declarations for tests that no longer existSimon McVittie2011-07-291-2/+0
* | Fix compilation for removal of link cacheSimon McVittie2011-07-292-9/+2
* | Merge branch 'dbus-1.4'Lennart Poettering2011-07-281-4/+0
|\ \ | |/
| * sysdeps-unix: remove some redundant assignmentsLennart Poettering2011-07-281-4/+0
* | Merge branch 'dbus-1.4'Lennart Poettering2011-07-281-5/+11
|\ \ | |/
| * activation: add /lib/dbus-1/system-services to the search path for servicesLennart Poettering2011-07-281-5/+11
* | _dbus_message_remove_counter: remove ability to return the linkSimon McVittie2011-07-283-15/+5
* | Remove the per-connection link cacheSimon McVittie2011-07-281-50/+11
* | dbus_connection_dispatch: avoid freeing UnknownMethod reply until we unlockSimon McVittie2011-07-281-4/+16
* | _dbus_connection_peer_filter_unlocked_no_update: delay freeing replySimon McVittie2011-07-281-41/+40
* | Don't finalize sent or dispatched messages while under the connection lockSimon McVittie2011-07-282-13/+62
* | Don't inline the contents of _dbus_connection_unlockSimon McVittie2011-07-281-6/+8
* | When attaching counters to messages, don't automatically notify callbacksSimon McVittie2011-07-283-3/+23
* | Comment some places where it's OK to unref a message despite holding locksSimon McVittie2011-07-282-0/+4
* | Add _dbus_counter_notify and call it after every adjustmentSimon McVittie2011-07-283-6/+34
* | _dbus_connection_message_sent: rename to _unlockedSimon McVittie2011-07-283-6/+6
* | dbus_bus_register: don't unref the messages with the lock heldSimon McVittie2011-07-281-12/+11
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-281-2/+2
|\ \ | |/
| * Fix spelling/grammatical mistakes detected by Debian's lintian(1)Simon McVittie2011-07-281-2/+2
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-262-19/+32
|\ \ | |/
| * DBusMessage: always access refcount atomically, even for assertions/initial refSimon McVittie2011-07-261-12/+14
| * dbus-memory: use atomic accesses to block count, even for assertionsSimon McVittie2011-07-261-7/+17
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-265-30/+72
|\ \ | |/
| * DBusConnection: use atomic accesses to refcount in assertions/initial refSimon McVittie2011-07-251-5/+6
| * dbus_message_ref: avoid unused variable if not assertingSimon McVittie2011-07-251-1/+7
| * _dbus_connection_close_if_only_one_ref: use _dbus_atomic_getSimon McVittie2011-07-251-13/+5
| * Add _dbus_atomic_get implemented in terms of inc, decSimon McVittie2011-07-252-0/+25
| * DBusObjectTree: always access refcount atomicallySimon McVittie2011-07-251-5/+14
| * dbus_message_unref: make an assertion more strictSimon McVittie2011-07-251-1/+1
| * DBusMessageFilter: exclusively use atomic accesses to refcountSimon McVittie2011-07-251-5/+14
* | Merge branch 'dbus-1.4' and update NEWS for masterSimon McVittie2011-07-183-14/+7
|\ \ | |/
| * Run dbus-test from test/, not dbus/Simon McVittie2011-07-181-11/+4
| * dbus tests: don't warn on skipped testsSimon McVittie2011-07-182-3/+3
* | _dbus_open_unix_socket: make staticSimon McVittie2011-07-182-3/+1
* | _dbus_open_tcp_socket: removeSimon McVittie2011-07-182-9/+0
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-181-8/+0
|\ \ | |/
| * _dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ...Simon McVittie2011-07-181-8/+0
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-142-76/+74
|\ \ | |/
| * DBusServer: exclusively use atomic operations on the refcountSimon McVittie2011-07-141-43/+64
| * DBusPendingCall: exclusively use atomic operations on the refcountSimon McVittie2011-07-141-33/+10
| * Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1Simon McVittie2011-07-081-0/+3