index
:
platform/core/appfw/aul-1
1.0_post
2.0alpha
Refs/for/tizen
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/tizen
for/drafts/tizen
master
pepper
ref/drafts/tizen
refsf/rot/tizen
refsf/rot/zein
res/for/tizen_5.0
resf/for/tizen
sandbox/dkson95/build
sandbox/durandba1/multiuserid
sandbox/durandba1/multiuseruid
sandbox/hjhun/devel
sandbox/hjhun/devel2
sandbox/jlaako/multiseat
sandbox/leemgs/mytest
sandbox/lstelmach/proc-exclude-sync
sandbox/mbachmann/aul_plugin
sandbox/nmerinov/llvm
sandbox/sdi2/backend
sandbox/sdi2/multiuseruid
sandbox/sdi2/multiuseruidFinal
tizen
tizen_2.0
tizen_2.1
tizen_2.2.1
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
tizen_ivi_panda
tizen_ivi_release
Domain: App Framework / Application Launcher;
Junghoon Park <jh9216.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
Fix static analysis issues
Hwankyu Jhun
1
-4
/
+4
2024-01-16
Add a missing mutex unlock
Hwankyu Jhun
1
-0
/
+1
2024-01-16
Fix wrong error handling
Hwankyu Jhun
1
-2
/
+7
2024-01-12
Fix fd leak
Hwankyu Jhun
1
-3
/
+9
2023-12-26
Add a new internal function to send raw data
Hwankyu Jhun
2
-2
/
+22
2023-12-22
Add a new internal AUL key
Hwankyu Jhun
1
-7
/
+7
2023-12-22
Send a result with a sequence number
Hwankyu Jhun
1
-4
/
+11
2023-12-06
Modify -f option of app launcher
Hwankyu Jhun
1
-0
/
+18
2023-11-20
Revert "Send a startup signal in the constructor"
Changgyu Choi
2
-7
/
+0
2023-11-16
Use TLS variable for getting status
Hwankyu Jhun
3
-8
/
+45
2023-11-15
Add a missing header file
Hwankyu Jhun
1
-0
/
+29
2023-11-15
Print warning messages
Hwankyu Jhun
2
-0
/
+25
2023-11-14
Send a startup signal in the constructor
Changgyu Choi
2
-0
/
+7
2023-10-16
Use global mutex variable on __send_result()
Changgyu Choi
1
-10
/
+6
2023-10-16
Remove the logic that checks channel lock during __send_result()
Changgyu Choi
1
-7
/
+1
2023-09-20
Fix double fd close
Changgyu Choi
1
-0
/
+1
2023-09-13
Use sysconf() instead of global variable
Hwankyu Jhun
1
-11
/
+10
2023-08-30
Add new internal functions to restart loader process
Hwankyu Jhun
1
-0
/
+39
2023-07-27
Add new internal functions to kill loader process
Hwankyu Jhun
1
-0
/
+44
2023-07-25
Add a new internal function for getting proc group info
Hwankyu Jhun
2
-0
/
+169
2023-07-21
Modify error code of aul socket
Hwankyu Jhun
1
-2
/
+2
2023-06-20
Fix wrong gsource deletion
Hwankyu Jhun
1
-3
/
+11
2023-06-20
Fix a static analysis issue
Changgyu Choi
1
-0
/
+4
2023-06-19
Add a new internal API
Changgyu Choi
1
-2
/
+38
2023-06-12
Send ping before adding the watchdog timer
Hwankyu Jhun
1
-0
/
+6
2023-06-05
Move function definition to aul header
Hwankyu Jhun
2
-6
/
+3
2023-05-24
Add new internal APIs
Hwankyu Jhun
2
-4
/
+262
2023-05-17
Modify CPU inheritance feature
Hwankyu Jhun
4
-50
/
+127
2023-05-02
Modify aul_rpc_port_usr_exist() function
Hwankyu Jhun
1
-10
/
+6
2023-03-27
Add APIs for getting path related Resource Control
ilho kim
1
-0
/
+50
2023-03-08
Modify aul_app_com_leave function
Hwankyu Jhun
1
-12
/
+10
2023-02-24
Change APP_COM_LEAVE request to async
Changgyu Choi
1
-1
/
+1
2023-02-03
Add get/set window position api
SukhyungKang
1
-0
/
+52
2023-02-02
Fix static analysis issue
Hwankyu Jhun
1
-1
/
+1
2023-01-26
Fix double close issue
Hwankyu Jhun
3
-17
/
+13
2023-01-11
Make a cache for getting appsvc alias appid
Hwankyu Jhun
1
-14
/
+52
2023-01-11
Add appsvc alias feature for tv profile
Hwankyu Jhun
2
-3
/
+6
2023-01-11
Check process group ID for getting appid and pkgid
Hwankyu Jhun
1
-2
/
+2
2023-01-03
Apply aul request with timeout
Changgyu Choi
5
-15
/
+65
2023-01-03
Add new internal functions for candidate processes
Hwankyu Jhun
1
-6
/
+23
2022-12-30
Fix static analysis issues
Changgyu Choi
1
-3
/
+3
2022-12-28
Refactor app_signal.cc
Changgyu Choi
1
-67
/
+55
2022-11-11
Add AUL_SVC_RET_ETIMEOUT error
Changgyu Choi
2
-1
/
+9
2022-11-08
Modify sequence number generation
Hwankyu Jhun
1
-8
/
+5
2022-11-01
Refactor launcher service API
Hwankyu Jhun
2
-185
/
+160
2022-11-01
Refactor watch control API
Hwankyu Jhun
2
-90
/
+93
2022-10-20
Refactor status API
Hwankyu Jhun
2
-439
/
+382
2022-10-17
Fix static analysis issues
Changgyu Choi
5
-9
/
+12
2022-10-05
Consider 64-bit environment
Hwankyu Jhun
1
-1
/
+1
2022-09-27
Use modified tizen_base::Parcel
Hwankyu Jhun
1
-2
/
+1
[next]