summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remainning fixes from utility update"utility_updatesJacqueline Molz2018-02-273-114/+104
* Remainning fixes from utility updateDon Al2018-02-273-104/+114
* Removed real-time scheduler implementationJacqueline Molz2018-02-1211-75/+17
|\
| * The real-time scheduler removed.Aleksandar Donchev2018-02-076-60/+0
| * Cmake parameters for real-time scheduler's priority and policy and throw runt...Aleksandar Donchev2017-12-017-65/+120
| * Fix for CAPI timeouts and support for more than one CAPI watchAleksandar Donchev2017-12-012-116/+198
| * Real time scheduler added, capi wrapper timeout return value considered in re...Aleksandar Donchev2017-12-015-67/+90
| * * All methods in CAPI wrapper with connectionID parameter are deprecated beca...Aleksandar Donchev2017-09-294-121/+119
| * Runtime check for calls to the sockethandler from other threadsAleksandar Donchev2017-09-273-56/+99
| * A filedescriptor removal will set an invalidation flag which will prevent cal...Aleksandar Donchev2017-09-273-28/+50
| * Timer fd is closed at the beginning of the next iteration + some unit tests....Aleksandar Donchev2017-09-265-44/+378
| * The primary signals SIGINT and SIGQUIT are handled on top level inAleksandar Donchev2017-05-3013-1261/+1347
| * [Doc] removed link in docs added by mistakeJacqueline Molz2017-05-181-1/+1
| * updated misleading log message for setSystemPropertyJacqueline Molz2017-05-171-1/+1
| * clang minor findingsChristian Linke2017-05-092-3/+5
* | Cmake parameters for real-time scheduler's priority and policy and throw runt...Aleksandar Donchev2017-12-047-65/+120
* | FIx for CAPI timeouts and support for more than one CAPI watchAleksandar Donchev2017-11-062-116/+198
* | Real time scheduler added, capi wrapper timeout return value considered in re...Aleksandar Donchev2017-11-065-67/+90
* | * All methods in CAPI wrapper with connectionID parameter are deprecated beca...Aleksandar Donchev2017-11-064-121/+119
* | Runtime check for calls to the sockethandler from other threadsAleksandar Donchev2017-11-063-56/+99
* | A filedescriptor removal will set an invalidation flag which will prevent cal...Aleksandar Donchev2017-11-063-28/+50
* | Timer fd is closed at the beginning of the next iteration + some unit tests. ...Aleksandar Donchev2017-11-065-44/+378
* | The primary signals SIGINT and SIGQUIT are handled on top level inAleksandar Donchev2017-07-1015-1258/+1344
|/
* 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-023-549/+1212
* Signal handling via main loop with signalfd.Aleksandar Donchev2017-05-027-152/+468
* The database observer reverse pointer to the handler is initialized in regist...Aleksandar Donchev2017-05-021-9/+7
* CAmSerializer interface extended to support std::function. Aleksandar Donchev2017-05-0210-999/+1053
* 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-025-861/+1133
* Merge pull request #15 from JensLorenz/boundary_fixGENIVI Audio Manager Maintainer2017-05-025-42/+53
|\
| * 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
| * AMCore: Fix connection state notification on remove connectionJens Lorenz2017-04-111-4/+7
| * AMCore: Start dynamic resources range from DYNAMIC_ID_BOUNDARYJens Lorenz2017-04-112-9/+9
| * AMCore: Fix parameter names of increaseID & getNextConnectionIDJens Lorenz2017-04-112-20/+19
|/
* Merge pull request #14 from GENIVI/Router_adaptionsGENIVI Audio Manager Maintainer2017-03-0732-3367/+4065
|\
| * * if needed the routing graph will be re-created from getRoute after aRouter_adaptionsAleksandar Donchev2017-02-205-2760/+2846
| * handle overflow of handles correctlyChristian Linke2017-02-202-9/+121
| * * many database observers can be registred now by the database handler.Aleksandar Donchev2017-02-2027-882/+953
| * update license graphsChristian Linke2017-02-203-0/+0
| * * CAmRouterTest adoptions.Aleksandar Donchev2017-02-203-18/+17
| * * Max count of the returned routes tweaked up.Aleksandar Donchev2017-02-203-55/+57
| * * Max count of the returned routes and max allowed domain cyclesAleksandar Donchev2017-02-205-377/+723
| * Return all routes with all possible connection formatsChristian Linke2017-02-203-118/+200
| * fix proper log level checkingChristian Linke2017-02-201-1/+1
|/
* Merge pull request #13 from JensLorenz/cmake_fixesGENIVI Audio Manager Maintainer2017-02-155-34/+23
|\
| * Update MacroVersionFromGit.cmakeGENIVI Audio Manager Maintainer2017-02-151-1/+1
| * AMUtil: Enhancement of check log level support for DLT.Jens Lorenz2017-02-152-13/+4
| * CMake: Allow to specify manually the version without git repo.Jens Lorenz2017-02-141-19/+17