summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* _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
| * In Windows _dbus_printf_string_upper_bound, don't crash on malloc failureSimon McVittie2011-07-081-0/+4
| * win32 fix: Keep server autolaunch mutex settings according to client detectio...Ralf Habacker2011-07-051-0/+12
* | DBusHeader: only store byte-order in the fixed-length headerSimon McVittie2011-07-113-24/+27
* | DBusMessage: don't redundantly store byte order, ask the DBusHeaderSimon McVittie2011-07-115-31/+49
* | DBusConnection: simplify registering object paths codeJiří Klimeš2011-07-111-60/+43
* | Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1Simon McVittie2011-07-031-0/+3
* | In Windows _dbus_printf_string_upper_bound, don't crash on malloc failureSimon McVittie2011-07-031-0/+4
* | win32 fix: Keep server autolaunch mutex settings according to client detectio...Ralf Habacker2011-07-011-0/+12
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-011-6/+8
|\ \ | |/
| * DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE instead of DBUS_ERROR_ADDRE...Jiří Klimeš2011-07-011-6/+8
* | Include size of link cache in per-connection statisticsSimon McVittie2011-06-242-2/+9
* | Also record peak values for queued bytes/fds in connection statsSimon McVittie2011-06-246-5/+67
* | DBusConnection, DBusTransport: add queue statisticsSimon McVittie2011-06-244-0/+57
* | DBusList: add usage statsSimon McVittie2011-06-242-2/+17
* | DBusMemPool: add usage statsSimon McVittie2011-06-242-0/+48
* | Remove maximum length field from DBusStringSimon McVittie2011-06-224-105/+16
* | Remove unused _dbus_string_copy_data_len, _dbus_string_steal_data_lenSimon McVittie2011-06-221-100/+0
* | Split DBUS_GENERIC_STRING_PREAMBLE into sensible linesSimon McVittie2011-06-221-1/+10
* | DBusLoop: store watches in a hash table keyed by fdSimon McVittie2011-06-131-106/+227
* | DBusLoop: fold Callback into TimeoutCallbackSimon McVittie2011-06-131-32/+10
* | Drop WatchCallback entirely, just use a list of DBusWatch in the main loopSimon McVittie2011-06-131-66/+27
* | DBusLoop: inline add_callback, remove_callback into their callersSimon McVittie2011-06-131-51/+21
* | DBusLoop: move OOM flag in watches inside the DBusWatchSimon McVittie2011-06-133-8/+24
* | DBusLoop: keep separate lists of watches and timeoutsSimon McVittie2011-06-131-78/+88