index
:
platform/core/system/sessiond
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
devel
master
sandbox/anowak03/no_compile
sandbox/klewandowski/tizen_7.0
sandbox/mbloch/cheops
sandbox/mbloch/szablonowe_rozwiazanie
sandbox/mmajewski2/szczekaczka
tizen
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / System Framework; Licenses: Apache-2.0;
Hyotaek Shim <hyotaek.shim@samsung.com>, Karol Lewandowski <k.lewandowsk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-06
Modify dbus conf for buxton daemon
accepted/tizen/unified/20241119.153847
tizen
accepted/tizen_unified
Hwankyu Jhun
1
-0
/
+3
2024-06-05
gcc14 fix: Add missing include
tizen_9.0_m2_release
tizen_9.0
accepted/tizen/unified/x/asan/20240625.092002
accepted/tizen/unified/x/20240610.223436
accepted/tizen/unified/toolchain/20240610.172858
accepted/tizen/unified/dev/20240620.005804
accepted/tizen/unified/20240611.123249
accepted/tizen/9.0/unified/20241030.235345
tizen_9.0
accepted/tizen_unified_x_asan
accepted/tizen_unified_x
accepted/tizen_unified_toolchain
accepted/tizen_unified_dev
accepted/tizen_9.0_unified
Karol Lewandowski
1
-0
/
+1
2024-06-04
MemoryLimit has been replaced by MemoryMax
Ćukasz Stelmach
1
-1
/
+1
2024-05-16
packaging: Disable sessiond when it is not used on low-memory model
accepted/tizen/unified/x/20240521.022210
accepted/tizen/unified/20240520.131858
Chanwoo Choi
1
-1
/
+1
2024-02-16
spec: Replace with sec_buildconf_optimized_memory to remove dependency from s...
accepted/tizen/unified/x/20240220.145933
accepted/tizen/unified/toolchain/20240311.065619
accepted/tizen/unified/20240216.161330
Chanwoo Choi
1
-1
/
+1
2024-01-31
spec: Remove dependency between libsessiond and sessiond if multi-user is not...
accepted/tizen/unified/x/20240205.063748
accepted/tizen/unified/20240201.165053
Youngjae Cho
1
-0
/
+2
2024-01-18
Fix Coverity issues
accepted/tizen/unified/20240119.154746
Adam Michalski
1
-6
/
+6
2023-10-23
service: Set MemoryLimit to 20MB
accepted/tizen/unified/20231024.112206
Unsung Lee
1
-0
/
+1
2023-06-30
sessiond: Fix a memory leak
tizen_8.0_m2_release
accepted/tizen/unified/20230706.152121
accepted/tizen/8.0/unified/20231005.093843
Adam Michalski
1
-1
/
+5
2023-04-18
libsessiond: Add `sessiond_free_user_list()` API function
accepted/tizen/unified/20230424.033542
Adam Michalski
3
-3
/
+19
2023-04-17
libsession: update doxygen API documentation
Adam Michalski
1
-2
/
+5
2023-03-23
Fix subsession switch user completion tests
accepted/tizen/unified/20230329.013222
Adam Michalski
1
-14
/
+60
2023-03-16
[fix] sessiond: OnSwitchUser: `prev_subsession_id` being overwritten
accepted/tizen/unified/20230317.081025
Adam Michalski
1
-1
/
+1
2023-01-10
sessiond: make subsession remove user operation atomic
accepted/tizen/unified/20230117.140453
Adam Michalski
1
-4
/
+19
2022-12-13
Release 0.7.7.2
accepted/tizen/unified/20221219.024719
Michal Bloch
1
-1
/
+1
2022-12-13
Merge "libsessiond: fix a memory leak in the `query_dir_via_readdir` routine"...
Michal Bloch
1
-7
/
+8
2022-12-12
libsessiond: fix a memory leak in the `query_dir_via_readdir` routine
Adam Michalski
1
-7
/
+8
2022-12-12
libsessiond: fix unchecked return value in `subsession_get_user_list`
Adam Michalski
1
-1
/
+2
2022-12-06
subsession-client-example: Move the call to bus unwatch to the callback
Adam Michalski
1
-5
/
+9
2022-12-05
Fixup: add missing sessiond-platform.h
accepted/tizen/unified/20221209.014600
Karol Lewandowski
2
-2
/
+4
2022-12-05
Release 0.7.7
Karol Lewandowski
1
-1
/
+1
2022-12-05
Add the new callback function to catch `sessiond` ready state
Adam Michalski
4
-1
/
+140
2022-11-30
Merge "Release 0.7.6" into tizen
Karol Lewandowski
1
-1
/
+1
2022-11-30
Merge "Apply on-boot daemon activation" into tizen
Karol Lewandowski
1
-0
/
+3
2022-11-30
Release 0.7.6
accepted/tizen/unified/20221202.015656
Adam Michalski
1
-1
/
+1
2022-11-25
Merge "Reimplement `subsession_get_user_list` by performing subsession direct...
Karol Lewandowski
2
-18
/
+137
2022-11-25
Apply on-boot daemon activation
Adam Michalski
1
-0
/
+3
2022-11-23
Reimplement `subsession_get_user_list` by performing subsession
Adam Michalski
2
-18
/
+137
2022-11-16
[fix] Ensure proper permissions are set for subsession app directories
accepted/tizen/unified/20221128.165601
Adam Michalski
2
-22
/
+48
2022-11-10
Release 0.7.5
Michal Bloch
1
-1
/
+1
2022-11-10
Tailor the integration tests to account for changes in granting
Adam Michalski
1
-10
/
+34
2022-11-09
Ensure proper permissions and owner/group are set for copied
Adam Michalski
2
-16
/
+61
2022-11-09
Fix soname
Mateusz Majewski
1
-1
/
+4
2022-10-28
Release 0.7.4
accepted/tizen/unified/20221102.172730
Adam Michalski
1
-1
/
+1
2022-10-28
Merge "Improve sessiond integration tests" into tizen
Karol Lewandowski
1
-6
/
+12
2022-10-28
Merge "Document transmutation inconsistency" into tizen
Karol Lewandowski
1
-0
/
+8
2022-10-27
Improve sessiond integration tests
Adam Michalski
1
-6
/
+12
2022-10-25
Fix symlink permission handling
Michal Bloch
1
-1
/
+5
2022-10-24
Work-around a sub session creation issue
Michal Bloch
1
-0
/
+9
2022-10-24
Document transmutation inconsistency
Michal Bloch
1
-0
/
+8
2022-09-20
Add unit tests to SAM exclude list
tizen_7.0_m2_release
accepted/tizen/unified/20220922.062734
accepted/tizen/unified/20220922.062110
accepted/tizen/7.0/unified/hotfix/20221116.105800
accepted/tizen/7.0/unified/20221110.062943
tizen_7.0_hotfix
accepted/tizen_7.0_unified_hotfix
Karol Lewandowski
1
-0
/
+11
2022-09-13
library: fix a memory leak in the `method_call_sync` routine
submit/tizen/20220913.195454
accepted/tizen/unified/20220915.025944
accepted/tizen/unified/20220915.023904
accepted/tizen/unified/20220915.015341
Adam Michalski
1
-0
/
+2
2022-09-09
Release 0.7.3
accepted/tizen/unified/20220914.164043
Karol Lewandowski
1
-1
/
+1
2022-09-09
Add comparing file/directory permissions in integration tests
Adam Michalski
1
-2
/
+2
2022-09-09
sessiond: Ensure proper permissions are set for subsession user app dirs
Adam Michalski
1
-1
/
+11
2022-09-09
Drop -fconcepts from C flags as these are supported for C++ only
Karol Lewandowski
1
-2
/
+2
2022-09-09
library: Add coment about unsupported parameters to subsession_event_wait_don...
Karol Lewandowski
1
-0
/
+5
2022-09-09
Modify sessiond integration tests to conform to the changes in setting
Adam Michalski
1
-2
/
+8
2022-09-08
sessiond: Add privacy to the `fs_helpers` module
Adam Michalski
2
-29
/
+17
2022-09-07
sessiond: Ensure proper ownership is set for subsession user app dirs
Adam Michalski
1
-7
/
+8
[next]