Skip to content

Releases: COVESA/capicxx-dbus-runtime

capicxx-dbus-runtime 3.2.3-r1

23 Oct 11:06
93accb7
Compare
Choose a tag to compare
  • Fixed crash in dbus_message_set_reply_serial()
  • Update the object cache on the result of getManagedObjectsAsync
  • Adapt to CommonAPI v3.2.2
  • Fix float array serialization

3.2.0

27 Oct 09:19
Compare
Choose a tag to compare
  • Adapted to capicxx-core-runtime 3.2.0

3.1.12.11

23 Jul 05:35
Compare
Choose a tag to compare
  • Prevent crash when deregistering managed service (via 'deregisterManagedStub*') and another service (via 'unregisterService') in parallel with same DBus connection

3.1.12.9

22 Jul 10:51
Compare
Choose a tag to compare
  • Unregister mappings in DBusAddressTranslator (to free memory again) when proxies are destroyed
  • Fixed crash in DBusConnectionTest

3.1.12.7

22 May 10:51
Compare
Choose a tag to compare
  • Adapted 'capi-dbus-add-support-for-custom-marshalling.patch' to be compatible with dbus version 1.12.x.
  • Removed concurrent timeout handling.
  • Ensure availability listeners are unregistered properly (to free memory) when proxies are being destroyed in callback invoking the availability listener(s).

3.1.12.4

25 Jan 12:02
Compare
Choose a tag to compare
  • support 'lock functors' in AttributeDispatcher(s)

3.1.12.3

25 Jan 12:02
Compare
Choose a tag to compare
  • Fixed data race in generated StubDefault when using attributes
  • use eventfd instead of pipe in Watch

3.1.12.2

25 Jan 12:02
Compare
Choose a tag to compare
  • Fixed hang-up in proxy destruction when async method call was done and proxy is not available
  • DBus connections are now released even if they were not created with the Factory interface

3.1.12.1

25 Jan 12:01
Compare
Choose a tag to compare
  • Fixed race condition for managed services. When a managed services was removed, an appropriate
    availability status changed event was received (service became unavailable) and afterwards a 'getAvailablStatusAsync' call for the removed service instance was done, the response could be that
    the service instance is still available.

3.1.12

20 Jun 09:17
Compare
Choose a tag to compare
  • Support DBus type DBUS_TYPE_UNIX_FD as deployment for ints
  • DBus deployment: IsObjectPath for all string locations