platform/core/system/sessiond.git
2022-09-07 Adam Michalskisessiond: Ensure proper ownership is set for subsession... 11/281011/1
2022-09-05 Karol Lewandowskisessiond: Drop fs_helpers namespace 27/280827/1
2022-09-05 Adam Michalskisessiond: rename the header file from `fs_helpers.h` to 92/280792/1
2022-09-02 Karol LewandowskiRelease 0.7.2 28/280728/2 accepted/tizen/unified/20220904.214043 submit/tizen/20220902.153259
2022-09-02 Karol LewandowskiMove all sources below src/ 27/280727/2
2022-09-02 Karol LewandowskiMove all tests under single directory hierarchy 24/280724/3
2022-09-02 Adam MichalskiAdd sessiond test suite 43/280243/4
2022-09-01 Karol LewandowskiMerge "Make sessiond more fail-resistant" into tizen
2022-09-01 Adam Michalski[fix] sessiond: Correct handling of the TRANSMUTE attribute 75/280475/6
2022-08-30 Adam MichalskiMake sessiond more fail-resistant 76/280476/1
2022-08-22 Hyotaek ShimChange subsession API argument name (from cb_data to... 86/279986/1 accepted/tizen/unified/20220824.135645 submit/tizen/20220822.111221
2022-08-19 Karol LewandowskiMerge "library: Simplify subsession_event_wait_done...
2022-08-18 Adam Michalski[fix] sessiond: do not follow symlinks while setting... 53/279853/3 accepted/tizen/unified/20220821.211106 submit/tizen/20220818.125806
2022-08-17 Karol LewandowskiRelease 0.7.0 80/279780/1 submit/tizen/20220817.154056
2022-08-17 Karol LewandowskiMerge "Log using DLog and not on stdout in sessiond...
2022-08-17 Adam Michalski[fix] sessiond: do not follow symlinks while setting... 69/279769/1
2022-08-17 Mateusz MajewskiLog using DLog and not on stdout in sessiond 52/279752/1
2022-08-12 Hyotaek ShimRevert "Temporarily allow all dbus policy by default" 84/279584/2
2022-08-06 Karol Lewandowskilibrary: Simplify subsession_event_wait_done() error... 99/279399/1
2022-08-06 Karol Lewandowskilibrary: Automatically free GError* in method_call_sync() 44/279344/1
2022-08-06 Karol Lewandowskilibrary: Use same terms in error mapping functions... 43/279343/1
2022-08-06 Karol Lewandowskilibrary: Drop dead code in subsession_get_current_user() 42/279342/1
2022-08-06 Karol Lewandowskilibrary: Drop unused macros 41/279341/1
2022-08-04 Karol LewandowskiRelease 0.6.0 67/279267/1 accepted/tizen/unified/20220808.135312 submit/tizen/20220805.114215
2022-08-04 Karol Lewandowskilibrary: Rework comparators 41/279141/3
2022-08-04 Karol Lewandowskilibrary: Be more verbose in error messages when invalid... 40/279140/3
2022-08-04 Karol Lewandowskilibrary: Use generic method_call() in get_current_user... 39/279139/3
2022-08-04 Karol Lewandowskilibrary: Add macro to validate and get gvariant without... 37/279137/3
2022-08-04 Karol Lewandowskilibrary: Replace dynamic error checking with asserts... 36/279136/3
2022-08-04 Karol Lewandowskilibrary: fix: ensure dbus connection is avaliable in... 35/279135/3
2022-08-04 Michal BlochUnduplicate code 59/279259/1 accepted/tizen/unified/20220805.131908 submit/tizen/20220804.142848
2022-08-04 Adam MichalskiCreate `apps_rw/*` subdirectories and files with [subse... 57/279257/1
2022-07-29 Karol LewandowskiRelease 0.5.0 32/279032/1 accepted/tizen/unified/20220802.144808 submit/tizen/20220729.133354 submit/tizen/20220801.061355
2022-07-29 Karol LewandowskiMerge "Create subsession and `apps_rw` directories...
2022-07-29 Adam MichalskiCreate subsession and `apps_rw` directories with 16/279016/1
2022-07-28 Karol Lewandowskilibrary: Rename async method call to follow method_call... 48/278948/1
2022-07-28 Karol Lewandowskilibrary: Ensure map_dbus_call_error_to_return_value... 47/278947/1
2022-07-28 Karol Lewandowskilibrary: Move all of dbus signal subscription logic... 49/278749/3
2022-07-26 Karol Lewandowskilibrary: Merge dbus sync call helpers 48/278748/2
2022-07-22 Karol LewandowskiRelease 0.4.4 04/278604/1 accepted/tizen/unified/20220726.012139 submit/tizen/20220722.101755
2022-07-22 Karol Lewandowskilibrary: Rework client_data_cleansweep_mt 03/278603/1
2022-07-21 Karol LewandowskiMerge "sessiond: Re-shuffle include files to get rid...
2022-07-21 Michal Blochlibrary: simplify logic in callback_data functions 41/278541/2
2022-07-21 Michal Blochlibrary: make callback functions follow subject-action... 63/278363/5
2022-07-21 Karol LewandowskiMerge "clientExample: proper clean-up in case of subses...
2022-07-21 Adam MichalskiclientExample: proper clean-up in case of subsession... 95/277895/21
2022-07-21 Adam Michalskisessiond: Re-shuffle include files to get rid of a... 13/278513/1
2022-07-21 Karol Lewandowskilibrary: Shorten client callback data allocation functi... 62/278362/3
2022-07-21 Karol Lewandowskilibrary: Simplify comparators 96/277896/5
2022-07-21 Karol Lewandowskilibrary: Drop registered_signal_t 61/278361/3
2022-07-21 Karol Lewandowskilibrary: Do not initialize callbacks list with placehol... 60/278360/3
2022-07-21 Arkadiusz Nowakremoved unecessary NULL case 47/278447/2
2022-07-20 Karol Lewandowskilibrary: Add missing const to src user 59/278359/2
2022-07-20 Hyotaek ShimTemporarily allow all dbus policy by default 72/278372/1 accepted/tizen/unified/20220720.141517 submit/tizen/20220720.014058 submit/tizen/20220720.052140
2022-07-20 Hyotaek ShimRevert "Temporarily allow dbus policy by default" 71/278371/2
2022-07-19 Karol LewandowskiMerge "library: Ensure subsession_user_t does not conta...
2022-07-19 Arkadiusz NowakUser len 19 and len 20 tests 83/278283/3
2022-07-19 Hyotaek ShimTemporarily allow dbus policy by default 16/278316/1 submit/tizen/20220719.043933
2022-07-18 Mateusz MajewskiAdd a note to the sessiond.h header on the "" subsession 93/278293/1 accepted/tizen/unified/20220720.064039 submit/tizen/20220719.015501
2022-07-15 Karol Lewandowskilibrary: Ensure subsession_user_t does not contain... 85/277985/2
2022-07-15 Karol Lewandowskilibrary: Fix subsession_user_copy() 84/277984/1 accepted/tizen/unified/20220719.014548 submit/tizen/20220715.154248 submit/tizen/20220718.045828 submit/tizen/20220718.115742
2022-07-15 Karol LewandowskiRelease 0.4.2 81/277981/1 submit/tizen/20220715.132635
2022-07-15 Karol Lewandowskilibrary: Use assert() to catch programming errors in... 92/277892/4
2022-07-15 Karol Lewandowskilibrary: Unify signal handlers 94/277894/4
2022-07-15 Karol Lewandowskilibrary: Drop cb_data_ 93/277893/4
2022-07-15 Mateusz MajewskiAdd static where appropriate 55/277955/2
2022-07-15 Mateusz MajewskiDrop dbus_signal_subscribed 54/277954/2
2022-07-15 Arkadiusz NowakRemoved unused lists 51/277951/2
2022-07-13 Michal BlochFix some leakage in the library 19/277819/1
2022-07-13 Karol LewandowskiRelease 0.4.1 02/277802/2 accepted/tizen/unified/20220715.141346 submit/tizen/20220713.133213
2022-07-13 Arkadiusz NowakCorrection in test description 72/277772/3
2022-07-13 Karol Lewandowskilib: get_current_user: Avoid off-by-one while copying... 48/277748/7
2022-07-13 Karol Lewandowskilib: get_user_list: Numerous fixes 47/277747/5
2022-07-13 Adam Michalskilibsessiond: fix a memleak in `subsession_get_user_list` 39/277739/5
2022-07-12 Arkadiusz NowakDefault user on libsessiond 33/277733/1
2022-07-12 Adam MichalskiInclude default user in `GetUserList` call 25/277725/2
2022-07-12 Hyotaek ShimClearly guide how to free user_list from subsession_get... 04/277604/3
2022-07-08 Karol LewandowskiRelease 0.4 86/277586/2 accepted/tizen/unified/20220712.010805 submit/tizen/20220708.124830
2022-07-08 Michal BlochClient example: minor tweaks 87/277587/1
2022-07-08 Mateusz MajewskiAdapt clientExample to char * 73/277573/6
2022-07-08 Arkadiusz Nowaklibsessiond: Change user id from int to string type 68/277468/19
2022-07-07 Mateusz MajewskiChange subsession_id type to std::string{,_view} 67/276967/18
2022-07-05 Adam MichalskiRemove unnecessary `enum` 60/277360/1
2022-07-01 Karol LewandowskiRelease 0.3.1 01/277201/1 accepted/tizen/unified/20220704.213012 submit/tizen/20220701.115540
2022-07-01 Karol LewandowskiMerge "Add log notification" into tizen
2022-06-30 Arkadiusz NowakAdd log notification 40/277040/4
2022-06-29 Mateusz MajewskiFix an inappropriate usage of std::string_view 10/277010/2 accepted/tizen/unified/20220630.211956 submit/tizen/20220630.001059
2022-06-29 Adam Michalskisessiond: Apply systemd-based dbus activation 49/276649/6
2022-06-28 Mateusz MajewskiFix a blunder 66/276966/1
2022-06-27 Mateusz MajewskiAdd std::string and std::string_view support to tuple_g... 80/276780/2
2022-06-27 Mateusz MajewskiRefactor tuple_g_variant_helpers 79/276779/2
2022-06-24 Adam MichalskiClient example: Remove unnecessary header file 78/276778/1
2022-06-23 Michal BlochClient example: improve commentary 33/276733/1
2022-06-23 Karol Lewandowskiapi: Adjust spacing 12/275912/4
2022-06-22 Michal BlochClient example: extract duplicate code 11/276611/2
2022-06-22 Michal BlochClient example: rework mutexes 10/276610/2
2022-06-22 Michal BlochClient example: error handling fixes 09/276609/2
2022-06-22 Michal BlochClient example: dispel magic around program returns 08/276608/2
2022-06-22 Michal BlochClient example: main loop handling fixes 07/276607/2
2022-06-22 Michal BlochClient example: extract color magic to a function 06/276606/2
next