summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src
Commit message (Expand)AuthorAgeFilesLines
* * calculated delay for mainconnection but forgot to update it. This fixes this.Christian Linke2013-02-121-0/+3
* CAmDatabaseHandler::enterSourceClassDB does not work in release modeGoehring2013-02-121-1/+2
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-176-173/+172
* * add support to switch dedicated plugins off, fix databasehandler regarding ...christian linke2013-01-112-25/+122
* * fix WITH_NSM=off optionchristian linke2013-01-093-5/+73
* * some minor coverity check fixeschristian linke2013-01-086-19/+42
* * enable turning off the NSMchristian linke2013-01-071-0/+6
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + fi...christian linke2012-12-1714-60/+2034
* fix [OSS BUG 23] - connection removed if routing returns !=E_OK. added test c...christian linke2012-12-062-1/+17
* * make AudioManager rundown cleaner. Now an extra created pipe is used to tri...christian linke2012-11-296-13/+47
* * [Bug 10] - feedback from review . fixed removeSourceDB like suggested in ti...christian linke2012-11-271-2/+2
* Genivi AudioManager Bug 13: error on update MainSourceSoundProperty in daemon DBGoehring2012-11-271-1/+1
* * make DLTWrapper unregister itself before exitingchristian linke2012-10-302-0/+12
* * make RoutingSender DBus compile with 0xC11christian linke2012-10-221-1/+1
* * stability: call bus_threads_init_default before starting DBus.christian linke2012-10-161-0/+3
* * nicer handling of singal for exit.christian linke2012-10-162-4/+5
* * fix typo in CAmRoutingReceiverchristian linke2012-10-151-1/+1
* * Call ControlRundown on receiving SIGTERM.christian linke2012-10-122-1/+7
* * [GAM-100] nonexisting tables are droppedchristian linke2012-10-021-6/+13
* * [GAM-91] make CAmSerializer calls with references safer3.0christian mueller2012-09-121-5/+5
* add setVolumeStep, setSinkMuteState, setSourceSoundProperty in telnetserverFrank Herchet2012-09-121-265/+328
* * [GAM-55] some finetuning on bugfix. christian mueller2012-06-262-4/+9
* * fix setSinkSoundProperty in telnetserverFrank Herchet2012-06-261-3/+5
* * [GAM-55] fix wrong context id in logError and logInfoFrank Herchet2012-06-261-5/+11
* * [GAM-24] turn watchdog feature off by default.christian mueller2012-06-261-1/+7
* * [GAM-82] fixed CAmRoutingSender::setRoutingReady/setRoutingRundown does nev...christian mueller2012-06-252-4/+4
* * remove compiler warningFrank Herchet2012-06-251-0/+1
* * [GAM-78] Using the AudioManager with Sessionbus does not work fixedChristian Mueller2012-05-241-3/+5
* * [GAM-24] Watchdog concept for the AudioManager. This patch introduces the ...Christian Mueller2012-05-244-2/+645
* * [GAM-76] fix : add 64bit support for DLT loggingchristian mueller2012-05-241-0/+18
* * fixed AmRoutingTest. Fixed missing mpDBusWrapper Initialisationchristian mueller2012-05-241-0/+1
* * fix warnings that come with new compilerchristian mueller2012-05-241-3/+21
* * [GAM-74] resolving issues found by coverity scanchristian mueller2012-05-2411-44/+97
* * [GAM-70] fix wrong type on database interface for source sound propertieschristian mueller2012-05-243-12/+11
* * [GAM-72] change type std::list to std::vector in DbusWrapperchristian mueller2012-05-241-4/+4
* * changes for enabling the demo @AMMchristian mueller2012-05-241-2/+2
* * some modifications in telnetserver menuFrank Herchet2012-05-241-12/+13
* * [GAM-35] implement DBus for SESSION or SYSTEM buschristian mueller2012-04-032-5/+25
* * [GAM-52] fix : main.cpp does not compile on -D WITH_DBUS_WRAPPER=OFFchristian mueller2012-04-031-1/+1
* * [GAM-54] fixed.christian mueller2012-04-022-9/+52
* * [GAM-51] fix CAmDatabaseHandler::getListSinks (::getListSources) if sink (s...Frank Herchet2012-03-301-17/+24
* * [GAM-48] fixed compilation error for c++0xchristian mueller2012-03-291-10/+10
* * [GAM-49] worked in comments to last patcheschristian mueller2012-03-293-63/+147
* * add setSinkVolume to telnetserverFrank Herchet2012-03-291-0/+56
* * changing logical wrong assertchristian mueller2012-03-261-45/+45
* * [GAM-47]. Graceful exit when there is no controller loaded. Added asserts, ...christian mueller2012-03-261-0/+51
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-231-156/+88
* * [GAM-44] adds threadsafeness to DltWrapperchristian mueller2012-03-231-0/+1
* * enhanced documentation christian mueller2012-03-131-11/+0
* * [GAM-34] fixes sqlite missing error handlingchristian mueller2012-03-121-968/+728