index
:
delta/audiomanager.git
AM_uninstalled
BuildScripts
EarlyAudio
EarlyAudio-rebased
Intreprid_stable_branch
OLD_POC
Router_adaptions
baserock/6.0
baserock/genivi/6.1-3-gba709ee-gdp
baserock/genivi/6.2010gf494c08-generated-headers
baserock/genivi/baseline
baserock/genivi/genivi-demo-platform
baserock/genivi/jonathan-am
baserock/jonathanmaw/genivi-demo-jetson
baserock/pedroalvarez/6.2-1-gf494c08
discovery_stable
excalibur_stable
foton_stable
gemini_stable
genivi_imp
gh-pages
incubation
master
revert-26-utilityUpdates_CAPI_fixes
utilityUpdates_CAPI_fixes
utility_updates
github.com: GENIVI/AudioManager.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AudioManagerDaemon
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Genivi AudioManager Bug 13: error on update MainSourceSoundProperty in daemon DB
Goehring
2012-11-27
1
-1
/
+1
*
* make DLTWrapper unregister itself before exiting
christian linke
2012-10-30
2
-0
/
+12
*
* make RoutingSender DBus compile with 0xC11
christian linke
2012-10-22
1
-1
/
+1
*
* stability: call bus_threads_init_default before starting DBus.
christian linke
2012-10-16
1
-0
/
+3
*
* nicer handling of singal for exit.
christian linke
2012-10-16
2
-4
/
+5
*
* fix typo in CAmRoutingReceiver
christian linke
2012-10-15
1
-1
/
+1
*
* Call ControlRundown on receiving SIGTERM.
christian linke
2012-10-12
2
-1
/
+7
*
* [GAM-100] nonexisting tables are dropped
christian linke
2012-10-02
1
-6
/
+13
*
* [GAM-91] make CAmSerializer calls with references safer
3.0
christian mueller
2012-09-12
1
-5
/
+5
*
add setVolumeStep, setSinkMuteState, setSourceSoundProperty in telnetserver
Frank Herchet
2012-09-12
1
-265
/
+328
*
* [GAM-55] some finetuning on bugfix.
christian mueller
2012-06-26
2
-4
/
+9
*
* fix setSinkSoundProperty in telnetserver
Frank Herchet
2012-06-26
1
-3
/
+5
*
* [GAM-55] fix wrong context id in logError and logInfo
Frank Herchet
2012-06-26
1
-5
/
+11
*
* [GAM-24] turn watchdog feature off by default.
christian mueller
2012-06-26
1
-1
/
+7
*
* [GAM-82] fixed CAmRoutingSender::setRoutingReady/setRoutingRundown does nev...
christian mueller
2012-06-25
2
-4
/
+4
*
* remove compiler warning
Frank Herchet
2012-06-25
1
-0
/
+1
*
* [GAM-78] Using the AudioManager with Sessionbus does not work fixed
Christian Mueller
2012-05-24
1
-3
/
+5
*
* [GAM-24] Watchdog concept for the AudioManager. This patch introduces the ...
Christian Mueller
2012-05-24
4
-2
/
+645
*
* [GAM-76] fix : add 64bit support for DLT logging
christian mueller
2012-05-24
1
-0
/
+18
*
* fixed AmRoutingTest. Fixed missing mpDBusWrapper Initialisation
christian mueller
2012-05-24
1
-0
/
+1
*
* fix warnings that come with new compiler
christian mueller
2012-05-24
1
-3
/
+21
*
* [GAM-74] resolving issues found by coverity scan
christian mueller
2012-05-24
11
-44
/
+97
*
* [GAM-70] fix wrong type on database interface for source sound properties
christian mueller
2012-05-24
3
-12
/
+11
*
* [GAM-72] change type std::list to std::vector in DbusWrapper
christian mueller
2012-05-24
1
-4
/
+4
*
* changes for enabling the demo @AMM
christian mueller
2012-05-24
1
-2
/
+2
*
* some modifications in telnetserver menu
Frank Herchet
2012-05-24
1
-12
/
+13
*
* [GAM-35] implement DBus for SESSION or SYSTEM bus
christian mueller
2012-04-03
2
-5
/
+25
*
* [GAM-52] fix : main.cpp does not compile on -D WITH_DBUS_WRAPPER=OFF
christian mueller
2012-04-03
1
-1
/
+1
*
* [GAM-54] fixed.
christian mueller
2012-04-02
2
-9
/
+52
*
* [GAM-51] fix CAmDatabaseHandler::getListSinks (::getListSources) if sink (s...
Frank Herchet
2012-03-30
1
-17
/
+24
*
* [GAM-48] fixed compilation error for c++0x
christian mueller
2012-03-29
1
-10
/
+10
*
* [GAM-49] worked in comments to last patches
christian mueller
2012-03-29
3
-63
/
+147
*
* add setSinkVolume to telnetserver
Frank Herchet
2012-03-29
1
-0
/
+56
*
* changing logical wrong assert
christian mueller
2012-03-26
1
-45
/
+45
*
* [GAM-47]. Graceful exit when there is no controller loaded. Added asserts, ...
christian mueller
2012-03-26
1
-0
/
+51
*
* [GAM-46] improvements on CAmSockthandler.
christian mueller
2012-03-23
1
-156
/
+88
*
* [GAM-44] adds threadsafeness to DltWrapper
christian mueller
2012-03-23
1
-0
/
+1
*
* enhanced documentation
christian mueller
2012-03-13
1
-11
/
+0
*
* [GAM-34] fixes sqlite missing error handling
christian mueller
2012-03-12
1
-968
/
+728
*
* removed all documentation to new place
christian mueller
2012-03-06
15
-24
/
+16
*
* updated license headers
christian mueller
2012-03-05
15
-1340
/
+1478
*
* solved merge conflicts
christian mueller
2012-03-01
2
-16
/
+25
*
* fix [GAM-28] problems in routingsender.cpp
christian mueller
2012-03-01
16
-967
/
+989
*
Merge remote branch 'buildsau/master'
christian mueller
2012-02-29
1
-4
/
+96
|
\
|
*
* fix compile error in DLTWrapper.cpp
Frank Herchet
2012-02-29
1
-0
/
+2
|
*
* [GAM-11] Merge branch 'dlt_dependency'
Frank Herchet
2012-02-29
1
-4
/
+94
|
|
\
|
|
*
* [GAM-11] remove dependency from DLT in DLTWrapper if WITH_DLT is undefined
Frank Herchet
2012-02-28
1
-4
/
+64
|
|
*
* [GAM-11] make project compilable without DLT
Frank Herchet
2012-02-24
1
-0
/
+30
*
|
|
* [ performance] for classes that do not need to be derived from, removed vir...
christian mueller
2012-02-29
4
-14
/
+19
|
/
/
*
|
* [GAM-4] updated interfaces
christian mueller
2012-02-27
11
-336
/
+390
[next]