summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Add a note to the sessiond.h header on the "" subsessionsubmit/tizen/20220719.015501accepted/tizen/unified/20220720.064039Mateusz Majewski1-0/+12
2022-07-15library: Ensure subsession_user_t does not contain garbageKarol Lewandowski1-1/+6
2022-07-15library: Fix subsession_user_copy()submit/tizen/20220718.115742submit/tizen/20220718.045828submit/tizen/20220715.154248accepted/tizen/unified/20220719.014548Karol Lewandowski2-4/+4
2022-07-15Release 0.4.2submit/tizen/20220715.132635Karol Lewandowski1-1/+1
2022-07-15library: Use assert() to catch programming errors in make_new_signal_callback...Karol Lewandowski1-13/+10
2022-07-15library: Unify signal handlersKarol Lewandowski1-146/+82
2022-07-15library: Drop cb_data_Karol Lewandowski1-4/+2
2022-07-15Add static where appropriateMateusz Majewski1-19/+19
2022-07-15Drop dbus_signal_subscribedMateusz Majewski1-8/+0
2022-07-15Removed unused listsArkadiusz Nowak1-12/+0
2022-07-13Fix some leakage in the libraryMichal Bloch1-2/+2
2022-07-13Release 0.4.1submit/tizen/20220713.133213accepted/tizen/unified/20220715.141346Karol Lewandowski1-1/+1
2022-07-13Correction in test descriptionArkadiusz Nowak1-1/+1
2022-07-13lib: get_current_user: Avoid off-by-one while copying user nameKarol Lewandowski1-22/+15
2022-07-13lib: get_user_list: Numerous fixesKarol Lewandowski1-17/+13
2022-07-13libsessiond: fix a memleak in `subsession_get_user_list`Adam Michalski1-2/+1
2022-07-12Default user on libsessiondArkadiusz Nowak2-7/+7
2022-07-12Include default user in `GetUserList` callAdam Michalski1-1/+3
2022-07-12Clearly guide how to free user_list from subsession_get_user_list()Hyotaek Shim1-0/+6
2022-07-08Release 0.4submit/tizen/20220708.124830accepted/tizen/unified/20220712.010805Karol Lewandowski1-1/+1
2022-07-08Client example: minor tweaksMichal Bloch1-3/+6
2022-07-08Adapt clientExample to char *Mateusz Majewski4-45/+48
2022-07-08libsessiond: Change user id from int to string typeArkadiusz Nowak19-1097/+1030
2022-07-07Change subsession_id type to std::string{,_view}Mateusz Majewski6-112/+118
2022-07-05Remove unnecessary `enum`Adam Michalski1-8/+0
2022-07-01Release 0.3.1submit/tizen/20220701.115540accepted/tizen/unified/20220704.213012Karol Lewandowski1-1/+1
2022-07-01Merge "Add log notification" into tizenKarol Lewandowski2-30/+94
2022-06-30Add log notificationArkadiusz Nowak2-30/+94
2022-06-29Fix an inappropriate usage of std::string_viewsubmit/tizen/20220630.001059accepted/tizen/unified/20220630.211956Mateusz Majewski1-1/+1
2022-06-29sessiond: Apply systemd-based dbus activationAdam Michalski5-17/+30
2022-06-28Fix a blunderMateusz Majewski1-1/+1
2022-06-27Add std::string and std::string_view support to tuple_g_variant_helpersMateusz Majewski1-0/+41
2022-06-27Refactor tuple_g_variant_helpersMateusz Majewski1-10/+41
2022-06-24Client example: Remove unnecessary header fileAdam Michalski1-1/+0
2022-06-23Client example: improve commentaryMichal Bloch1-3/+16
2022-06-23api: Adjust spacingKarol Lewandowski1-5/+5
2022-06-22Client example: extract duplicate codeMichal Bloch1-45/+34
2022-06-22Client example: rework mutexesMichal Bloch1-9/+48
2022-06-22Client example: error handling fixesMichal Bloch1-14/+33
2022-06-22Client example: dispel magic around program returnsMichal Bloch1-9/+10
2022-06-22Client example: main loop handling fixesMichal Bloch1-13/+23
2022-06-22Client example: extract color magic to a functionMichal Bloch1-6/+11
2022-06-22Client example: cleanup globalsMichal Bloch1-10/+9
2022-06-22clientExample: refactor some codeAdam Michalski1-78/+77
2022-06-14Rearrange the API order in sessiond.h from basic to advancedsubmit/tizen/20220614.055116accepted/tizen/unified/20220615.135341Hyotaek Shim2-61/+64
2022-06-13Release 0.3Karol Lewandowski1-1/+1
2022-06-13libsessiond: Drop unused code and dataKarol Lewandowski1-91/+2
2022-06-13packaging: Improve package description a bitKarol Lewandowski1-5/+4
2022-06-13Integrate clientExampleKarol Lewandowski6-96/+32
2022-06-13Update tests to async callback call result check.Arkadiusz Nowak3-68/+125