profile/ivi/common-api-dbus-runtime.git
2013-09-13 Johannes SchandaFix incorrect transmission of selective signals
2013-09-13 Johannes SchandaInstall pugixml header where needed
2013-09-13 Johannes SchandaMakefile rule doc for all documentation
2013-09-11 Johannes SchandaCorrected bug in ObservableReadony attributes
2013-09-10 Philip RauwolfFixed some subtle bugs.
2013-09-05 Johannes SchandaUpdate library api version number for 2.1
2013-09-05 Johannes SchandaDoxygen main page description
2013-09-03 Stefan LanerAdded support for selective broadcasts
2013-08-27 Johannes SchandaMerge "Fixed logic error in tests on dynamic loading"
2013-08-23 Philip RauwolfFixed logic error in tests on dynamic loading
2013-08-23 Johannes SchandaWorks correctly on GCC 4.8
2013-08-22 Johannes SchandaLinker flags in pkgconfig ensure all symbols
2013-08-07 Johannes SchandaCorrected comments with regard to mainloop integration
2013-07-31 Manfred Batheltchanged project version to 2.1
2013-07-31 Aleksandar... Merge "doc: configured doxygen document generation"
2013-07-31 Manfred Batheltdoc: configured doxygen document generation
2013-07-31 Stefan LanerIntroduced DBusClientId to identify callers within...
2013-07-24 Aleksandar... Merge "Introduced dynamic loading and Configuration...
2013-07-10 Johannes SchandaCheck for illegal proxy builds in callbacks 2.1-pre2
2013-07-09 Philip RauwolfIntroduced dynamic loading and Configuration files...
2013-07-08 Johannes SchandaFix build error in make check
2013-07-05 Philip RauwolfImproved DBusConnection lifetime and timeout handling...
2013-07-01 Philip RauwolfFixed Demo Mainloop
2013-07-01 Philip RauwolfRe-generated test sources
2013-06-25 Philip RauwolfRemoved unnecessary API
2013-06-24 Philip RauwolfAdded runtime check that mainloop context is initialized 2.1-pre1
2013-06-17 Stefan LanerNamed factory creation
2013-06-17 Johannes SchandaClean up registered names on disconnect
2013-06-17 Johannes SchandaAdd compile guard macro
2013-06-11 Johannes SchandaMultiple connection names from one factory
2013-06-10 Philip RauwolfRemoved commented code
2013-06-10 Johannes SchandaRemove internal files
2013-06-10 Johannes SchandaUpdate unit tests
2013-06-10 Johannes SchandaCorrect thread teardown failure
2013-06-07 Johannes SchandaCorrect object path handling for nested trees
2013-06-07 Philip RauwolfMerge changes Ia821835a,I1a2f334b,I8912bdc8
2013-06-07 Johannes SchandaMore build correction of self reference
2013-06-07 Aleksandar... tests: refactor to support clang compiler
2013-06-07 Aleksandar... stream: fix assert logic for signature length
2013-06-07 Aleksandar... object manager: add explicit map instantiation
2013-06-06 Philip RauwolfExtended validation for CommonAPI Addresses
2013-06-06 Philip RauwolfExtended documentation for gtest
2013-06-06 Philip RauwolfAdded a basic check on validity of CommonAPI addresses...
2013-06-06 Philip RauwolfRemoved "old" inclusions, added inclusion of "CommonAPI...
2013-06-06 Philip RauwolfFurther fixing the dispatch-issue in DBusConnection
2013-06-06 Johannes SchandaWorking client side for legacy dbus attributes as fixed...
2013-06-06 Johannes SchandaPass saftey pointer to dispatch thread as reference...
2013-06-04 Philip RauwolfReplaced calls to deprecated part of the Factory interf...
2013-06-04 Aleksandar... add support for polymorphic structs
2013-06-03 Philip RauwolfIntegrated the DBusServicePublisher to manage services...
2013-06-03 Philip RauwolfSome cleanup
2013-05-17 Johannes SchandaIntrospection handling for entire tree of superpaths... 2.0.5
2013-05-15 Philip RauwolfTests for mainloop big data 2.0.4
2013-05-15 Johannes SchandaFix test on object path registration
2013-05-15 Johannes SchandaMatch unit tests to revised attribute api
2013-05-10 Johannes SchandaChange sync attribute getter to match all other sync... 2.0.3
2013-05-06 Johannes SchandaFix compile of main loop unit test
2013-05-06 Johannes SchandaMerge "D-Bus Mainloop Context now only requires a DBusC...
2013-05-06 Johannes SchandaMerge "Added Unit Tests and Demo Implementation for...
2013-05-06 Johannes SchandaMerge "Added and integrated necessary D-Bus Mainloop...
2013-05-06 Aleksandar... stream: cleanup getCurrentPosition()
2013-04-18 Philip RauwolfD-Bus Mainloop Context now only requires a DBusConnecti...
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... properly deregister DBusObjectManager
2013-04-15 Aleksandar... move 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... tests: whitespace cleanup
2013-03-22 Aleksandar... build: don't install the internal murmurhash library
2013-03-22 Philip RauwolfUpdated test files
2013-03-21 Aleksandar... build: make use of system extensions (_GNU_SOURCE)
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 RauwolfUpdated TODO
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-20 Philip RauwolfAdded description and usage of D-Bus address config...
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 TODO
2013-03-12 Philip RauwolfUpdated DBusConnectionTest to current version of Common...
2013-03-12 Aleksandar... add libtool version-info support
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-07 Johannes SchandaSet version 2.0 in package version
2013-03-06 Johannes SchandaFix two rare segfaults in connection signal and disconnect, gpt_6_1_pre
next