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
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
2022-09-05
sessiond: Drop fs_helpers namespace
Karol Lewandowski
3
-38
/
+34
2022-09-05
sessiond: rename the header file from `fs_helpers.h` to
Adam Michalski
3
-2
/
+2
2022-09-02
Release 0.7.2
submit/tizen/20220902.153259
accepted/tizen/unified/20220904.214043
Karol Lewandowski
1
-1
/
+1
2022-09-02
Move all sources below src/
Karol Lewandowski
20
-9
/
+5
2022-09-02
Move all tests under single directory hierarchy
Karol Lewandowski
24
-77
/
+16
2022-09-02
Add sessiond test suite
Adam Michalski
1
-0
/
+192
2022-09-01
Merge "Make sessiond more fail-resistant" into tizen
Karol Lewandowski
1
-0
/
+17
2022-09-01
[fix] sessiond: Correct handling of the TRANSMUTE attribute
Adam Michalski
3
-13
/
+28
2022-08-30
Make sessiond more fail-resistant
Adam Michalski
1
-0
/
+17
2022-08-22
Change subsession API argument name (from cb_data to user_data)
submit/tizen/20220822.111221
accepted/tizen/unified/20220824.135645
Hyotaek Shim
4
-91
/
+91
2022-08-19
Merge "library: Simplify subsession_event_wait_done() error path" into tizen
Karol Lewandowski
1
-7
/
+5
2022-08-18
[fix] sessiond: do not follow symlinks while setting SMACK attributes
submit/tizen/20220818.125806
accepted/tizen/unified/20220821.211106
Adam Michalski
2
-4
/
+4
2022-08-17
Release 0.7.0
submit/tizen/20220817.154056
Karol Lewandowski
1
-1
/
+1
2022-08-17
Merge "Log using DLog and not on stdout in sessiond" into tizen
Karol Lewandowski
4
-34
/
+29
2022-08-17
[fix] sessiond: do not follow symlinks while setting the owner/group
Adam Michalski
1
-1
/
+1
2022-08-17
Log using DLog and not on stdout in sessiond
Mateusz Majewski
4
-34
/
+29
2022-08-12
Revert "Temporarily allow all dbus policy by default"
Hyotaek Shim
1
-2
/
+14
2022-08-06
library: Simplify subsession_event_wait_done() error path
Karol Lewandowski
1
-7
/
+5
2022-08-06
library: Automatically free GError* in method_call_sync()
Karol Lewandowski
1
-6
/
+5
2022-08-06
library: Use same terms in error mapping functions (in both directions)
Karol Lewandowski
1
-8
/
+5
2022-08-06
library: Drop dead code in subsession_get_current_user()
Karol Lewandowski
1
-5
/
+1
2022-08-06
library: Drop unused macros
Karol Lewandowski
1
-6
/
+0
2022-08-05
Release 0.6.0
submit/tizen/20220805.114215
accepted/tizen/unified/20220808.135312
Karol Lewandowski
1
-1
/
+1
2022-08-05
library: Rework comparators
Karol Lewandowski
2
-16
/
+16
2022-08-05
library: Be more verbose in error messages when invalid signals are received
Karol Lewandowski
2
-8
/
+8
2022-08-05
library: Use generic method_call() in get_current_user() API
Karol Lewandowski
2
-32
/
+13
2022-08-05
library: Add macro to validate and get gvariant without explicit 'return'
Karol Lewandowski
1
-0
/
+3
2022-08-05
library: Replace dynamic error checking with asserts in unregister()
Karol Lewandowski
1
-9
/
+8
2022-08-05
library: fix: ensure dbus connection is avaliable in unregister_event_callback
Karol Lewandowski
1
-0
/
+1
2022-08-04
Unduplicate code
submit/tizen/20220804.142848
accepted/tizen/unified/20220805.131908
Michal Bloch
1
-5
/
+1
2022-08-04
Create `apps_rw/*` subdirectories and files with [subsession_uid]:users UID:GID
Adam Michalski
1
-5
/
+9
2022-07-29
Release 0.5.0
submit/tizen/20220801.061355
submit/tizen/20220729.133354
accepted/tizen/unified/20220802.144808
Karol Lewandowski
1
-1
/
+1
2022-07-29
Merge "Create subsession and `apps_rw` directories with [subsession_uid]:syst...
Karol Lewandowski
2
-3
/
+16
2022-07-29
Create subsession and `apps_rw` directories with
Adam Michalski
2
-3
/
+16
2022-07-28
library: Rename async method call to follow method_call_<sync/async> convention
Karol Lewandowski
1
-58
/
+35
2022-07-28
library: Ensure map_dbus_call_error_to_return_value handles NULL
Karol Lewandowski
1
-3
/
+4
2022-07-28
library: Move all of dbus signal subscription logic to register_event_callback
Karol Lewandowski
1
-96
/
+27
2022-07-27
library: Merge dbus sync call helpers
Karol Lewandowski
1
-58
/
+37
2022-07-22
Release 0.4.4
submit/tizen/20220722.101755
accepted/tizen/unified/20220726.012139
Karol Lewandowski
1
-1
/
+1
2022-07-22
library: Rework client_data_cleansweep_mt
Karol Lewandowski
1
-4
/
+9
[next]