Packaging: add missing de pendency to pkgconfig
[profile/ivi/common-api-dbus-runtime.git] / src /
2013-04-18 Philip RauwolfAdded Unit Tests and Demo Implementation for Mainloops
2013-04-18 Philip RauwolfAdded and integrated necessary D-Bus Mainloop Context
2013-04-17 Philip RauwolfRemoved std::output in one test
2013-04-15 Aleksandar Kanchevproperly deregister DBusObjectManager
2013-04-15 Aleksandar Kanchevmove introspection handling to DBusObjectManager
2013-04-05 Johannes SchandaProvide a clean API for setting the object path handler...
2013-04-04 Johannes SchandaAllow custom callbacks for dbus object path registration
2013-04-04 Johannes SchandaMove objectpath functions to proxy connection, make...
2013-03-22 Aleksandar Kanchevtests: whitespace cleanup
2013-03-22 Philip RauwolfUpdated test files
2013-03-20 Philip RauwolfExtended DBusTestUtils 2.0.2
2013-03-20 Philip RauwolfFurther improvement of timing in test cases
2013-03-20 Philip RauwolfRemoved unnecessary timeout and possible source of...
2013-03-20 Philip RauwolfMoved two declarations to more sensible place and chang...
2013-03-20 Philip RauwolfAdded (commented) test for suspending the dispatch...
2013-03-20 Philip RauwolfIncreased responsiveness of DBusServiceRegistry
2013-03-20 Philip RauwolfBugfix: Prevented concurrent modification within DBusOb...
2013-03-19 Philip RauwolfImproved timing and responsiveness of several tests.
2013-03-19 Philip RauwolfAdded a return of "false" if the dbus connection name...
2013-03-19 Philip RauwolfPrevented independent double instantiation of DBusObjec...
2013-03-18 Philip RauwolfAdded mechanism to suspend dispatching while some block...
2013-03-18 Philip RauwolfImproved semantics of python fake legacy service
2013-03-14 Philip RauwolfEliminated unnecessary mutex in ServiceRegistry (obsole...
2013-03-13 Philip RauwolfFixed bug that allowed the destructor of a proxy to... 2.0.1
2013-03-12 Philip RauwolfSmall corrections in some tests
2013-03-12 Philip RauwolfIncreased responsiveness of "isAvailableBlocking" by...
2013-03-12 Philip RauwolfUpdated DBusConnectionTest to current version of Common...
2013-03-11 Philip RauwolfImproved timing in MultipleConnectionTest
2013-03-11 Philip RauwolfPrevented dispatch mechanism from returning into an...
2013-03-11 Philip RauwolfDBusConnection: Removed unused variable, enabled safe...
2013-03-06 Johannes SchandaFix two rare segfaults in connection signal and disconnect, gpt_6_1_pre
2013-03-06 Philip RauwolfRemoved another potential deadlock that happened during...
2013-03-05 Philip RauwolfFixed rare deadlock at resolution of non-available...
2013-03-05 Philip RauwolfFixed the previous fix, as it still was possible for...
2013-03-05 Philip RauwolfPrevented stub from being destroyed while messages...
2013-03-05 Philip RauwolfRemoved dead code
2013-03-04 Philip Rauwolf"Remote Errors" now are actually forwarded as such
2013-03-04 Philip RauwolfRemoved shared pointer that prevented destruction of...
2013-03-04 Philip RauwolfPrevented self-joining of the DBusConnection's dispatch...
2013-03-01 Philip RauwolfRemoved debug message
2013-03-01 Philip RauwolfFixed occasional deadlock that occurred when dbus conne...
2013-03-01 Aleksandar Kanchevtests: extensive DBusServiceRegistry predefined instanc...
2013-03-01 Aleksandar Kanchevfix DBusServiceRegistry predefined services support
2013-03-01 Philip RauwolfCorrect deregistration of services in tests
2013-03-01 Philip RauwolfMoved service management down to middleware implementation
2013-02-28 Philip RauwolfCorrected tests with regards to deregistration of services
2013-02-28 Philip RauwolfAdded a way to deinitialize running services
2013-02-28 Philip RauwolfSmall adaptions in test-cases for new dependency-struct...
2013-02-28 Philip RauwolfRemoved the tests referring to the no longer existing
2013-02-28 Philip RauwolfRemoved ServiceStatusEvent from DBusServiceRegistry...
2013-02-28 Philip RauwolfSolved circular dependencies between DBusConnection and
2013-02-28 Philip RauwolfBroke up circular dependency of DBusDaemonProxy and...
2013-02-28 Johannes SchandaAddress Translator rewrite to more efficient implementation
2013-02-28 Johannes Schandatests: Various timing fixes
2013-02-27 Aleksandar Kanchevcorrect getAvailableServiceInstances() wait logic
2013-02-27 Aleksandar Kanchevadd subscribe/unsubscribe methods for DBusServiceRegistry
2013-02-27 Aleksandar Kanchevtests: DBusProxyTest reuse registerTestStub() in Servic...
2013-02-27 Philip RauwolfFixed broken DBusServiceRegistryTest
2013-02-27 Aleksandar Kanchevtests: fix blocking semantic in DBusProxyTest
2013-02-27 Aleksandar Kanchevtests: correct bus name in DBusProxyTest
2013-02-27 Aleksandar Kanchevregister DBusProxy directly to DBusServiceRegistry
2013-02-27 Aleksandar Kanchevrework DBusServiceRegistry semantic
2013-02-27 Aleksandar KanchevDBusConnectionStatusEvent: AVAILABLE on subscribe if...
2013-02-27 Philip RauwolfCorrected length expectation for map-datatypes in Outpu...
2013-02-26 Philip RauwolfEliminated compile time errors in DBusAddressTranslator...
2013-02-26 Philip RauwolfAdded Test for Proxies: Async Callbacks should be calle...
2013-02-26 Johannes SchandaAdd hash specialization for dbus service tuple
2013-02-26 Johannes Schandapredefined service support in config file
2013-02-25 Johannes SchandaResolve unused variable warnings
2013-02-22 Aleksandar Kanchevtests: extend DBusProxyTest
2013-02-22 Aleksandar Kanchevfix connect() after disconnect() in DBusConnection
2013-02-22 Philip RauwolfAdded Tests for DBusServiceRegistry, added correspondin...
2013-02-22 Philip RauwolfStreamlined code
2013-02-22 Philip RauwolfExpanded DBusTestUtils.h
2013-02-22 Philip RauwolfFixed alignment error when reading/writing sth AFTER...
2013-02-22 Johannes SchandaStatus event must register for all proxies
2013-02-22 Philip RauwolfFixed a bug that occurred when reading/writing map...
2013-02-22 Philip RauwolfOn service not available, callbacks of method calls...
2013-02-22 Aleksandar Kanchevswitch DBusProxy to DBusProxyBase
2013-02-21 Aleksandar Kanchevswitch DBusDaemonProxy to DBusProxyBase
2013-02-21 Aleksandar Kanchevadd DBusProxyBase
2013-02-21 Aleksandar Kanchevtests: two cases for service availability DBusProxyTest
2013-02-21 Aleksandar Kanchevtests: add service availability DBusProxyTest
2013-02-21 Aleksandar KanchevDBusConnection: join dispatcher thread on disconnect
2013-02-21 Johannes SchandaOveritable and removed unimplemented method
2013-02-21 Philip RauwolfRemoved object search from standard availability determ...
2013-02-20 Philip RauwolfImproved coding in DBusAddressTranslator, moved statics...
2013-02-20 Aleksandar Kanchevproperly override CommonAPI::Event events
2013-02-20 Philip RauwolfAdded precedence to config file types:
2013-02-20 Philip RauwolfChanged global dbus address config file to fixed name
2013-02-19 Philip RauwolfOptional global address config files in
2013-02-18 Philip RauwolfUpdated generated test files, simplified inclusion...
2013-02-18 Johannes SchandaService registry should use proxy connection
2013-02-15 Philip RauwolfUpdated TODO, updated generated test files
2013-02-15 Philip RauwolfUpdated TODO: Fixed namespace issue for types defined...
2013-02-15 Johannes SchandaFix build on old GCC
2013-02-14 Philip RauwolfUpdated TODO, added test for OutputStream for maps...
2013-02-13 Aleksandar Kanchevadd gitattributes and proper crlf handling
2013-02-06 Johannes SchandaOn service alive ask only specific service
2013-02-05 Philip RauwolfQuick Fix for correspondence with legacy services,...
next