Consistently use atomic operations for all access to DBusConnection refcount |
patch
|
2011-06-07 06:08:30 UTC |
4.88 KB |
no flags
|
Details |
[PATCH 1/8] DBusPendingCall: exclusively use atomic operations on the refcount |
patch
|
2011-06-23 06:46:20 UTC |
2.86 KB |
no flags
|
Details |
[PATCH 2/8] DBusServer: exclusively use atomic operations on the refcount |
patch
|
2011-06-23 06:46:40 UTC |
5.04 KB |
no flags
|
Details |
[PATCH 1/9] DBusMessageFilter: exclusively use atomic accesses to refcount |
patch
|
2011-06-23 06:46:54 UTC |
1.73 KB |
no flags
|
Details |
[PATCH 4/8] DBusConnection: use atomic accesses to refcount, even for assertions |
patch
|
2011-06-23 06:47:11 UTC |
1.49 KB |
no flags
|
Details |
[PATCH 5/8] dbus-memory: use atomic accesses to block count, even for assertions |
patch
|
2011-06-23 06:47:42 UTC |
1.81 KB |
no flags
|
Details |
[PATCH 6/8] DBusMessage: always access refcount atomically |
patch
|
2011-06-23 06:48:04 UTC |
4.45 KB |
no flags
|
Details |
[PATCH 2/9] dbus_message_unref: make an assertion more strict |
patch
|
2011-06-23 06:48:28 UTC |
796 bytes |
no flags
|
Details |
[PATCH 3/9] DBusObjectTree: always access refcount atomically |
patch
|
2011-06-23 06:48:45 UTC |
2.01 KB |
no flags
|
Details |
[PATCH 4/9] Add _dbus_atomic_get implemented in terms of inc, dec |
patch
|
2011-07-14 10:51:38 UTC |
1.83 KB |
no flags
|
Details |
[PATCH 5/9] _dbus_connection_close_if_only_one_ref: use _dbus_atomic_get |
patch
|
2011-07-14 10:51:57 UTC |
1.58 KB |
no flags
|
Details |
[PATCH 6/9] dbus_message_ref: avoid unused variable if not asserting |
patch
|
2011-07-14 10:52:36 UTC |
1.06 KB |
no flags
|
Details |
[PATCH 7/9] DBusConnection: use atomic accesses to refcount in assertions/initial ref |
patch
|
2011-07-14 10:53:06 UTC |
1.33 KB |
no flags
|
Details |
[PATCH 8/9] dbus-memory: use atomic accesses to block count, even for assertions |
patch
|
2011-07-14 10:53:39 UTC |
1.70 KB |
no flags
|
Details |
[PATCH 9/9] DBusMessage: always access refcount atomically, even for assertions/initial ref |
patch
|
2011-07-14 10:54:04 UTC |
2.84 KB |
no flags
|
Details |
[Extra patch] Implement _dbus_atomic_get directly, rather than via inc + dec |
patch
|
2011-07-20 11:25:13 UTC |
3.27 KB |
no flags
|
Details |
Implement _dbus_atomic_get directly, rather than via inc + dec (v2) |
patch
|
2011-07-28 09:17:45 UTC |
3.27 KB |
no flags
|
Details |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.