| Commit message (Expand) | Author | Age | Files | Lines |
* | _dbus_connection_message_sent: rename to _unlocked | Simon McVittie | 2011-07-28 | 3 | -6/+6 |
* | dbus_bus_register: don't unref the messages with the lock held | Simon McVittie | 2011-07-28 | 1 | -12/+11 |
* | Merge branch 'dbus-1.4' | Simon McVittie | 2011-07-28 | 1 | -2/+2 |
|\ |
|
| * | Fix spelling/grammatical mistakes detected by Debian's lintian(1) | Simon McVittie | 2011-07-28 | 1 | -2/+2 |
* | | Merge branch 'dbus-1.4' | Simon McVittie | 2011-07-26 | 2 | -19/+32 |
|\ \
| |/ |
|
| * | DBusMessage: always access refcount atomically, even for assertions/initial ref | Simon McVittie | 2011-07-26 | 1 | -12/+14 |
| * | dbus-memory: use atomic accesses to block count, even for assertions | Simon McVittie | 2011-07-26 | 1 | -7/+17 |
* | | Merge branch 'dbus-1.4' | Simon McVittie | 2011-07-26 | 5 | -30/+72 |
|\ \
| |/ |
|
| * | DBusConnection: use atomic accesses to refcount in assertions/initial ref | Simon McVittie | 2011-07-25 | 1 | -5/+6 |
| * | dbus_message_ref: avoid unused variable if not asserting | Simon McVittie | 2011-07-25 | 1 | -1/+7 |
| * | _dbus_connection_close_if_only_one_ref: use _dbus_atomic_get | Simon McVittie | 2011-07-25 | 1 | -13/+5 |
| * | Add _dbus_atomic_get implemented in terms of inc, dec | Simon McVittie | 2011-07-25 | 2 | -0/+25 |
| * | DBusObjectTree: always access refcount atomically | Simon McVittie | 2011-07-25 | 1 | -5/+14 |
| * | dbus_message_unref: make an assertion more strict | Simon McVittie | 2011-07-25 | 1 | -1/+1 |
| * | DBusMessageFilter: exclusively use atomic accesses to refcount | Simon McVittie | 2011-07-25 | 1 | -5/+14 |
* | | Merge branch 'dbus-1.4' and update NEWS for master | Simon McVittie | 2011-07-18 | 3 | -14/+7 |
|\ \
| |/ |
|
| * | Run dbus-test from test/, not dbus/ | Simon McVittie | 2011-07-18 | 1 | -11/+4 |
| * | dbus tests: don't warn on skipped tests | Simon McVittie | 2011-07-18 | 2 | -3/+3 |
* | | _dbus_open_unix_socket: make static | Simon McVittie | 2011-07-18 | 2 | -3/+1 |
* | | _dbus_open_tcp_socket: remove | Simon McVittie | 2011-07-18 | 2 | -9/+0 |
* | | Merge branch 'dbus-1.4' | Simon McVittie | 2011-07-18 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | _dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ... | Simon McVittie | 2011-07-18 | 1 | -8/+0 |
* | | Merge branch 'dbus-1.4' | Simon McVittie | 2011-07-14 | 2 | -76/+74 |
|\ \
| |/ |
|
| * | DBusServer: exclusively use atomic operations on the refcount | Simon McVittie | 2011-07-14 | 1 | -43/+64 |
| * | DBusPendingCall: exclusively use atomic operations on the refcount | Simon McVittie | 2011-07-14 | 1 | -33/+10 |
| * | Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1 | Simon McVittie | 2011-07-08 | 1 | -0/+3 |
| * | In Windows _dbus_printf_string_upper_bound, don't crash on malloc failure | Simon McVittie | 2011-07-08 | 1 | -0/+4 |
| * | win32 fix: Keep server autolaunch mutex settings according to client detectio... | Ralf Habacker | 2011-07-05 | 1 | -0/+12 |
* | | DBusHeader: only store byte-order in the fixed-length header | Simon McVittie | 2011-07-11 | 3 | -24/+27 |
* | | DBusMessage: don't redundantly store byte order, ask the DBusHeader | Simon McVittie | 2011-07-11 | 5 | -31/+49 |
* | | DBusConnection: simplify registering object paths code | Jiří Klimeš | 2011-07-11 | 1 | -60/+43 |
* | | Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1 | Simon McVittie | 2011-07-03 | 1 | -0/+3 |
* | | In Windows _dbus_printf_string_upper_bound, don't crash on malloc failure | Simon McVittie | 2011-07-03 | 1 | -0/+4 |
* | | win32 fix: Keep server autolaunch mutex settings according to client detectio... | Ralf Habacker | 2011-07-01 | 1 | -0/+12 |
* | | Merge branch 'dbus-1.4' | Simon McVittie | 2011-07-01 | 1 | -6/+8 |
|\ \
| |/ |
|
| * | DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE instead of DBUS_ERROR_ADDRE... | Jiří Klimeš | 2011-07-01 | 1 | -6/+8 |
* | | Include size of link cache in per-connection statistics | Simon McVittie | 2011-06-24 | 2 | -2/+9 |
* | | Also record peak values for queued bytes/fds in connection stats | Simon McVittie | 2011-06-24 | 6 | -5/+67 |
* | | DBusConnection, DBusTransport: add queue statistics | Simon McVittie | 2011-06-24 | 4 | -0/+57 |
* | | DBusList: add usage stats | Simon McVittie | 2011-06-24 | 2 | -2/+17 |
* | | DBusMemPool: add usage stats | Simon McVittie | 2011-06-24 | 2 | -0/+48 |
* | | Remove maximum length field from DBusString | Simon McVittie | 2011-06-22 | 4 | -105/+16 |
* | | Remove unused _dbus_string_copy_data_len, _dbus_string_steal_data_len | Simon McVittie | 2011-06-22 | 1 | -100/+0 |
* | | Split DBUS_GENERIC_STRING_PREAMBLE into sensible lines | Simon McVittie | 2011-06-22 | 1 | -1/+10 |
* | | DBusLoop: store watches in a hash table keyed by fd | Simon McVittie | 2011-06-13 | 1 | -106/+227 |
* | | DBusLoop: fold Callback into TimeoutCallback | Simon McVittie | 2011-06-13 | 1 | -32/+10 |
* | | Drop WatchCallback entirely, just use a list of DBusWatch in the main loop | Simon McVittie | 2011-06-13 | 1 | -66/+27 |
* | | DBusLoop: inline add_callback, remove_callback into their callers | Simon McVittie | 2011-06-13 | 1 | -51/+21 |
* | | DBusLoop: move OOM flag in watches inside the DBusWatch | Simon McVittie | 2011-06-13 | 3 | -8/+24 |
* | | DBusLoop: keep separate lists of watches and timeouts | Simon McVittie | 2011-06-13 | 1 | -78/+88 |