summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/src
Commit message (Expand)AuthorAgeFilesLines
* FOO: Issue #26 fix white space issues and apply new coding styleJens Lorenz2018-07-036-1335/+1613
* codestyle: Remove empty single line c++ comments in ctor initializersJens Lorenz2018-06-204-29/+29
* AMUtil: Fix inconsistent fdPollingArrayJens Lorenz2018-06-121-42/+73
* AMUtil: No check callback needed for eventfd and signalfdJens Lorenz2018-04-091-5/+2
* AMUtil: Change log level of removeFDPoll from error to warningJens Lorenz2018-04-091-1/+1
* AMUtil: Store signalfd as file descriptor instead of pollfd handleJens Lorenz2018-04-091-43/+20
* AMUtil: Wakeup of ppoll is now also triggered on addFdPollJens Lorenz2018-04-091-16/+16
* AMUtil: Fix startup sequence addFdPoll and removeFdPollJens Lorenz2018-04-091-4/+12
* AMUtil: Cleanup indents and whitespacesJens Lorenz2018-04-091-10/+10
* AMUtil: Rework of exception debug messagesJens Lorenz2018-04-091-13/+15
* AMUtil: ONLY timers will be closed in worker threadJens Lorenz2018-04-091-7/+14
* AMUtil: Rework of socketHandler to avoid calls of invalidated objectsJens Lorenz2018-04-091-115/+140
* AMUtil: Change from mPipe to eventfdJens Lorenz2018-04-091-15/+38
* AMUtil: Improve timer implementation and ensure that no fd leak happensJens Lorenz2018-04-091-47/+47
* AMUtil: Rework of listenToSignal and minor improvementsJens Lorenz2018-04-091-17/+15
* AMUtil: Improve actionPoll lambda implementation for signal and timerJens Lorenz2018-04-091-27/+45
* AMUtil: Common API WrapperAleksandar Donchev2018-03-271-13/+32
* AMUtil: Dlt init function returns now correctlyAleksandar Donchev2018-03-271-2/+3
* Revert "Utility updates capi fixes"revert-26-utilityUpdates_CAPI_fixesJens Lorenz2018-03-133-378/+199
* Remainning fixes from utility updateutilityUpdates_CAPI_fixesDon Al2018-02-272-51/+62
* The real-time scheduler removed.Aleksandar Donchev2018-02-132-15/+3
* Cmake parameters for real-time scheduler's priority and policy and throw runt...Aleksandar Donchev2018-02-131-8/+27
* FIx for CAPI timeouts and support for more than one CAPI watchAleksandar Donchev2018-02-131-98/+170
* Real time scheduler added, capi wrapper timeout return value considered in re...Aleksandar Donchev2018-02-132-43/+51
* * All methods in CAPI wrapper with connectionID parameter are deprecated beca...Aleksandar Donchev2018-02-132-24/+26
* Runtime check for calls to the sockethandler from other threadsAleksandar Donchev2018-02-131-1/+32
* A filedescriptor removal will set an invalidation flag which will prevent cal...Aleksandar Donchev2018-02-131-37/+48
* Timer fd is closed at the beginning of the next iteration + some unit tests. ...Aleksandar Donchev2018-02-131-33/+70
* Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fixGENIVI Audio Manager Maintainer2018-02-071-7/+11
|\
| * AmUtil: Check for valid timer handles to fix callback exceptionJens Lorenz2018-02-051-7/+11
* | AMUtil: fix missed copy in list PollGuerra Mattia2017-09-291-13/+18
* | CMake: Add pthread supportJens Lorenz2017-09-291-0/+1
|/
* The primary signals SIGINT and SIGQUIT are handled on top level inAleksandar Donchev2017-07-101-793/+834
* Fix for bug in CAmSocketHandler causing invalid pointers and crash.Aleksandar Donchev2017-05-021-35/+40
* Signal handling via main loop with signalfd.Aleksandar Donchev2017-05-021-47/+166
* CAmSerializer interface extended to support std::function. Aleksandar Donchev2017-05-021-57/+61
* CAmSocketHandler - usage of std::function instead of function pointers,Aleksandar Donchev2017-05-021-120/+204
* Linux specific TIMERFD implementation as alternative timer mechanismAleksandar Donchev2017-05-021-497/+675
* 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
* Utility: DBUS library supports applications bindings which do not need to new...Jens Lorenz2016-11-141-0/+6
* removed setting of logging context in CAPI wrapperChristian as GENIVI Maintainer2016-09-281-5/+3
* try catch for sockethandler callbacksChristian Linke2016-05-181-2/+64
* close pipes after useChristian Linke2016-05-171-0/+2
* optimize static const in audiomanagertypes.h and CAmDltWrapper template speci...Christian Linke2016-05-171-0/+102
* enable deleting of CommandLineSingletonChristian Linke2016-04-202-1/+9
* make sure that handles are never 0Christian Linke2016-04-111-2/+2
* Forgot the handleChristian Linke2016-02-171-2/+2
* reworked DltWrapper. fixed gtest and gmock.pc filesChristian Linke2016-02-171-242/+490