summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Fix pkg parser connection logicJunghyun Yeon1-8/+43
2019-07-10Support AUL watch controlHwankyu Jhun3-0/+124
2019-07-10Support permission checkHwankyu Jhun4-345/+1701
2019-06-14Make thread safe codeHwankyu Jhun1-181/+243
2019-06-05Fix invalid accessHwankyu Jhun1-6/+8
2019-05-31Fix a memory corruptionHwankyu Jhun1-2/+4
2019-05-24Support instance terminationHwankyu Jhun3-27/+155
2019-04-25Add a new commandHwankyu Jhun1-0/+2
2019-04-24Add a result value for out of memoryHwankyu Jhun3-18/+27
2019-04-24Modify retrieving components informationHwankyu Jhun1-11/+62
2019-04-23Fix a wrong implementationHwankyu Jhun1-146/+133
2019-04-23Add new functions to handling running componentsHwankyu Jhun3-10/+406
2019-04-22Add new functions for retrieving running component contextHwankyu Jhun4-1/+233
2019-04-16Add new functions for getting component informationHwankyu Jhun1-0/+724
2019-04-03Add new functions for component-based app group featureHwankyu Jhun5-2/+395
2019-03-22Remove using /dev/random device nodeHwankyu Jhun1-19/+2
2019-03-20Add new functions for component-based applicationHwankyu Jhun2-0/+126
2019-03-18Fix wrong URI resolutionHwankyu Jhun1-14/+12
2019-02-26Fix fd leakHwankyu Jhun1-0/+2
2019-02-19Support handling of each app-control IDHwankyu Jhun1-0/+179
2019-02-19Fix wrong exceptionsHwankyu Jhun1-5/+6
2019-02-15Fix wrong log messageHwankyu Jhun1-1/+1
2019-02-14Convert error valueHwankyu Jhun1-1/+2
2019-02-13Fix sending launch request asyncHwankyu Jhun2-26/+45
2018-12-27Add new API for sending launch request synchronouslyHwankyu Jhun5-231/+425
2018-12-07Fix a wrong log formatHwankyu Jhun1-1/+1
2018-11-26Fix a bug about aul_app_is_running functionsHwankyu Jhun1-1/+18
2018-11-20Fix __get_path_from_dbSangyoon Jang1-1/+12
2018-11-16Fix invalid accessHwankyu Jhun2-10/+28
2018-11-07Fix wrong log formatHwankyu Jhun1-1/+1
2018-11-02Fix RPC-Port functionHwankyu Jhun1-14/+33
2018-11-01Prevent a brute force attackHwankyu Jhun1-22/+66
2018-10-31Fixed a bug about handling callback functionHwankyu Jhun1-13/+23
2018-10-23Fix getting path from dbSangyoon Jang1-12/+7
2018-10-01Fixed wrong exceptionHwankyu Jhun1-1/+1
2018-09-27Fixed resource leakHwankyu Jhun1-1/+4
2018-09-20Modified aul socket functionsHwankyu Jhun1-250/+130
2018-09-18Remove calling getpgid functionHwankyu Jhun1-15/+1
2018-09-17Support launch reqeust async APIHwankyu Jhun5-72/+258
2018-09-03Fixed resource leakHwankyu Jhun1-0/+3
2018-08-22Refactor aul launchHwankyu Jhun6-699/+492
2018-08-08Support watchdog timerHwankyu Jhun3-1/+115
2018-08-06Use thread-safe functionHwankyu Jhun1-3/+10
2018-07-16Add new functionsHwankyu Jhun1-0/+379
2018-07-02Fix memory leakHwankyu Jhun1-0/+1
2018-06-25Remove start timeHwankyu Jhun1-0/+1
2018-06-20Add white operation featureHwankyu Jhun1-1/+22
2018-05-30Fix aul_update_freezer_status APIHwankyu Jhun1-4/+69
2018-05-18Add new functions for debuggingHwankyu Jhun2-0/+268
2018-05-17Make thread safe codeHwankyu Jhun1-133/+166