updated generated code for tests
[profile/ivi/common-api-dbus-runtime.git] / src / CommonAPI /
2013-10-22 Stefan Lanerglobal initializers now created using INITIALIZER macro...
2013-10-21 Stefan LanerAdopted sources for build with Microsoft Visual Studio...
2013-10-09 Johannes SchandaResolve some bugs for windows VC++ & regenretate test...
2013-08-08 Johannes SchandaCorrect instantiation of internal attribute 2.0.7
2013-08-08 Johannes SchandaFix bug in observable readonly attribute instantiation
2013-08-07 Johannes SchandaBackported thread teardown fix
2013-05-27 Johannes SchandaMerge branch 'master' into genivi_release 2.0.6 genivi_release_4
2013-05-17 Johannes SchandaIntrospection handling for entire tree of superpaths... 2.0.5
2013-05-15 Johannes SchandaFix test on object path registration
2013-05-10 Johannes SchandaChange sync attribute getter to match all other sync... 2.0.3
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 Kanchevstream: 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-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-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 RauwolfIncreased responsiveness of DBusServiceRegistry
2013-03-20 Philip RauwolfBugfix: Prevented concurrent modification within DBusOb...
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-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 RauwolfIncreased responsiveness of "isAvailableBlocking" by...
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 SchandaMerge branch 'master' into genivi_release
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 Kanchevfix DBusServiceRegistry predefined services support
2013-03-01 Philip RauwolfMoved service management down to middleware implementation
2013-02-28 Philip RauwolfAdded a way to deinitialize running services
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-27 Aleksandar Kanchevcorrect getAvailableServiceInstances() wait logic
2013-02-27 Aleksandar Kanchevadd subscribe/unsubscribe methods for DBusServiceRegistry
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-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 Kanchevfix connect() after disconnect() in DBusConnection
2013-02-22 Philip RauwolfStreamlined code
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 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-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,...
2013-02-04 Philip RauwolfBugfixing, regenerated test files
2013-02-04 lipciAdaptions for support of config-files
2013-02-01 Philip RauwolfPrepare for merging in config_ini_dev:
2013-02-01 Philip RauwolfConfig file for tests now is generated on each test...
2013-02-01 Philip RauwolfConfiguration for object paths and connection names...
2013-01-31 Philip RauwolfSuccessful parsing of config file
2013-01-31 Philip RauwolfSuccessfully read in local .ini file w/o relying on...
2013-01-30 Philip RauwolfCreated infrastructure for extended Naming-Service
2013-01-28 Philip RauwolfIntegrated and tested the TypeOutputStream with enumera...
2013-01-28 Philip RauwolfAdded prototype implementation for typestream with...
2013-01-21 Johannes SchandaResolve merge conflicts
2013-01-17 Philip RauwolfVariants fully integrated with InputStream, bugfixing...
2013-01-17 Philip RauwolfBugfixing vor variants containing arrays
2013-01-16 Philip RauwolfTests for integration of variants to inputStream (basic...
2013-01-16 Johannes SchandaMerge remote-tracking branch 'origin/variant_dev' into...
2013-01-16 Philip RauwolfFinished integration of SerializableVeriant into InputS...
2013-01-16 Philip RauwolfStarted integration of Variants into InputStreamr
next