summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-17Fix build error in 64bit profilesubmit/tizen_6.5/20211117.060654accepted/tizen/6.5/unified/20211117.210602accepted/tizen_6.5_unifiedJi-hoon Lee1-1/+2
2021-11-10Add audio data transmission mileage in thread safe wayJi-hoon Lee1-5/+7
2021-11-10Add audio data mileage and long-running dbus events in logsJi-hoon Lee1-4/+32
2021-11-09Change localtime to localtime_r for thread safetywn.jang1-1/+3
2021-10-29Add more log messages to the ERROR level groupsubmit/tizen/20211029.093841accepted/tizen/unified/20211101.140215Ji-hoon Lee2-14/+14
2021-10-28Restore background volume if last requester gets deactivatedJi-hoon Lee2-3/+63
2021-10-21Add retry logic in case open_connection failsJi-hoon Lee2-15/+30
2021-09-27Retry at most 3 times if aul_app_get_appid_bypid() failsJi-hoon Lee1-4/+12
2021-08-13Fix defects detected by static analysis toolJi-hoon Lee1-7/+7
2021-08-11Fix defects detected by static analysis toolsubmit/tizen/20210811.070045accepted/tizen/unified/20210813.005937Ji-hoon Lee2-2/+2
2021-08-10Revert "Revert "Use trusted message port for secure audio transmission""Ji-hoon Lee1-0/+13
2021-08-10Merge branch 'tizen_6.0' into tizenJi-hoon Lee2-14/+2
2021-08-03Fix build break in 64bit profilesubmit/tizen/20210804.013324submit/tizen/20210803.113947accepted/tizen/unified/20210804.120436Ji-hoon Lee1-1/+1
2021-08-03Prevent buffer overflow in case the audio data size is too largeJi-hoon Lee1-8/+34
2021-08-03Add minimum flush time constraintJi-hoon Lee1-1/+19
2021-08-03Support multiple wakeup engines for single assistantJi-hoon Lee4-30/+66
2021-06-30Fix errors found while adding tests for CPackageUpdateMonitorJi-hoon Lee2-205/+27
2021-06-30Extract package update monitor class and add test casesJi-hoon Lee2-122/+411
2021-06-08Fix build breaksubmit/tizen/20210610.090552accepted/tizen/unified/20210611.014107Ji-hoon Lee1-1/+1
2021-05-21Fix bug detected from static analysis toolsubmit/tizen/20210610.085603submit/tizen/20210521.041733wn.jang1-2/+8
2021-03-29Fix defects detected by static analysis toolsubmit/tizen/20210330.042720accepted/tizen/unified/20210330.111233Ji-hoon Lee1-9/+12
2021-02-03Revert "Use trusted message port for secure audio transmission"Ji-hoon Lee1-13/+0
2021-01-21Add more logs for streaming eventsJi-hoon Lee2-1/+2
2021-01-06Add streaming request related log messagesJi-hoon Lee1-3/+15
2021-01-05Use trusted message port for secure audio transmissionJi-hoon Lee1-0/+13
2020-12-29Add NULL check before calling dbus_bus_release_name()Ji-hoon Lee1-5/+8
2020-12-04Add more logs that can help analyzing various issuesJi-hoon Lee2-10/+10
2020-12-02Remove unnecessary log messages from INFO tagJi-hoon Lee1-4/+7
2020-12-02Add try-catch statements for handling exceptionsJi-hoon Lee1-1/+7
2020-10-07Change log level of some messages for better trackabilityJi-hoon Lee1-7/+7
2020-09-03Use appropriate pid when handling streaming failure eventJi-hoon Lee1-1/+2
2020-08-19Check sender validity on streaming related requestsJi-hoon Lee1-11/+31
2020-08-13Add more logs for tracking detailed streaming processJi-hoon Lee3-0/+8
2020-08-13Ignore streaming requests from clients not currently woken upJi-hoon Lee1-0/+11
2020-08-07Fix bug NULL is passed on streaming failure eventJi-hoon Lee1-2/+8
2020-08-03Fix bug assigning a newly created variable's value to itselfJi-hoon Lee1-1/+2
2020-07-22Merge branch 'tizen_5.5' into tizensubmit/tizen/20200803.021302Ji-hoon Lee1-29/+46
2020-07-22Merge branch 'tizen_5.5' into tizenJi-hoon Lee1-3/+3
2020-07-22Use async version of aul_launch_app for avoiding deadlockJi-hoon Lee1-2/+2
2020-07-22Ignore outdated wakeup timer eventsJi-hoon Lee1-24/+62
2020-06-15Fix utc failure : test-preference-manager-vconfJi-hoon Lee1-9/+13
2020-06-05Add missing ret value assignmentJi-hoon Lee1-2/+2
2020-06-04Remove unnecessary white space between function name and parenthesisJi-hoon Lee1-1/+1
2020-06-04Prevent sending dbus messages to panel if panel is not enabledJi-hoon Lee2-11/+26
2020-05-28Merge branch 'tizen_5.5' into tizensubmit/tizen/20200528.081843accepted/tizen/unified/20200528.132813Ji-hoon Lee1-15/+31
2020-05-27Make sure uninstall completion event also restarts serviceJi-hoon Lee1-11/+27
2020-05-27Enable app_manager_is_running and add retry logic on failureJi-hoon Lee1-18/+26
2020-05-25Add NULL check when prelaunching default assistantJi-hoon Lee1-1/+2
2020-05-25Use app_manager_is_running() for checking process existenceJi-hoon Lee1-12/+20
2020-05-25Add log messages for checking startup processJi-hoon Lee1-2/+33