summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * AMUtil: Store signalfd as file descriptor instead of pollfd handleJens Lorenz2018-04-092-46/+21
| * AMUtil: Wakeup of ppoll is now also triggered on addFdPollJens Lorenz2018-04-092-16/+17
| * AMUtil: Fix startup sequence addFdPoll and removeFdPollJens Lorenz2018-04-092-4/+87
| * AMUtil: Cleanup indents and whitespacesJens Lorenz2018-04-093-33/+34
| * AMUtil: Rework of exception debug messagesJens Lorenz2018-04-091-13/+15
| * AMUtil: ONLY timers will be closed in worker threadJens Lorenz2018-04-092-9/+18
| * AMUtil: Rework of socketHandler to avoid calls of invalidated objectsJens Lorenz2018-04-094-219/+505
| * AMUtil: Change from mPipe to eventfdJens Lorenz2018-04-092-20/+41
| * AMUtil: Improve timer implementation and ensure that no fd leak happensJens Lorenz2018-04-092-48/+50
| * 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: Test: Ensure that revents are tested in fire callbackJens Lorenz2018-04-091-2/+2
| * AMUtil: Test: Lets check the return value of addTimerJens Lorenz2018-04-091-13/+14
| * AMUtil: Test: Remove off-by-one problem for timer meas. and socket testsJens Lorenz2018-04-091-45/+39
| * AMUtil: Test: Fix mExpected value range for 32-bitJens Lorenz2018-04-092-2/+2
| * CMAKE: Update option messageAleksandar Donchev2018-03-271-3/+1
| * AMUtil: Test: Add macro to increase the loop count of serializer testsAleksandar Donchev2018-03-271-2/+5
| * AMUtil: Common API WrapperAleksandar Donchev2018-03-272-106/+124
| * AMUtil: Dlt init function returns now correctlyAleksandar Donchev2018-03-271-2/+3
|/
* Merge pull request #31 from gunnarx/sorted_indent_rulesGENIVI Audio Manager Maintainer2018-03-261-132/+144
|\
| * Foo: Apply formatting changes as proposed in pr 28Gunnar Andersson2018-03-161-5/+17
| * Foo: Sort all the settings in the code style XMLGunnar Andersson2018-03-161-131/+131
|/
* Merge pull request #30 from GENIVI/revert-26-utilityUpdates_CAPI_fixesGENIVI Audio Manager Maintainer2018-03-139-932/+429
|\
| * Revert "Utility updates capi fixes"revert-26-utilityUpdates_CAPI_fixesJens Lorenz2018-03-139-932/+429
|/
* Merge pull request #26 from GENIVI/utilityUpdates_CAPI_fixesGENIVI Audio Manager Maintainer2018-03-139-429/+932
|\
| * 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 #25 from JensLorenz/version_and_doc_updateGENIVI Audio Manager Maintainer2018-02-26975-36121/+22169
|\ \ | |/ |/|
| * DOCS: Align documentation with version 7.6.6Jens Lorenz2018-02-13967-35915/+22139
| * CMake: Implement VCS agnostic versioningJens Lorenz2018-02-136-61/+30
| * README: Remove description related to telnetJens Lorenz2018-02-132-145/+0
|/
* 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