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-07-18
Add a note to the sessiond.h header on the "" subsession
submit/tizen/20220719.015501
accepted/tizen/unified/20220720.064039
Mateusz Majewski
1
-0
/
+12
2022-07-15
library: Ensure subsession_user_t does not contain garbage
Karol Lewandowski
1
-1
/
+6
2022-07-15
library: Fix subsession_user_copy()
submit/tizen/20220718.115742
submit/tizen/20220718.045828
submit/tizen/20220715.154248
accepted/tizen/unified/20220719.014548
Karol Lewandowski
2
-4
/
+4
2022-07-15
Release 0.4.2
submit/tizen/20220715.132635
Karol Lewandowski
1
-1
/
+1
2022-07-15
library: Use assert() to catch programming errors in make_new_signal_callback...
Karol Lewandowski
1
-13
/
+10
2022-07-15
library: Unify signal handlers
Karol Lewandowski
1
-146
/
+82
2022-07-15
library: Drop cb_data_
Karol Lewandowski
1
-4
/
+2
2022-07-15
Add static where appropriate
Mateusz Majewski
1
-19
/
+19
2022-07-15
Drop dbus_signal_subscribed
Mateusz Majewski
1
-8
/
+0
2022-07-15
Removed unused lists
Arkadiusz Nowak
1
-12
/
+0
2022-07-13
Fix some leakage in the library
Michal Bloch
1
-2
/
+2
2022-07-13
Release 0.4.1
submit/tizen/20220713.133213
accepted/tizen/unified/20220715.141346
Karol Lewandowski
1
-1
/
+1
2022-07-13
Correction in test description
Arkadiusz Nowak
1
-1
/
+1
2022-07-13
lib: get_current_user: Avoid off-by-one while copying user name
Karol Lewandowski
1
-22
/
+15
2022-07-13
lib: get_user_list: Numerous fixes
Karol Lewandowski
1
-17
/
+13
2022-07-13
libsessiond: fix a memleak in `subsession_get_user_list`
Adam Michalski
1
-2
/
+1
2022-07-12
Default user on libsessiond
Arkadiusz Nowak
2
-7
/
+7
2022-07-12
Include default user in `GetUserList` call
Adam Michalski
1
-1
/
+3
2022-07-12
Clearly guide how to free user_list from subsession_get_user_list()
Hyotaek Shim
1
-0
/
+6
2022-07-08
Release 0.4
submit/tizen/20220708.124830
accepted/tizen/unified/20220712.010805
Karol Lewandowski
1
-1
/
+1
2022-07-08
Client example: minor tweaks
Michal Bloch
1
-3
/
+6
2022-07-08
Adapt clientExample to char *
Mateusz Majewski
4
-45
/
+48
2022-07-08
libsessiond: Change user id from int to string type
Arkadiusz Nowak
19
-1097
/
+1030
2022-07-07
Change subsession_id type to std::string{,_view}
Mateusz Majewski
6
-112
/
+118
2022-07-05
Remove unnecessary `enum`
Adam Michalski
1
-8
/
+0
2022-07-01
Release 0.3.1
submit/tizen/20220701.115540
accepted/tizen/unified/20220704.213012
Karol Lewandowski
1
-1
/
+1
2022-07-01
Merge "Add log notification" into tizen
Karol Lewandowski
2
-30
/
+94
2022-06-30
Add log notification
Arkadiusz Nowak
2
-30
/
+94
2022-06-29
Fix an inappropriate usage of std::string_view
submit/tizen/20220630.001059
accepted/tizen/unified/20220630.211956
Mateusz Majewski
1
-1
/
+1
2022-06-29
sessiond: Apply systemd-based dbus activation
Adam Michalski
5
-17
/
+30
2022-06-28
Fix a blunder
Mateusz Majewski
1
-1
/
+1
2022-06-27
Add std::string and std::string_view support to tuple_g_variant_helpers
Mateusz Majewski
1
-0
/
+41
2022-06-27
Refactor tuple_g_variant_helpers
Mateusz Majewski
1
-10
/
+41
2022-06-24
Client example: Remove unnecessary header file
Adam Michalski
1
-1
/
+0
2022-06-23
Client example: improve commentary
Michal Bloch
1
-3
/
+16
2022-06-23
api: Adjust spacing
Karol Lewandowski
1
-5
/
+5
2022-06-22
Client example: extract duplicate code
Michal Bloch
1
-45
/
+34
2022-06-22
Client example: rework mutexes
Michal Bloch
1
-9
/
+48
2022-06-22
Client example: error handling fixes
Michal Bloch
1
-14
/
+33
2022-06-22
Client example: dispel magic around program returns
Michal Bloch
1
-9
/
+10
2022-06-22
Client example: main loop handling fixes
Michal Bloch
1
-13
/
+23
2022-06-22
Client example: extract color magic to a function
Michal Bloch
1
-6
/
+11
2022-06-22
Client example: cleanup globals
Michal Bloch
1
-10
/
+9
2022-06-22
clientExample: refactor some code
Adam Michalski
1
-78
/
+77
2022-06-14
Rearrange the API order in sessiond.h from basic to advanced
submit/tizen/20220614.055116
accepted/tizen/unified/20220615.135341
Hyotaek Shim
2
-61
/
+64
2022-06-13
Release 0.3
Karol Lewandowski
1
-1
/
+1
2022-06-13
libsessiond: Drop unused code and data
Karol Lewandowski
1
-91
/
+2
2022-06-13
packaging: Improve package description a bit
Karol Lewandowski
1
-5
/
+4
2022-06-13
Integrate clientExample
Karol Lewandowski
6
-96
/
+32
2022-06-13
Update tests to async callback call result check.
Arkadiusz Nowak
3
-68
/
+125
[prev]
[next]