platform/core/system/sessiond.git
2025-04-14 Michal BlochSleep for race condition testing sandbox/mbloch/manual-restore-tests
2025-04-14 Michal BlochAdvisory locks for restoration 26/322626/3
2025-04-14 Michal BlochRestore last subsession at sessiond start 52/322552/4
2025-04-11 Michal BlochAdd OS::get_uid_from_name 48/322548/3
2025-04-11 Michal BlochExtract sysconf buffer allocation 47/322547/3
2025-04-11 Michal BlochSave the last subsession on disk 50/322550/3
2025-04-11 Michal Bloch`get_main_dir_by_user_id` exposed, returns fs::path 49/322549/3
2025-04-08 Michal BlochExample plugin conforms to libsyscommon interface change 08/322408/1 accepted/tizen/unified/20250412.035603 accepted/tizen/unified/x/20250413.210746
2025-04-07 Michal BlochRelease 0.10.0.2 28/322328/2
2025-04-02 Michal BlochRelease 0.10.0.1 68/321968/2 accepted/tizen/unified/20250404.011642 accepted/tizen/unified/x/20250404.094524
2025-04-02 Michal BlochPlugin example: stump actually fits its contents 67/321967/2
2025-04-02 Michal BlochImprove plugin example commentary 66/321966/2
2025-04-02 Michal BlochProper exception handling for add/remove failures 65/321965/2
2025-04-02 Michal BlochCleanup failed fixed-size add attempts properly 64/321964/2
2025-04-02 Michal BlochCheck subsession existence explicitly for Add/Remove 51/322051/1
2025-04-01 Michal BlochTweak exception log messages 63/321963/1
2025-03-31 Karol LewandowskiMerge changes into tizen
2025-03-31 Karol LewandowskiMerge changes from topic "sessiond-2025-03-plugins...
2025-03-31 Karol LewandowskiMerge changes into tizen
2025-03-31 Karol LewandowskiMerge changes into tizen
2025-03-31 Michal BlochRelease 0.10.0.0 26/321526/3 accepted/tizen/unified/20250403.081015 accepted/tizen/unified/x/20250403.110103
2025-03-31 Karol LewandowskiAdd an example/test plugin 81/321681/4
2025-03-31 Michal BlochPlugin can now also push events 02/321602/4
2025-03-31 Karol LewandowskiEnsure sessiond service build as PIE 24/321824/3
2025-03-27 Michal BlochAdd basic event listener plugin support 13/321413/8
2025-03-27 Michal BlochUnify validity checks 54/321754/1
2025-03-27 Michal BlochHave a single global instance of `sessiond_context` 80/321680/2
2025-03-26 Michal BlochMove struct defs out of main.cpp 01/321601/2
2025-03-25 Michal BlochExtract work away from dbus method handlers 00/321600/1
2025-03-11 Michal BlochMove fork helpers to OS namespace 46/320946/1
2025-03-11 Karol Lewandowskifixed size backend: Do not unmount subsession image... 53/320553/2
2025-03-11 Michal BlochSubsession meta file rights tweaks 45/320945/1
2025-03-06 Michal BlochRelease 0.7.8.3 31/320731/1 accepted/tizen/unified/20250310.131215 accepted/tizen/unified/x/20250311.125547
2025-03-05 Michal BlochMake sure self-switch works on fixed-dir backend. 82/320682/1
2025-03-05 Michal BlochImage files start with a dot 81/320681/1
2025-03-05 Michal BlochAdd advanced fixed-size backend tests. 80/320680/1
2025-03-05 Michal BlochAdd basic fixed-size backend tests. 52/320552/3
2025-03-05 Michal BlochFix a typo in test description 79/320679/1
2025-03-05 Michal BlochMark existing API tests as using regular-dir backend 51/320551/2
2025-03-05 Michal BlochAdd `subsession_add_user_fixed_size` API. 50/320550/2
2025-02-27 Michal BlochAccept const references where possible 44/320444/1 accepted/tizen/unified/20250304.070221 accepted/tizen/unified/x/20250304.080631
2025-02-27 Michal BlochUse `fs` consistently over `std::filesystem` 43/320443/1
2025-02-27 Michal BlochRelease 0.7.8.2 34/320334/3 accepted/tizen/unified/20250228.071927 accepted/tizen/unified/x/20250301.185950
2025-02-27 Michal BlochFix file permissions for fixed-size backend 85/320385/1
2025-02-27 Michal BlochCheck for mountpoint before mounting 78/320378/2
2025-02-27 Michal BlochIntegration test: fewer regular subsessions 33/320333/3
2025-02-27 Michal BlochAdd basic integration tests 58/320158/6
2025-02-27 Michal BlochAdd 'AddUserFixedSize' dbus call. 56/320156/8
2025-02-27 Michal BlochAdd fixed-size backend. 55/320155/8
2025-02-27 Michal BlochAdd some safety to SessionAdd. 32/320332/2
2025-02-27 Michal BlochExtract AddSession dir helpers to dir backend. 54/320154/5
2025-02-27 Michal BlochAdd a subsession switch callback to dir backend 53/320153/4
2025-02-20 Michal BlochMake dir backends use inheritance instead 78/320078/1
2025-02-13 Michal BlochCoverity fixes 26/319626/1 accepted/tizen/unified/20250219.035249 accepted/tizen/unified/x/20250221.042157
2025-02-12 Michal BlochRelease 0.7.8.1 85/319485/3 accepted/tizen/unified/20250214.120456 accepted/tizen/unified/x/20250218.043808
2025-02-04 Michal BlochRelease 0.7.8.0 22/319122/4 accepted/tizen_unified_x_asan accepted/tizen/unified/20250207.071317 accepted/tizen/unified/x/20250212.043734 accepted/tizen/unified/x/asan/20250211.003242
2025-02-04 Michal BlochRemove a redundant check. 76/318576/6
2025-02-04 Michal BlochMore fs::path instead of string parsing 71/318571/7
2025-02-04 Michal BlochMake OS helpers use fs::path instead of strings 78/318778/5
2025-02-04 Michal BlochInitial subsession dir backend abstraction 77/318777/4
2025-02-04 Michal BlochExtract wrappers over OS functions to a separate file 70/318570/6
2025-02-04 Michal BlochUse fs::path in `remove_user_subsession` 76/318776/3
2025-02-04 Michal BlochUse std::fs for stat and mode 69/318569/5
2025-01-22 Michal BlochDecouple set_ownership from "dir class" logic 68/318568/2
2025-01-22 Michal BlochExtract "get main dir path" into a function 67/318567/2
2024-11-06 Hwankyu JhunModify dbus conf for buxton daemon 60/319760/2 accepted/tizen/unified/20241119.153847 accepted/tizen/unified/x/20241218.032521 accepted/tizen/unified/x/asan/20241224.004247
2024-06-05 Karol Lewandowskigcc14 fix: Add missing include 86/312286/1 accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen/9.0/unified/20241030.235345 accepted/tizen/unified/20240611.123249 accepted/tizen/unified/dev/20240620.005804 accepted/tizen/unified/toolchain/20240610.172858 accepted/tizen/unified/x/20240610.223436 accepted/tizen/unified/x/asan/20240625.092002 tizen_9.0 tizen_9.0_m2_release
2024-06-04 Łukasz StelmachMemoryLimit has been replaced by MemoryMax 34/312134/1
2024-05-16 Chanwoo Choipackaging: Disable sessiond when it is not used on... 89/311189/1 accepted/tizen/unified/20240520.131858 accepted/tizen/unified/x/20240521.022210
2024-02-16 Chanwoo Choispec: Replace with sec_buildconf_optimized_memory to... 62/306062/1 accepted/tizen/unified/20240216.161330 accepted/tizen/unified/toolchain/20240311.065619 accepted/tizen/unified/x/20240220.145933
2024-01-31 Youngjae Chospec: Remove dependency between libsessiond and session... accepted/tizen/unified/20240201.165053 accepted/tizen/unified/x/20240205.063748
2024-01-18 Adam MichalskiFix Coverity issues 36/304536/1 accepted/tizen/unified/20240119.154746
2023-10-23 Unsung Leeservice: Set MemoryLimit to 20MB 49/300349/1 accepted/tizen/unified/20231024.112206
2023-06-30 Adam Michalskisessiond: Fix a memory leak 49/295049/1 accepted/tizen/8.0/unified/20231005.093843 accepted/tizen/unified/20230706.152121 tizen_8.0_m2_release
2023-04-18 Adam Michalskilibsessiond: Add `sessiond_free_user_list()` API function 78/291578/2 accepted/tizen/unified/20230424.033542
2023-04-17 Adam Michalskilibsession: update doxygen API documentation 00/291500/1
2023-03-23 Adam MichalskiFix subsession switch user completion tests 20/290220/7 accepted/tizen/unified/20230329.013222
2023-03-16 Adam Michalski[fix] sessiond: OnSwitchUser: `prev_subsession_id`... 83/289983/1 accepted/tizen/unified/20230317.081025
2023-01-10 Adam Michalskisessiond: make subsession remove user operation atomic 57/286557/3 accepted/tizen/unified/20230117.140453
2022-12-13 Michal BlochRelease 0.7.7.2 accepted/tizen/unified/20221219.024719
2022-12-13 Michal BlochMerge "libsessiond: fix a memory leak in the `query_dir...
2022-12-12 Adam Michalskilibsessiond: fix a memory leak in the `query_dir_via_re... 28/285428/2
2022-12-12 Adam Michalskilibsessiond: fix unchecked return value in `subsession_... 29/285429/1
2022-12-06 Adam Michalskisubsession-client-example: Move the call to bus unwatch... 26/285126/2
2022-12-05 Karol LewandowskiFixup: add missing sessiond-platform.h accepted/tizen/unified/20221209.014600
2022-12-05 Karol LewandowskiRelease 0.7.7
2022-12-05 Adam MichalskiAdd the new callback function to catch `sessiond` ready... 55/284955/6
2022-11-30 Karol LewandowskiMerge "Release 0.7.6" into tizen
2022-11-30 Karol LewandowskiMerge "Apply on-boot daemon activation" into tizen
2022-11-30 Adam MichalskiRelease 0.7.6 11/284911/1 accepted/tizen/unified/20221202.015656
2022-11-25 Karol LewandowskiMerge "Reimplement `subsession_get_user_list` by perfor...
2022-11-25 Adam MichalskiApply on-boot daemon activation 66/284766/2
2022-11-23 Adam MichalskiReimplement `subsession_get_user_list` by performing... 03/284403/13
2022-11-16 Adam Michalski[fix] Ensure proper permissions are set for subsession... 67/284267/4 accepted/tizen/unified/20221128.165601
2022-11-10 Michal BlochRelease 0.7.5 03/284103/3
2022-11-10 Adam MichalskiTailor the integration tests to account for changes... 02/284102/2
2022-11-09 Adam MichalskiEnsure proper permissions and owner/group are set for... 45/283945/6
2022-11-09 Mateusz MajewskiFix soname 91/284091/1
2022-10-28 Adam MichalskiRelease 0.7.4 45/283545/1 accepted/tizen/unified/20221102.172730
2022-10-28 Karol LewandowskiMerge "Improve sessiond integration tests" into tizen
next