summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remainning fixes from utility updateutilityUpdates_CAPI_fixesDon Al2018-02-273-104/+114
* The real-time scheduler removed.Aleksandar Donchev2018-02-137-62/+3
* Cmake parameters for real-time scheduler's priority and policy and throw runt...Aleksandar Donchev2018-02-137-65/+120
* 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-135-67/+90
* * 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-073-195/+200
|\
| * 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
| * CMake: protect replacement of COMMIT_LISTJens Lorenz2018-02-051-4/+6
* | Merge pull request #21 from JensLorenz/fixup_signalfd7.6GENIVI Audio Manager Maintainer2017-11-291-1/+16
|\ \
| * | AMDaemon: set pthread_sigmask for signalfdGuerra Mattia2017-11-071-1/+16
| |/
* | Merge pull request #19 from JensLorenz/socket_hndl_utility_fixGENIVI Audio Manager Maintainer2017-11-0716-344/+331
|\ \ | |/ |/|
| * AMCore: remodel ctor Sender in Command and RoutingGuerra Mattia2017-09-294-224/+238
| * AMUtil: fix missed copy in list PollGuerra Mattia2017-09-291-13/+18
| * CMake: add C in Project for ThreadsGuerra Mattia2017-09-291-1/+1
| * 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-292-11/+20
| * CMake: Use GNUInstalDirs destinationsGuerra Mattia2017-09-293-5/+5
| * AM: Destroy plugin implementation.Kapildev Patel2017-09-294-94/+48
|/
* Merge pull request #16 from GENIVI/utility_updatesGENIVI Audio Manager Maintainer2017-08-2226-1510/+3215
|\
| * 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
|\