summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed define in the map handler header causing compile error for some tests. ...Aleksander Donchev2013-07-123-8/+7
* * Creation of database handler through the 'new' opertor replaced. Aleksander Donchev2013-07-102-9/+5
* cmake configuration now allows change of inital map sizesAleksander Donchev2013-07-101-1/+3
* Minor: Access specifier of function changed from protected to public.Aleksander Donchev2013-07-101-5/+2
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-1034-410/+757
* Renamed CAmDatabaseHandlerInterface to IAmDatabaseHandler,Aleksander Donchev2013-07-105-316/+0
* Added 'Dump' method to the database handler and to the telnet server (Info ->...Aleksander Donchev2013-07-1020-280/+2808
* * added possibilty to ask for routing ready stateChristian Linke2013-07-014-3/+23
* * new naming convention for dbus interfaces.Christian Linke2013-06-285-5/+5
* * corrected private fix for CAmMapHandlerChristian Linke2013-06-262-10/+11
* * update documentation and readmeChristian Linke2013-06-264-32/+48
* * make Telnetserver work with maphandlerChristian Linke2013-06-267-176/+186
* * some adoptins in the routinginterfaceChristian Linke2013-06-2610-64/+488
* * remove some warningsChristian Linke2013-06-265-17/+12
* 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-2625-82/+5688
* * 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-182-1/+151
* * fixed bug64 genivi.audiomanager.service contains hardcoded "User=christian" Christian Linke2013-06-131-1/+1
* * fixed bug54Christian Linke2013-06-132-0/+2
* * adds test for bug63 to the database testsChristian Linke2013-06-131-0/+24
* * fix for Bug 66 - Wrong Log messagesChristian Linke2013-06-112-3/+3
* * fixed bug 59 & Bug 63. Removes superfluss comments in DBusWrapper, removes ...Christian Linke2013-06-033-10/+21
* * fix for bug [52]: Dbus wrapper sometimes does not deliver all messagesChristian Linke2013-06-032-1/+18
* D-Bus method hanlers should reply back, even if the return type is void else ...Nrusingh Dash2013-03-061-0/+24
* * 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-282-2/+6
* - changed domainData, sourceData, sinkData, gatewayData, crossfaderData to D-...Nrusingh Dash2013-02-274-126/+198
* * Johanne's Bug fix4.0Christian Linke2013-02-211-0/+1
* * add missing include 3.2Christian Linke2013-02-181-0/+1
* * 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
* * enhancing documentationChristian Linke2013-02-0713-12/+146
* * Added Abstract component compliance descriptionChristian Linke2013-01-313-0/+0
* * updated documentation to match foton releaseChristian Linke2013-01-318-1/+4
* * update NSM testChristian Linke2013-01-181-2/+2
* * fix asyncRoutingTest and NSM testChristian Linke2013-01-182-5/+4
* * repair NSM testChristian Linke2013-01-181-1/+4
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-1737-620/+626
* * add support to switch dedicated plugins off, fix databasehandler regarding ...christian linke2013-01-1114-86/+269
* * fix WITH_NSM=off optionchristian linke2013-01-0911-15/+121
* * remove python from nodestatemanger test, remove warnings from test CXX flag...christian linke2013-01-085-4/+7
* * some minor coverity check fixeschristian linke2013-01-088-21/+55
* * enable turning off the NSMchristian linke2013-01-074-1/+13
* * take away mandatory NSM dependency and ship NSM headers as fallbackchristian linke2013-01-077-8/+438
* added DL library path to the following cmake files - AudioManagerDaemon/test/...3.1Nrusingh Dash2013-01-075-1/+5
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + fi...christian linke2012-12-17118-1409/+6003
* fix [OSS BUG 23] - connection removed if routing returns !=E_OK. added test c...christian linke2012-12-065-1/+82
* * make AudioManager rundown cleaner. Now an extra created pipe is used to tri...christian linke2012-11-297-13/+103