summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities
Commit message (Expand)AuthorAgeFilesLines
* Revert "Utility updates capi fixes"revert-26-utilityUpdates_CAPI_fixesJens Lorenz2018-03-138-929/+427
* Remainning fixes from utility updateutilityUpdates_CAPI_fixesDon Al2018-02-273-104/+114
* The real-time scheduler removed.Aleksandar Donchev2018-02-134-42/+3
* Cmake parameters for real-time scheduler's priority and policy and throw runt...Aleksandar Donchev2018-02-134-55/+97
* FIx for CAPI timeouts and support for more than one CAPI watchAleksandar Donchev2018-02-132-116/+198
* Real time scheduler added, capi wrapper timeout return value considered in re...Aleksandar Donchev2018-02-134-67/+82
* * All methods in CAPI wrapper with connectionID parameter are deprecated beca...Aleksandar Donchev2018-02-134-121/+119
* Runtime check for calls to the sockethandler from other threadsAleksandar Donchev2018-02-133-56/+99
* A filedescriptor removal will set an invalidation flag which will prevent cal...Aleksandar Donchev2018-02-133-44/+61
* Timer fd is closed at the beginning of the next iteration + some unit tests. ...Aleksandar Donchev2018-02-135-44/+378
* Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fixGENIVI Audio Manager Maintainer2018-02-072-191/+194
|\
| * AmUtil: Check for valid timer handles to fix callback exceptionJens Lorenz2018-02-051-7/+11
| * AMUtil: Fixes infinite loop in dlt wrapper for out of range values of enumera...Jens Lorenz2018-02-051-184/+183
* | AMUtil: fix missed copy in list PollGuerra Mattia2017-09-291-13/+18
* | AMUtil: use DLT API only when DLT is selectedGuerra Mattia2017-09-291-2/+5
* | CMake: Add pthread supportJens Lorenz2017-09-293-3/+5
* | AMUtil: Fix for destroy controller on rundownJens Lorenz2017-09-291-0/+6
* | AM: Destroy plugin implementation.Kapildev Patel2017-09-291-0/+34
|/
* The primary signals SIGINT and SIGQUIT are handled on top level inAleksandar Donchev2017-07-106-1245/+1293
* Fix for bug in CAmSocketHandler causing invalid pointers and crash.Aleksandar Donchev2017-05-024-62/+124
* Two versions of CAmSerializer due to interface changes.Aleksandar Donchev2017-05-022-548/+1211
* Signal handling via main loop with signalfd.Aleksandar Donchev2017-05-024-96/+426
* CAmSerializer interface extended to support std::function. Aleksandar Donchev2017-05-029-978/+1030
* CAmSocketHandler - usage of std::function instead of function pointers,Aleksandar Donchev2017-05-024-386/+640
* Linux specific TIMERFD implementation as alternative timer mechanismAleksandar Donchev2017-05-022-860/+1126
* AMUtil: Fix nullptr exception in DLT singletonJens Lorenz2017-04-111-0/+9
* AMUtil: Only add active DBus watch FDs to socket handlerJens Lorenz2017-04-111-9/+9
* fix proper log level checkingChristian Linke2017-02-201-1/+1
* AMUtil: Enhancement of check log level support for DLT.Jens Lorenz2017-02-152-13/+4
* AMUtil: Check log level support of DLT added.Jens Lorenz2016-12-082-0/+22
* Utility: Serializer::dtor must also remove the fd from list to prevent crash.Jens Lorenz2016-11-141-6/+10
* Utility: DBUS library supports applications bindings which do not need to new...Jens Lorenz2016-11-141-0/+6
* AudioManagerUtilities: use LINK_DIRECTORIESMathieu Duponchelle2016-11-141-4/+27
* AudioManagerUtilities: fix dlt cmake integrationMathieu Duponchelle2016-11-142-3/+3
* removed setting of logging context in CAPI wrapperChristian as GENIVI Maintainer2016-09-281-5/+3
* Changed error to warning in database if data is receivedChristian Linke2016-07-291-0/+8
* cleanup routing interface to add clean abort and resend possibilities7.5Christian Linke2016-06-171-0/+17
* try catch for sockethandler callbacksChristian Linke2016-05-182-101/+93
* close pipes after useChristian Linke2016-05-172-0/+3
* optimize static const in audiomanagertypes.h and CAmDltWrapper template speci...Christian Linke2016-05-172-103/+133
* switch off std::out route informationChristian Linke2016-04-271-0/+4
* remove parallel installations of the Audiomanager packagesChristian Linke2016-04-261-1/+1
* enable deleting of CommandLineSingletonChristian Linke2016-04-203-1/+14
* fix bug in Databasehandler changeChristian Linke2016-04-201-0/+2
* make sure that handles are never 0Christian Linke2016-04-111-2/+2
* utility: Moved TAmPluginTemplate.h to utilitiesGuerra Mattia2016-04-111-0/+91
* audiomanager: Use proper cmake path to install cmake and pkg-config filesHelio Chissini de Castro2016-04-111-19/+19
* audiomanager: Use LDFLAGS for dlt-daemon pkg-configHelio Chissini de Castro2016-04-111-2/+2
* some cleanupChristian Linke2016-03-092-13/+182
* fix CMake include pathChristian Linke2016-02-261-2/+0