Initialize type of app data
[platform/core/uifw/tts.git] / server / ttsd_data.cpp
2022-03-28 wn.jangInitialize type of app data 26/272926/1 submit/tizen/20220328.060712
2022-03-25 wn.jangInitialize result_event of app data 08/272808/1
2022-03-15 Suyeon HwangClean up header files 96/271896/2
2022-03-15 Suyeon HwangMake play type to identify the method to stop playing 90/271890/2
2022-03-08 Suyeon HwangMerge "Make new functions to manager last event of...
2022-03-07 Suyeon HwangMerge "Fix defect from static analysis tool" into tizen
2022-03-04 Suyeon HwangMake new functions to manager last event of played... 79/271879/2
2022-03-03 Suyeon HwangFix ttsd_data_get_client_state() returns state value... 76/271876/2
2022-03-03 Suyeon HwangMerge changes I7c724fff,I3e1607f8 into tizen
2022-03-02 Suyeon HwangMerge "Refactor retry IPC code to enhance readability...
2022-03-02 Suyeon HwangMerge "Fix paused data handling logic" into tizen
2022-02-18 Suyeon HwangFix paused data handling logic 80/271380/1
2022-02-15 Suyeon HwangFix prototypes of internal functions to increase readab... 13/266213/9
2022-02-15 Suyeon HwangMake function for managing sound_data_s 12/266212/9
2022-02-15 Suyeon HwangMake function for managing speak_data_s 11/266211/9
2022-01-05 Suyeon HwangAdd credential field into app data on server side 67/268967/1
2021-12-27 Suyeon HwangMerge branch 'tizen_6.5' into tizen 94/268594/1
2021-12-27 Suyeon HwangFix the data type for uid 41/268241/6
2021-12-17 sooyeonRearrange logs 88/268188/3
2021-12-17 Wonnam JangMerge "Fix config client type as a bit flat" into tizen_6.5
2021-12-06 Sooyeon KimMerge "Add mutex on tts_config_info for thread safety...
2021-12-06 Sooyeon KimMerge "Seperate memory of tts_config_info for thread...
2021-12-03 sooyeonMake g_synth_control as atomic and Add extra logs 22/267422/3
2021-11-12 Suyeon HwangMerge branch 'tizen' into tizen_6.5 32/266432/1
2021-11-04 sooyeonUnify TTSD processes into two processes (default, inter... 82/265982/6
2021-07-08 Suyeon HwangClean code to enhance readability 79/260979/1
2021-07-07 Suyeon HwangEnhance the readability using cpp style 58/260958/1
2021-07-07 Suyeon HwangAdd mutex for thread safety of app_data access 57/260957/1
2021-06-28 Suyeon HwangCreate data structure for saving tidl proxy information 10/260010/4
2021-05-21 Suyeon HwangIntialize function pointer to avoid invalid access 17/258617/2
2021-04-08 Suyeon HwangLock all accessing state code and Use cpp style lock... 51/256651/1
2021-04-08 Suyeon HwangUse tts_ipc_method_e on server side 36/256536/2
2021-03-26 Suyeon HwangCreate play thread if the app state is still playing 42/255942/2
2021-03-17 Sungwook ParkSupport TIDL / dbus IPC 23/248523/8
2020-11-27 Suyeon HwangMerge changes Ic6ad2c94,I7d0f0397,I5b298cb5,Ib64b8628...
2020-11-09 sooyeon.kimFix build error in 64bit 93/247293/1 accepted/tizen/unified/20201110.125029 submit/tizen/20201109.122558
2020-11-09 Sungwook ParkRemove infinite loop log 12/247212/1 submit/tizen/20201109.074204
2020-11-06 sooyeon.kimReturn operation failed error when inserting data is... 97/246997/2
2020-11-06 sooyeon.kimFix crash in pringint logs 93/246993/1
2020-11-05 sooyeon.kimFix build error and Update version (1.60.12) 58/246958/2
2020-11-05 sooyeon.kimAdd logs for checking clients in ttsd_data 23/246923/3
2020-11-02 sooyeon.kimChange not to send dbus message when ttsc is destroyed... 57/246557/3
2019-12-19 Wonnam JangMerge "Add codes to avoid memory leak" into tizen
2019-12-19 wn.jangAdd codes to avoid memory leak 90/220490/1
2018-12-05 Wonnam JangMerge "Remove unnecessary timer" into tizen
2018-11-15 sooyeon.kimFix memory leak 97/193097/2
2018-02-28 sooyeon.kimMerge "Add logs to check audio write" into tizen
2018-02-28 sooyeon.kimMerge "Fix double pthread mutex unlock" into tizen
2018-02-28 sooyeon.kimFix double pthread mutex unlock 59/171259/1
2018-02-28 sooyeon.kimMerge "Fix unset audio policy" into tizen
2018-02-28 sooyeon.kimMerge "Add null checker into display_language_changed...
2018-02-28 sooyeon.kimMerge "Clear data when AUDIO_POLICY_BLOCKED is occurred...
2018-02-28 sooyeon.kimFix unsafe mutex 55/171255/1
2018-02-28 Sooyeon KimMerge "Pass tts handle to connect_daemon in prepare_syn...
2018-02-28 sooyeon.kimMerge "Add waiting for engine buffering" into tizen
2018-02-28 sooyeon.kimAdd waiting for engine buffering 50/171250/1
2018-01-23 Sooyeon KimMerge "Fix memory leaks of dbus" into tizen
2018-01-23 sooyeon.kimMerge "Fix current state before tts_prepare_sync" into...
2018-01-23 sooyeon.kimMerge "Fix to deallocate memory of sound and speak...
2018-01-23 sooyeon.kimMerge "Fix timeout period of ecore_timer in prepare...
2018-01-23 sooyeon.kimMerge "Fix to check whether it is possible to access...
2018-01-23 sooyeon.kimMerge "Disable printing ttsd_data debug logs" into...
2018-01-23 sooyeon.kimFix to deallocate memory of sound and speak data 54/167954/1
2018-01-23 sooyeon.kimDisable printing ttsd_data debug logs 49/167949/1
2017-11-07 Wonnam JangFix wrong format for dlog 68/159068/1
2017-10-27 Wonnam JangMerge "Fix coverity - dbus_connection_unref" into tizen
2017-10-27 Wonnam JangMerge "Fix segmentation fault" into tizen
2017-10-27 sooyeon.kimFix segmentation fault 80/157980/1
2017-09-29 Sooyeon KimMerge "Add to check if app agreed or not" into tizen
2017-09-29 Wonnam JangAdd to check if app agreed or not 85/153685/1
2017-07-14 sooyeon.kimFix return value 58/138958/1 accepted/tizen/unified/20170718.173945 submit/tizen/20170717.074827
2017-06-28 Wonnam JangFix dlog format argument error 14/136114/3 accepted/tizen/unified/20170707.154748 submit/tizen/20170707.021605
2017-03-08 Wonnam JangMerge remote-tracking branch 'origin/tizen_3.0' into... 14/117914/1
2017-03-06 sooyeon.kimAdd logs to check list_insert 78/117578/5
2017-03-03 sooyeon.kimFix to access list in ttsd_data 82/117182/1
2017-01-31 sooyeon.kimAdd null checker when memory is released 93/112293/4
2017-01-16 Wonnam JangAdd logic to check that list is empty 60/110460/1
2017-01-11 sooyeon.kimFix directories to install TTS engine info file in... 81/109681/1
2016-12-26 sooyeon.kimFix directories to install TTS engine info file in... 12/107112/3 submit/tizen_3.0/20161226.132846
2016-12-26 sooyeon.kimAdd pthread_mutex for safety 03/107103/1
2016-12-26 Kwangyoun KimMerge "Change deprecated api(readdir_r -> readdir)...
2016-12-26 sooyeon.kimAdd pthread_mutex for safety 97/107097/1
2016-12-26 sooyeon.kimFix segmentation fault in ttsd_data.cpp 40/106940/1
2016-12-26 sooyeon.kimMerge "Fix segmentation fault in ttsd_data.cpp" into...
2016-12-22 sooyeon.kimFix segmentation fault in ttsd_data.cpp 52/106652/1
2016-07-15 sooyeon.kimChange to TTS engine process 40/79740/6 accepted/tizen/common/20160719.173227 accepted/tizen/mobile/20160719.232303 accepted/tizen/wearable/20160719.232419 submit/tizen_common/20160719.085816 submit/tizen_mobile/20160719.085900 submit/tizen_wearable/20160719.085917
2016-06-09 Wonnam JangFix bugs 63/73663/2 accepted/tizen/common/20160609.150309 accepted/tizen/ivi/20160610.011019 accepted/tizen/mobile/20160610.011141 accepted/tizen/tv/20160610.011030 accepted/tizen/wearable/20160610.011041 submit/tizen/20160609.073038
2016-04-26 sooyeon.kimcheck and revise by coding rule 47/67247/1 accepted/tizen/common/20160504.130028 accepted/tizen/ivi/20160504.011702 accepted/tizen/mobile/20160504.011611 accepted/tizen/tv/20160504.011627 accepted/tizen/wearable/20160504.011645 submit/tizen/20160503.082738
2016-03-15 Wonnam Jangsync codes to 2.4 spin 71/62271/2 submit/tizen/20160318.103722
2015-02-13 ky85.kimMerge with Tizen 2.3 82/35382/1 tizen_3.0.2015.q2_common accepted/tizen/common/20150506.091347 accepted/tizen/mobile/20150511.004112 accepted/tizen/tv/20150506.233457 accepted/tizen/wearable/20150506.234519 submit/tizen/20150429.013912 submit/tizen_common/20150505.090000
2014-03-11 Kwangyoun KimAdd handler for player error 49/17849/2
2014-03-11 Lee DongyeolFix to remove timer when daemon is destroyed 44/17844/1
2013-04-10 Kwangyoun Kimchange code for config and change init api and add...
2013-03-20 Kwangyoun KimMerge with master branch
2013-03-20 Kwangyoun KimFix bug on resume tts and add code for file message...
2013-03-15 Jinkun Jangmerge with master
2013-03-12 Jinkun JangTizen 2.1 base
2013-02-07 Kwangyoun KimAdd TTS mode
2013-01-15 Kwangyoun KimFix prevent issue and change license file
2012-08-21 Dongyeol LeeUpdate tts for tizen 2.0 beta 2.0alpha master 2.0_alpha accepted/tizen/20130520.103104 submit/master/20120920.151129 submit/tizen/20130517.020040
next