platform/core/system/sessiond.git
21 months agolibrary: Simplify subsession_event_wait_done() error path 99/279399/1
Karol Lewandowski [Sat, 6 Aug 2022 20:29:40 +0000 (22:29 +0200)]
library: Simplify subsession_event_wait_done() error path

Change-Id: Ic701196aa0501a5adb3a1c8742609f82ded69909

21 months agolibrary: Automatically free GError* in method_call_sync() 44/279344/1
Karol Lewandowski [Sat, 6 Aug 2022 13:20:33 +0000 (15:20 +0200)]
library: Automatically free GError* in method_call_sync()

Change-Id: Iddb19ec2556106e2ac1f5052dd4512dbff43194d

21 months agolibrary: Use same terms in error mapping functions (in both directions) 43/279343/1
Karol Lewandowski [Sat, 6 Aug 2022 13:15:13 +0000 (15:15 +0200)]
library: Use same terms in error mapping functions (in both directions)

Change-Id: I7f6e2a12a42848feabb49a34fd64633a747a7265

21 months agolibrary: Drop dead code in subsession_get_current_user() 42/279342/1
Karol Lewandowski [Sat, 6 Aug 2022 13:00:30 +0000 (15:00 +0200)]
library: Drop dead code in subsession_get_current_user()

We don't need to explicitly check type of returned gvariant
as this will be handled by g_dbus_method_call_sync() (as invoked
via method_call_sync()).

Change-Id: I5327b670ec002f3be00e8fe40e8ba20314ccf3fe

21 months agolibrary: Drop unused macros 41/279341/1
Karol Lewandowski [Sat, 6 Aug 2022 12:48:23 +0000 (14:48 +0200)]
library: Drop unused macros

Change-Id: I13314d9bd04f88ef89e7ed159456897a7d38378b

21 months agoRelease 0.6.0 67/279267/1 accepted/tizen/unified/20220808.135312 submit/tizen/20220805.114215
Karol Lewandowski [Thu, 4 Aug 2022 22:07:18 +0000 (00:07 +0200)]
Release 0.6.0

Change-Id: I52110e67708b97fa35c443d736d0edcecc27b9d5

21 months agolibrary: Rework comparators 41/279141/3
Karol Lewandowski [Tue, 2 Aug 2022 12:04:32 +0000 (14:04 +0200)]
library: Rework comparators

- use assert() if our internally added data is of correct type (if it's not, it's an
  programming error)
- use explicit typechecked_g_variant_get()

Change-Id: Iad18df2f323b0d9f71edec52dbf46cebe9752a2d

21 months agolibrary: Be more verbose in error messages when invalid signals are received 40/279140/3
Karol Lewandowski [Tue, 2 Aug 2022 11:54:59 +0000 (13:54 +0200)]
library: Be more verbose in error messages when invalid signals are received

Change-Id: Ibdf14033919604569182d587f3bdb99c73725ff0

21 months agolibrary: Use generic method_call() in get_current_user() API 39/279139/3
Karol Lewandowski [Mon, 1 Aug 2022 23:27:42 +0000 (01:27 +0200)]
library: Use generic method_call() in get_current_user() API

Change-Id: I6973fc7f414edb65251c8c6f90cb1d06f1a98525

21 months agolibrary: Add macro to validate and get gvariant without explicit 'return' 37/279137/3
Karol Lewandowski [Tue, 2 Aug 2022 11:11:01 +0000 (13:11 +0200)]
library: Add macro to validate and get gvariant without explicit 'return'

This allows more flexible handling of type errors, without creating
new macro for each new case.

Change-Id: I6ea3311ed24da9021e6a2b65eab31cea894ae0c0

21 months agolibrary: Replace dynamic error checking with asserts in unregister() 36/279136/3
Karol Lewandowski [Mon, 1 Aug 2022 23:07:49 +0000 (01:07 +0200)]
library: Replace dynamic error checking with asserts in unregister()

It's programming error to pass NULL callbacks_data - catch it early
with assert.

Change-Id: Id6ed5861c2a5ce38e0e148e9cf177170a1661d4f

21 months agolibrary: fix: ensure dbus connection is avaliable in unregister_event_callback 35/279135/3
Karol Lewandowski [Mon, 1 Aug 2022 23:01:02 +0000 (01:01 +0200)]
library: fix: ensure dbus connection is avaliable in unregister_event_callback

Normally this function is called only after register function is called,
which checks if dbus is available.  As it's public api we must not make
assumption this behaviour is followed in real code.

Change-Id: I41b95bb746d954b6af66e31a0c9735d7f21e88b2

21 months agoUnduplicate code 59/279259/1 accepted/tizen/unified/20220805.131908 submit/tizen/20220804.142848
Michal Bloch [Thu, 4 Aug 2022 14:43:19 +0000 (16:43 +0200)]
Unduplicate code

Change-Id: Ic52222eb6157a5507689a3a91f6103d13de5ca02
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
21 months agoCreate `apps_rw/*` subdirectories and files with [subsession_uid]:users UID:GID 57/279257/1
Adam Michalski [Thu, 4 Aug 2022 13:34:51 +0000 (15:34 +0200)]
Create `apps_rw/*` subdirectories and files with [subsession_uid]:users UID:GID

Change-Id: I53045101838b12b983e3cb46055614dccf3ccc6f

22 months agoRelease 0.5.0 32/279032/1 accepted/tizen/unified/20220802.144808 submit/tizen/20220729.133354 submit/tizen/20220801.061355
Karol Lewandowski [Fri, 29 Jul 2022 13:29:53 +0000 (15:29 +0200)]
Release 0.5.0

Bump version due to behaviour change - from now on subsession
user and it's apps_rw directory is created with <session_uid>:system_share
UID:GID.

Change-Id: Ic26a8050769da3a3e48ac574171b528bfce195ca

22 months agoMerge "Create subsession and `apps_rw` directories with [subsession_uid]:system_share...
Karol Lewandowski [Fri, 29 Jul 2022 13:29:05 +0000 (13:29 +0000)]
Merge "Create subsession and `apps_rw` directories with [subsession_uid]:system_share UID:GID" into tizen

22 months agoCreate subsession and `apps_rw` directories with 16/279016/1
Adam Michalski [Fri, 29 Jul 2022 10:48:43 +0000 (12:48 +0200)]
Create subsession and `apps_rw` directories with
[subsession_uid]:system_share UID:GID

Change-Id: Ib1f8d18d715ba6ff52c97cfe78c56d00ae2e9d37

22 months agolibrary: Rename async method call to follow method_call_<sync/async> convention 48/278948/1
Karol Lewandowski [Tue, 26 Jul 2022 23:15:20 +0000 (01:15 +0200)]
library: Rename async method call to follow method_call_<sync/async> convention

Additional style fixes along the way.

Change-Id: I6eb43013019a0a701cc191ff25e1dd0463526124

22 months agolibrary: Ensure map_dbus_call_error_to_return_value handles NULL 47/278947/1
Karol Lewandowski [Thu, 28 Jul 2022 10:26:43 +0000 (12:26 +0200)]
library: Ensure map_dbus_call_error_to_return_value handles NULL

Allowing the funcion to accept NULL GError* will allow to simplify
code in other places.

Change-Id: I13e172907651da119d13119a8d07c4c7906489ee

22 months agolibrary: Move all of dbus signal subscription logic to register_event_callback 49/278749/3
Karol Lewandowski [Tue, 26 Jul 2022 22:47:31 +0000 (00:47 +0200)]
library: Move all of dbus signal subscription logic to register_event_callback

Change-Id: I2fa04d1095569e709adbbce6e297a68f6668fb94

22 months agolibrary: Merge dbus sync call helpers 48/278748/2
Karol Lewandowski [Mon, 25 Jul 2022 22:21:55 +0000 (00:21 +0200)]
library: Merge dbus sync call helpers

This commit merges method_call_no_signal() and method_call_no_signal_return()
functions into one, as the only difference between these was that returned
variant was passed to caller or not._

Change-Id: Idedac845a6b9690cade29f54dc9fbc372e7a8642

22 months agoRelease 0.4.4 04/278604/1 accepted/tizen/unified/20220726.012139 submit/tizen/20220722.101755
Karol Lewandowski [Fri, 22 Jul 2022 08:12:16 +0000 (10:12 +0200)]
Release 0.4.4

Change-Id: Ic647ec27f5f86cad2e066aeef21dc81d2468c1aa

22 months agolibrary: Rework client_data_cleansweep_mt 03/278603/1
Karol Lewandowski [Fri, 22 Jul 2022 08:10:20 +0000 (10:10 +0200)]
library: Rework client_data_cleansweep_mt

This commit:
 - renames function to callbacks_data_remove_client_data as it operates on callbacks_data list
 - changes order of function paramters to follow convention used by callbacks_data_* functions
 - adds asserts to ensure parameters are always valid

Change-Id: I0671a6a6bea783224a0bbe966bea08b4c0ec5d03

22 months agoMerge "sessiond: Re-shuffle include files to get rid of a nasty "unused variable...
Karol Lewandowski [Thu, 21 Jul 2022 21:42:55 +0000 (21:42 +0000)]
Merge "sessiond: Re-shuffle include files to get rid of a nasty "unused variable" warning" into tizen

22 months agolibrary: simplify logic in callback_data functions 41/278541/2
Michal Bloch [Thu, 21 Jul 2022 20:55:56 +0000 (22:55 +0200)]
library: simplify logic in callback_data functions

Change-Id: I6f707a201780012a3c138fca85f7a0d0b9f9a26c

22 months agolibrary: make callback functions follow subject-action convention 63/278363/5
Michal Bloch [Thu, 21 Jul 2022 20:55:43 +0000 (22:55 +0200)]
library: make callback functions follow subject-action convention

This commit renames the following functions:
 - take_from_callbacks_data_and_remove_from_list -> callbacks_data_pop
 - find_in_callbacks_data                        -> callbacks_data_find
 - subsession_register_event_in_list             -> callbacks_data_push

Change-Id: Iae4ec775a7626e45667452ff52dd2b19dc2dd6c8

22 months agoMerge "clientExample: proper clean-up in case of subsession errors" into tizen
Karol Lewandowski [Thu, 21 Jul 2022 21:20:20 +0000 (21:20 +0000)]
Merge "clientExample: proper clean-up in case of subsession errors" into tizen

22 months agoclientExample: proper clean-up in case of subsession errors 95/277895/21
Adam Michalski [Thu, 14 Jul 2022 14:59:05 +0000 (16:59 +0200)]
clientExample: proper clean-up in case of subsession errors

Change-Id: I57682b4e7b4649af55435c70186a0a97956e10bf

22 months agosessiond: Re-shuffle include files to get rid of a nasty 13/278513/1
Adam Michalski [Thu, 21 Jul 2022 10:07:19 +0000 (12:07 +0200)]
sessiond: Re-shuffle include files to get rid of a nasty
"unused variable" warning

Change-Id: If0e3530c45e236cee1e1fe11a155a07099a0c498

22 months agolibrary: Shorten client callback data allocation function name 62/278362/3
Karol Lewandowski [Tue, 19 Jul 2022 21:06:05 +0000 (23:06 +0200)]
library: Shorten client callback data allocation function name

Change-Id: If8ea696acad3ea8b8c4bd230e44bd908352c8370

22 months agolibrary: Simplify comparators 96/277896/5
Karol Lewandowski [Thu, 14 Jul 2022 21:48:14 +0000 (23:48 +0200)]
library: Simplify comparators

Change-Id: Ie4af052e02f5190dae542bbcc34daa495101430b

22 months agolibrary: Drop registered_signal_t 61/278361/3
Karol Lewandowski [Tue, 19 Jul 2022 20:56:20 +0000 (22:56 +0200)]
library: Drop registered_signal_t

Change-Id: I07b7717b1e197201d10ebe25dd502d1c275903a7

22 months agolibrary: Do not initialize callbacks list with placeholder element 60/278360/3
Karol Lewandowski [Tue, 19 Jul 2022 20:35:35 +0000 (22:35 +0200)]
library: Do not initialize callbacks list with placeholder element

This does not seem to be needed.

Change-Id: I44196b316411673b19099aad528d20f98ad72136

22 months agoremoved unecessary NULL case 47/278447/2
Arkadiusz Nowak [Wed, 20 Jul 2022 11:44:47 +0000 (13:44 +0200)]
removed unecessary NULL case

Change-Id: I8ebbb85f323bb68c8a7efb703505d647540f0ee6

22 months agolibrary: Add missing const to src user 59/278359/2
Karol Lewandowski [Tue, 19 Jul 2022 20:39:55 +0000 (22:39 +0200)]
library: Add missing const to src user

Change-Id: I92f2f615cd10ef164d70ca17456989894f601455

22 months agoTemporarily allow all dbus policy by default 72/278372/1 accepted/tizen/unified/20220720.141517 submit/tizen/20220720.014058 submit/tizen/20220720.052140
Hyotaek Shim [Wed, 20 Jul 2022 01:40:23 +0000 (10:40 +0900)]
Temporarily allow all dbus policy by default

Change-Id: I23047031697072967a49d49fed0114a721b150a1
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
22 months agoRevert "Temporarily allow dbus policy by default" 71/278371/2
Hyotaek Shim [Wed, 20 Jul 2022 01:38:43 +0000 (01:38 +0000)]
Revert "Temporarily allow dbus policy by default"

This reverts commit 330e4429171a18f5f28e49c915c507572deff539.

Change-Id: I945e28a1d37b419d5a32425b79ffd999f08de9c6

22 months agoMerge "library: Ensure subsession_user_t does not contain garbage" into tizen
Karol Lewandowski [Tue, 19 Jul 2022 21:34:28 +0000 (21:34 +0000)]
Merge "library: Ensure subsession_user_t does not contain garbage" into tizen

22 months agoUser len 19 and len 20 tests 83/278283/3
Arkadiusz Nowak [Mon, 18 Jul 2022 07:15:40 +0000 (09:15 +0200)]
User len 19 and len 20 tests

Change-Id: Ibf7710a0248fdd0dfcafa885a1b6d9687fcce6b3

22 months agoTemporarily allow dbus policy by default 16/278316/1 submit/tizen/20220719.043933
Hyotaek Shim [Tue, 19 Jul 2022 04:38:45 +0000 (13:38 +0900)]
Temporarily allow dbus policy by default

Change-Id: Iae10d6d10904c4195e100b8631631cffebba3edf
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
22 months agoAdd a note to the sessiond.h header on the "" subsession 93/278293/1 accepted/tizen/unified/20220720.064039 submit/tizen/20220719.015501
Mateusz Majewski [Mon, 18 Jul 2022 11:37:52 +0000 (13:37 +0200)]
Add a note to the sessiond.h header on the "" subsession

Change-Id: Id6ddafd8f017ede6423b20539f0c4d0c341570ba

22 months agolibrary: Ensure subsession_user_t does not contain garbage 85/277985/2
Karol Lewandowski [Fri, 15 Jul 2022 15:16:44 +0000 (17:16 +0200)]
library: Ensure subsession_user_t does not contain garbage

Change-Id: I06fa8c004af2873a3a2926b5bde4fc62043d8f62

22 months agolibrary: Fix subsession_user_copy() 84/277984/1 accepted/tizen/unified/20220719.014548 submit/tizen/20220715.154248 submit/tizen/20220718.045828 submit/tizen/20220718.115742
Karol Lewandowski [Fri, 15 Jul 2022 15:04:08 +0000 (17:04 +0200)]
library: Fix subsession_user_copy()

This commit fixes strlen() to be invoked on source string, not
destination.

Change-Id: I9eeef27e6c713134ddfedf79e66a3f28dafb7f1d

22 months agoRelease 0.4.2 81/277981/1 submit/tizen/20220715.132635
Karol Lewandowski [Fri, 15 Jul 2022 13:00:15 +0000 (15:00 +0200)]
Release 0.4.2

Change-Id: Ifaaaede75993b827da12b55e0edaaa36ce7d70e0

22 months agolibrary: Use assert() to catch programming errors in make_new_signal_callback_client_... 92/277892/4
Karol Lewandowski [Thu, 14 Jul 2022 09:15:47 +0000 (11:15 +0200)]
library: Use assert() to catch programming errors in make_new_signal_callback_client_data()

Change-Id: I9c0b718cab9a010b8094a079e52844b2d03f0619

22 months agolibrary: Unify signal handlers 94/277894/4
Karol Lewandowski [Thu, 14 Jul 2022 10:24:59 +0000 (12:24 +0200)]
library: Unify signal handlers

This commit drops quite a lot of repetition by moving switch
and add+remove handlers common parts to separate functions.

Change-Id: I80fc2d3ab6d7990e2633b2a3660ff3ba527ea558

22 months agolibrary: Drop cb_data_ 93/277893/4
Karol Lewandowski [Thu, 14 Jul 2022 09:19:12 +0000 (11:19 +0200)]
library: Drop cb_data_

We really don't need it as repetition is negligible.  More imporantly, using explicit
paramaters (cb, cb_data) is far more readable than looking for yet another macro def.

Change-Id: Ibb0c3a3723deec76b4fa615546343393e6b82920

22 months agoAdd static where appropriate 55/277955/2
Mateusz Majewski [Fri, 15 Jul 2022 08:16:30 +0000 (10:16 +0200)]
Add static where appropriate

Change-Id: Ic3027ddecbbefd4696ddf0636407c5d4f7a2ae17

22 months agoDrop dbus_signal_subscribed 54/277954/2
Mateusz Majewski [Fri, 15 Jul 2022 08:16:08 +0000 (10:16 +0200)]
Drop dbus_signal_subscribed

... as it is unused.

Change-Id: I9724221dac88448a48ff19d98f561269e620d93e

22 months agoRemoved unused lists 51/277951/2
Arkadiusz Nowak [Fri, 15 Jul 2022 07:42:53 +0000 (09:42 +0200)]
Removed unused lists

Change-Id: I280f0852aa544d136ea8c0d8b8456ad6807e9bf3

22 months agoFix some leakage in the library 19/277819/1
Michal Bloch [Wed, 13 Jul 2022 18:50:37 +0000 (20:50 +0200)]
Fix some leakage in the library

Change-Id: I678dbb9dde715c473aa432d43d29f87e18b494d1
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
22 months agoRelease 0.4.1 02/277802/2 accepted/tizen/unified/20220715.141346 submit/tizen/20220713.133213
Karol Lewandowski [Wed, 13 Jul 2022 13:02:59 +0000 (15:02 +0200)]
Release 0.4.1

Change-Id: I9f2e8ca7595cdf3214e99837074110eedfa57a37

22 months agoCorrection in test description 72/277772/3
Arkadiusz Nowak [Wed, 13 Jul 2022 06:16:28 +0000 (08:16 +0200)]
Correction in test description

Change-Id: I557a780c119530ed9680377bc82dd8bdb4293ab9

22 months agolib: get_current_user: Avoid off-by-one while copying user name 48/277748/7
Karol Lewandowski [Tue, 12 Jul 2022 22:19:52 +0000 (00:19 +0200)]
lib: get_current_user: Avoid off-by-one while copying user name

- fix off-by-one error while copying user name
- tizen style fixes

Change-Id: If2fc3204413f748526959f567fad9b032502cd75

22 months agolib: get_user_list: Numerous fixes 47/277747/5
Karol Lewandowski [Tue, 12 Jul 2022 20:15:31 +0000 (22:15 +0200)]
lib: get_user_list: Numerous fixes

- use SUBSESSION_* errors only (instead of 0/TIZEN_* domain errors)
- use exact types where possible (subsession_user_t instead of void)
- fix off-by one when copying gvariant string whose lenght >= USER_MAXLEN
- minor style fixes

Change-Id: I47821432306f48caac719e2a09c3af8c1b8b452b

22 months agolibsessiond: fix a memleak in `subsession_get_user_list` 39/277739/5
Adam Michalski [Tue, 12 Jul 2022 14:23:44 +0000 (16:23 +0200)]
libsessiond: fix a memleak in `subsession_get_user_list`

Change-Id: I543f85dfddd563db71e834acf0874dae09eb3d82

22 months agoDefault user on libsessiond 33/277733/1
Arkadiusz Nowak [Tue, 12 Jul 2022 12:28:43 +0000 (14:28 +0200)]
Default user on libsessiond

Fix test to check default user id
Minor fix in clientExample

Change-Id: I1b95e3e6f77141804d35f04f4c2169b40dc244b5

22 months agoInclude default user in `GetUserList` call 25/277725/2
Adam Michalski [Tue, 12 Jul 2022 11:32:26 +0000 (13:32 +0200)]
Include default user in `GetUserList` call

Change-Id: I9e2319615f06e2896157adba0c8545c2e41fffdc

22 months agoClearly guide how to free user_list from subsession_get_user_list() 04/277604/3
Hyotaek Shim [Mon, 11 Jul 2022 04:16:02 +0000 (13:16 +0900)]
Clearly guide how to free user_list from subsession_get_user_list()

Change-Id: Ic0cc16a072d9a8d307fd061c2fc06c0e6dd1aafc
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
22 months agoRelease 0.4 86/277586/2 accepted/tizen/unified/20220712.010805 submit/tizen/20220708.124830
Karol Lewandowski [Fri, 8 Jul 2022 12:36:20 +0000 (14:36 +0200)]
Release 0.4

Change-Id: Ic3c22630f8947c04289012ef1f057d365216e302

22 months agoClient example: minor tweaks 87/277587/1
Michal Bloch [Fri, 8 Jul 2022 12:36:45 +0000 (14:36 +0200)]
Client example: minor tweaks

Change-Id: Id79209548f37171d2c0f521858c443a23688968d
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
22 months agoAdapt clientExample to char * 73/277573/6
Mateusz Majewski [Fri, 8 Jul 2022 09:21:36 +0000 (11:21 +0200)]
Adapt clientExample to char *

Change-Id: Ic68fc382f0d1e91f062ff6d40ac7885f1a864fdb

22 months agolibsessiond: Change user id from int to string type 68/277468/19
Arkadiusz Nowak [Fri, 1 Jul 2022 11:31:05 +0000 (13:31 +0200)]
libsessiond: Change user id from int to string type

Change-Id: I89da68279daa124b93eaf3a32db96e2b421d6990

22 months agoChange subsession_id type to std::string{,_view} 67/276967/18
Mateusz Majewski [Tue, 28 Jun 2022 11:30:45 +0000 (13:30 +0200)]
Change subsession_id type to std::string{,_view}

Co-authored-by: Adam Michalski <a.michalski2@partner.samsung.com>
Change-Id: Ie5d645b9172d7423f40b74c5b92c44ac106b8c1e

22 months agoRemove unnecessary `enum` 60/277360/1
Adam Michalski [Tue, 5 Jul 2022 14:54:45 +0000 (16:54 +0200)]
Remove unnecessary `enum`

Change-Id: Ibd8c2f7efb8999a97d76c69ac04f0ca6e014d42e

22 months agoRelease 0.3.1 01/277201/1 accepted/tizen/unified/20220704.213012 submit/tizen/20220701.115540
Karol Lewandowski [Fri, 1 Jul 2022 11:08:37 +0000 (13:08 +0200)]
Release 0.3.1

Change-Id: If7467fe5fb2b5549a768be32d49fe5dd3b2acc7e

22 months agoMerge "Add log notification" into tizen
Karol Lewandowski [Fri, 1 Jul 2022 10:49:25 +0000 (10:49 +0000)]
Merge "Add log notification" into tizen

22 months agoAdd log notification 40/277040/4
Arkadiusz Nowak [Wed, 29 Jun 2022 14:50:08 +0000 (16:50 +0200)]
Add log notification

Change-Id: Ia4e3809385d66e0bb7b00aee40c7bbc66a24d524

23 months agoFix an inappropriate usage of std::string_view 10/277010/2 accepted/tizen/unified/20220630.211956 submit/tizen/20220630.001059
Mateusz Majewski [Wed, 29 Jun 2022 05:55:37 +0000 (07:55 +0200)]
Fix an inappropriate usage of std::string_view

Change-Id: Ib78a4dee5588cd50ebda2666d9536acc8156de55

23 months agosessiond: Apply systemd-based dbus activation 49/276649/6
Adam Michalski [Wed, 22 Jun 2022 12:43:13 +0000 (14:43 +0200)]
sessiond: Apply systemd-based dbus activation

Change-Id: I7c5323eef839ead0fb9e3ae066310c3b50aa357e

23 months agoFix a blunder 66/276966/1
Mateusz Majewski [Tue, 28 Jun 2022 11:21:04 +0000 (13:21 +0200)]
Fix a blunder

HMMMMMMMMMMMMMMMMMMMMMMMMMMMMM

Change-Id: I0b993c1e64fb600ef30c854ad688eef1ca6c97d5

23 months agoAdd std::string and std::string_view support to tuple_g_variant_helpers 80/276780/2
Mateusz Majewski [Fri, 24 Jun 2022 10:11:05 +0000 (12:11 +0200)]
Add std::string and std::string_view support to tuple_g_variant_helpers

std::string is supported in both cases. std::string_view is only allowed
in input and not in output.

Change-Id: Ib7d23a434309943e475e70b6a2ace943e55ec8ae

23 months agoRefactor tuple_g_variant_helpers 79/276779/2
Mateusz Majewski [Fri, 24 Jun 2022 10:06:23 +0000 (12:06 +0200)]
Refactor tuple_g_variant_helpers

... to be a bit more extensible.

Change-Id: I2c37833fd8c5296d2d81413316173a35910e7a8f

23 months agoClient example: Remove unnecessary header file 78/276778/1
Adam Michalski [Fri, 24 Jun 2022 10:07:06 +0000 (12:07 +0200)]
Client example: Remove unnecessary header file

<unistd.h> was needed by sleep/usleep calls which were used temporarily
during the client app race condition tests. It's redundant now, that's
why it has been removed.

Change-Id: I9d97189a91d6630daa5853d0f62e6ac9042e4f66

23 months agoClient example: improve commentary 33/276733/1
Michal Bloch [Thu, 23 Jun 2022 14:28:34 +0000 (16:28 +0200)]
Client example: improve commentary

Change-Id: Ibe197b04e362069c3c4d129aad2f6bdf769c8bb7
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoapi: Adjust spacing 12/275912/4
Karol Lewandowski [Mon, 6 Jun 2022 10:52:14 +0000 (12:52 +0200)]
api: Adjust spacing

Change-Id: Iab0a1c38894bf6ce4f0c10ce39337e832cc253e9

23 months agoClient example: extract duplicate code 11/276611/2
Michal Bloch [Tue, 21 Jun 2022 20:15:46 +0000 (22:15 +0200)]
Client example: extract duplicate code

 * changes a loop condition to the first-last form,
   which is equivalent and used everywhere else.

 * changes `switch_user_test` to return bool to
   conform with the new convention I am in the
   process of enforcing.

Change-Id: Id233a33ab0f0977b4e6ce660457761ce27520c8e
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoClient example: rework mutexes 10/276610/2
Michal Bloch [Tue, 21 Jun 2022 18:01:42 +0000 (20:01 +0200)]
Client example: rework mutexes

 * add a lot of commentary, including to the newly added
   example of passing values to the callback.

 * use a conditional variable instead of a single mutex.
   This is because glib mutexes (and their underlying
   default POSIX mutexes) have undefined behaviour when
   trying to lock an already owned mutex from the owning
   thread. As a side effect, this gets rid of the trylock
   mechanism which (even though it worked) was confusing.

 * fix the mutex being left locked on subsession call error.

Change-Id: I1afa973bcae57ff8c7434d2365d51893ff7696d0
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoClient example: error handling fixes 09/276609/2
Michal Bloch [Tue, 21 Jun 2022 17:19:56 +0000 (19:19 +0200)]
Client example: error handling fixes

 * start handling errors from event (un-)registration and getting user list

 * use SUBSESSION_ERROR constants supplied by the lib instead of magic

 * reword error messages to better reflect what happens

Change-Id: Id282c12433aca44acabd03d4e2b1daaa86adac44
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoClient example: dispel magic around program returns 08/276608/2
Michal Bloch [Tue, 21 Jun 2022 17:01:57 +0000 (19:01 +0200)]
Client example: dispel magic around program returns

Change-Id: Icd0d78534df27e806e8764114ce05eeaf2a2c7b7
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoClient example: main loop handling fixes 07/276607/2
Michal Bloch [Tue, 21 Jun 2022 16:09:04 +0000 (18:09 +0200)]
Client example: main loop handling fixes

 * use a GThread instead of std::thread since everything
   else uses glib facilities instead of C++ ones

 * extract the wait at the end into its own function

 * fix the main loop not being unref'd

Change-Id: I4fd8c938ad793dd27e53f2def5a0dece2699551b
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoClient example: extract color magic to a function 06/276606/2
Michal Bloch [Tue, 21 Jun 2022 15:02:09 +0000 (17:02 +0200)]
Client example: extract color magic to a function

Could be parametrized for more colors, but somehow
these don't exist (what happened to red errors?).

Change-Id: I4450bf980089cdde602650cc126c5935e18665d7
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoClient example: cleanup globals 05/276605/2
Michal Bloch [Tue, 21 Jun 2022 14:54:59 +0000 (16:54 +0200)]
Client example: cleanup globals

 * the loop variable can be local.

 * it is safe to initialize an atomic variable
   non-atomically as long as there's only 1 thread.

 * make global constants into constexpr vars,
   as opposed to regular const vars or macros.

Change-Id: I006831917517db7e9fe0aed4a78aefccae1f2c0b
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoclientExample: refactor some code 92/276492/6
Adam Michalski [Fri, 17 Jun 2022 09:25:50 +0000 (11:25 +0200)]
clientExample: refactor some code

- removed race condition causing the main thread to terminate before
  returns from all callbacks occured
- refactored some code to conform to the Tizen coding standards
- removed some unused variables
- added some comments to the source code

Change-Id: Ifa080f9f48747db201b7e73016b414dd5fe1b400

23 months agoRearrange the API order in sessiond.h from basic to advanced 75/276275/1 accepted/tizen/unified/20220615.135341 submit/tizen/20220614.055116
Hyotaek Shim [Tue, 14 Jun 2022 01:05:47 +0000 (10:05 +0900)]
Rearrange the API order in sessiond.h from basic to advanced

+ add .gitignore

Change-Id: Iae9c3c37a36355af9aaa10cbaeb569824c8efe2c
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
23 months agoRelease 0.3 54/276254/4
Karol Lewandowski [Mon, 13 Jun 2022 12:06:56 +0000 (14:06 +0200)]
Release 0.3

Change-Id: Iecbc675df568ee7dd88f1589145d5ee686e71e6a

23 months agolibsessiond: Drop unused code and data 59/276259/1
Karol Lewandowski [Mon, 13 Jun 2022 13:36:59 +0000 (15:36 +0200)]
libsessiond: Drop unused code and data

Change-Id: Ia02761d1f9d950e1997f9a590b7d818cd980c001

23 months agopackaging: Improve package description a bit 53/276253/3
Karol Lewandowski [Mon, 13 Jun 2022 12:05:25 +0000 (14:05 +0200)]
packaging: Improve package description a bit

Change-Id: I7a22e6554ed808288ab595f83494ad697b17a0b8

23 months agoIntegrate clientExample 52/276252/3
Karol Lewandowski [Mon, 13 Jun 2022 11:06:42 +0000 (13:06 +0200)]
Integrate clientExample

Change-Id: I4200e5903e2820652ee26a774e0016508010cf04

23 months agoUpdate tests to async callback call result check. 51/276251/2
Arkadiusz Nowak [Mon, 13 Jun 2022 06:11:22 +0000 (08:11 +0200)]
Update tests to async callback call result check.

Change-Id: I91eace5907919b6282a3a4b84fe52aabf1f8684b

23 months agosubsession_{add,remove,switch}_user: make async 05/276205/3
Michal Bloch [Mon, 13 Jun 2022 03:31:14 +0000 (05:31 +0200)]
subsession_{add,remove,switch}_user: make async

Also they now accept null callbacks.

Change-Id: I9a87f6bae74395d0bc374ca95c6ac2cd35c11e3c
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoRevert 'result' parameter in subsession_reply_callback 62/276162/4
Arkadiusz Nowak [Fri, 10 Jun 2022 07:26:18 +0000 (09:26 +0200)]
Revert 'result' parameter in subsession_reply_callback

Change-Id: I8397ebe73780a05ba4be2cf3f01eaa4974d06e74

23 months agoChange error returns in subsession_register_event_callback and subsession_unregister_... 90/276090/4
Arkadiusz Nowak [Thu, 9 Jun 2022 05:25:40 +0000 (07:25 +0200)]
Change error returns in subsession_register_event_callback and subsession_unregister_event_callbacks

subsession_register_event will return SUBSESSION_ERROR_ALREADY_EXISTS
if event on the same subsession_uid was previously registered

subsession_unregister_event will return SUBSESSION_ERROR_NOT_AVAILABLE
if event on the subsession wasn't or previously unregistered

to change callback and callbacks data
unregister and register event again is required

To update the calllback and callback's data the call of subsession_unregister_event_callback
and subsession_register_event_callback with new data is required.

Change-Id: I2ad90f7ac04e9e5f8417f5842db920e91c94511c

23 months agoReduce some copy-paste 07/276107/1
Michal Bloch [Thu, 9 Jun 2022 13:12:14 +0000 (15:12 +0200)]
Reduce some copy-paste

Fixes a memleak in one of the functions.

Change-Id: I773142fa1061083e2065072a07d4df02d8f342ea
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
23 months agoAdd parameter validation to `subsession_get_current_user` and `subsession_get_user_list` 15/275915/4
Arkadiusz Nowak [Mon, 6 Jun 2022 10:12:10 +0000 (12:12 +0200)]
Add parameter validation to `subsession_get_current_user` and `subsession_get_user_list`

Change-Id: Ie70e797c585114381a96f5967b8f98e8a5ac60b1

23 months agoapi: Drop redundant fields from subsession_event_wait_done() and clarify assumed... 11/275911/6
Karol Lewandowski [Mon, 6 Jun 2022 10:29:43 +0000 (12:29 +0200)]
api: Drop redundant fields from subsession_event_wait_done() and clarify assumed usage

Changes in:
  - public interface header (libsessiond.h) authored by Karol Lewandowski
  - the rest implemented by Michal Bloch

Change-Id: I2d5337f59c868a614674f1b10001dc8c776f6f91

23 months agoapi: Drop unused return value from subsession_event_callback 10/275910/5
Karol Lewandowski [Mon, 6 Jun 2022 10:28:21 +0000 (12:28 +0200)]
api: Drop unused return value from subsession_event_callback

Changes in:
  - public interface header (libsessiond.h) authored by Karol Lewandowski
  - the rest implemented by Michal Bloch

Change-Id: I89808022e341a0ec10863181ba8788300b55b648

23 months agoapi: Drop unused paramaters and return value from subsession_reply_callback 09/275909/5
Karol Lewandowski [Mon, 6 Jun 2022 10:28:01 +0000 (12:28 +0200)]
api: Drop unused paramaters and return value from subsession_reply_callback

Changes in:
  - public interface header (libsessiond.h) authored by Karol Lewandowski
  - the rest implemented by Michal Bloch

Change-Id: I7d391d4f57fee0925fa0ccb57c2a4d2e99d88c98

23 months agoapi: Move generic fields to the top of subsession_event_info 08/275908/4
Karol Lewandowski [Mon, 6 Jun 2022 10:25:27 +0000 (12:25 +0200)]
api: Move generic fields to the top of subsession_event_info

Also happens to fix some functions referencing the wrong union member.

Changes in:
  - public interface header (libsessiond.h) authored by Karol Lewandowski
  - the rest implemented by Michal Bloch

Change-Id: I5dde2519a85c2e0ab3fc9621324eb140b0825743

23 months agoRevert "Restore subsession_*_user_wait_done due to other programs linking to them" 07/275907/1
Karol Lewandowski [Mon, 6 Jun 2022 10:14:03 +0000 (12:14 +0200)]
Revert "Restore subsession_*_user_wait_done due to other programs linking to them"

This reverts commit 3d88538370fa18dd4a44554e7b57b4cbfa50d844.

It's not enough to make rest of Tizen build, so better drop it.

Change-Id: Ibb790ee5287e00cae84a1915e02098b8d7b61cf5