summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/CAmSocketHandler.h
Commit message (Expand)AuthorAgeFilesLines
* FOO: Issue #26 fix white space issues and apply new coding styleJens Lorenz2018-07-031-212/+256
* codestyle: Remove empty single line c++ comments in ctor initializersJens Lorenz2018-06-201-5/+5
* AMUtil: Fix inconsistent fdPollingArrayJens Lorenz2018-06-121-10/+10
* AMUtil: Store signalfd as file descriptor instead of pollfd handleJens Lorenz2018-04-091-3/+1
* AMUtil: Wakeup of ppoll is now also triggered on addFdPollJens Lorenz2018-04-091-0/+1
* AMUtil: Cleanup indents and whitespacesJens Lorenz2018-04-091-1/+1
* AMUtil: ONLY timers will be closed in worker threadJens Lorenz2018-04-091-2/+4
* AMUtil: Rework of socketHandler to avoid calls of invalidated objectsJens Lorenz2018-04-091-16/+17
* AMUtil: Change from mPipe to eventfdJens Lorenz2018-04-091-5/+3
* AMUtil: Improve timer implementation and ensure that no fd leak happensJens Lorenz2018-04-091-1/+3
* Revert "Utility updates capi fixes"revert-26-utilityUpdates_CAPI_fixesJens Lorenz2018-03-131-18/+14
* The real-time scheduler removed.Aleksandar Donchev2018-02-131-22/+0
* Cmake parameters for real-time scheduler's priority and policy and throw runt...Aleksandar Donchev2018-02-131-0/+22
* Real time scheduler added, capi wrapper timeout return value considered in re...Aleksandar Donchev2018-02-131-7/+0
* * All methods in CAPI wrapper with connectionID parameter are deprecated beca...Aleksandar Donchev2018-02-131-4/+1
* Runtime check for calls to the sockethandler from other threadsAleksandar Donchev2018-02-131-0/+6
* A filedescriptor removal will set an invalidation flag which will prevent cal...Aleksandar Donchev2018-02-131-4/+7
* Timer fd is closed at the beginning of the next iteration + some unit tests. ...Aleksandar Donchev2018-02-131-3/+8
* The primary signals SIGINT and SIGQUIT are handled on top level inAleksandar Donchev2017-07-101-411/+380
* Fix for bug in CAmSocketHandler causing invalid pointers and crash.Aleksandar Donchev2017-05-021-6/+5
* Signal handling via main loop with signalfd.Aleksandar Donchev2017-05-021-45/+91
* CAmSerializer interface extended to support std::function. Aleksandar Donchev2017-05-021-5/+2
* CAmSocketHandler - usage of std::function instead of function pointers,Aleksandar Donchev2017-05-021-163/+72
* Linux specific TIMERFD implementation as alternative timer mechanismAleksandar Donchev2017-05-021-363/+451
* try catch for sockethandler callbacksChristian Linke2016-05-181-99/+29
* Added overflow handling for timer and poll handlesChristian Linke2016-02-161-1/+6
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-151-33/+10
* * Updated license fileChristian Linke2015-04-281-10/+8
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-121-0/+576