summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src
Commit message (Expand)AuthorAgeFilesLines
* * some naming adoptions & review for GENIVIChristian Linke2013-09-091-5/+23
* * AmMapHanlderTest - added tests for the callbacks in CAmDatabaseObserver.Aleksandar Donchev2013-09-031-62/+88
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, NodeStateCommunicato...Aleksandar Donchev2013-09-037-101/+751
* Handle cases where readdir() does not return the file typeChristian Linke2013-09-022-0/+33
* * fix for Bug 92 - sinkID wrongly reported to DatabaseObserverChristian Linke2013-09-022-5/+11
* * CAmDatabaseHandlerMap - the main connection now have separate method for id...Aleksander Donchev2013-08-141-14/+36
* * Refactoring and improvements CAmDatabasehandlerMap ( Ticket #87 )Aleksander Donchev2013-08-141-132/+125
* make AM compile with newer libstdChristian Linke2013-08-141-0/+1
* Fix for bug 78: AmNodeStateCommunicatorTest throws a runtime exceptionMuhammad Shakeel2013-07-191-15/+18
* * Creation of database handler through the 'new' opertor replaced. Aleksander Donchev2013-07-101-8/+3
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-109-327/+336
* Renamed CAmDatabaseHandlerInterface to IAmDatabaseHandler,Aleksander Donchev2013-07-102-0/+0
* Added 'Dump' method to the database handler and to the telnet server (Info ->...Aleksander Donchev2013-07-105-63/+407
* * corrected private fix for CAmMapHandlerChristian Linke2013-06-261-9/+9
* * make Telnetserver work with maphandlerChristian Linke2013-06-263-10/+17
* * remove some warningsChristian Linke2013-06-263-12/+9
* Minor fix for the ID generation of domains, connection and main connections (...Aleksandar Donchev2013-06-261-3/+3
* First version Map implementation of database handler with unit tests ( ticket...Aleksandar Donchev2013-06-267-34/+2563
* * fix [bug 74] : changesourceDb copy paste errorChristian Linke2013-06-191-5/+5
* Thomas Göhring: Fix for: Bug 69 - Endless loop in CAmDatabaseHandler::getRou...Goehring2013-06-181-1/+13
* * fix for Bug 66 - Wrong Log messagesChristian Linke2013-06-111-1/+1
* * fixed bug 59 & Bug 63. Removes superfluss comments in DBusWrapper, removes ...Christian Linke2013-06-032-9/+21
* * fix for bug [52]: Dbus wrapper sometimes does not deliver all messagesChristian Linke2013-06-031-1/+15
* * remove checks from controlReceiver. No retries where possible when the rout...Christian Linke2013-03-051-73/+0
* * online coding fixed overflow of handlesChristian Linke2013-03-051-1/+5
* * stability fix because of dbus interface of nsmChristian Linke2013-02-281-1/+5
* * 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