summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jiyoung Yun [Wed, 11 Feb 2015 08:12:03 +0000 (17:12 +0900)]
sync-agent: Change the system-info api to 2.3 public api
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I957af8ad69a84c4347163435018bede28582716c
Casey Schaufler [Wed, 17 Sep 2014 17:04:55 +0000 (10:04 -0700)]
Merge "Factorisation of the unix socket path computation" into tizen
Sabera Djelti (sdi2) [Wed, 12 Feb 2014 16:25:36 +0000 (17:25 +0100)]
Remove hardcoded path for multiuser support
Change-Id: I47f9455d66002ba870cf16dab95951d671800175
Bug-Tizen: PTREL-273
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
seong.chung [Tue, 8 Apr 2014 01:32:26 +0000 (10:32 +0900)]
Modify SMACK manifest according three domain model
Change-Id: Ie4551eac847d227398c10bac2910da42c08f6d8e
Signed-off-by: seong.chung <seong.chung@samsung.com>
José Bollo [Wed, 8 Jan 2014 14:54:39 +0000 (15:54 +0100)]
Factorisation of the unix socket path computation
The code that was appearing 3 times, doing the same thing
is factorized in a single function.
A check to a not possible error is removed.
Some memory clean-up is added to avoid a memory leak.
This commit prepares to multi-user because the path of the
unix sockets may depend of the user. Then having a central
place to perform this computation is simplier.
Change-Id: I88a4df4951bd240aef82e6960b9f91e6e4f1067d
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Michael Leibowitz [Thu, 8 Aug 2013 20:50:47 +0000 (13:50 -0700)]
Fix manifests
put manifests in packaging/
consistent use of %{name} macros
Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
Ryan Ware [Mon, 8 Jul 2013 17:07:04 +0000 (10:07 -0700)]
Merge "resetting manifest requested domain to floor" into tizen
Alexandru Cornea [Mon, 1 Jul 2013 15:17:19 +0000 (18:17 +0300)]
resetting manifest requested domain to floor
Alexandru Cornea [Fri, 28 Jun 2013 15:00:02 +0000 (18:00 +0300)]
resetting manifest requested domain to floor
Baptiste DURAND [Wed, 19 Jun 2013 14:57:46 +0000 (16:57 +0200)]
Update Changelog
Baptiste DURAND [Wed, 19 Jun 2013 14:55:58 +0000 (16:55 +0200)]
Fix RPMLINT Rules
Baptiste DURAND [Mon, 17 Jun 2013 09:18:49 +0000 (11:18 +0200)]
Fix FW plugins installation.
Plugins should be installed in /usr/lib[64]/sync-agent/[categories].
Not in /usr/lib[64].
Baptiste DURAND [Fri, 14 Jun 2013 08:20:26 +0000 (10:20 +0200)]
Fix compatibility for x64 arch.
- Fix Warning about cast int to pointer.
intptr type is used because there are only ID value that casted in pointer.
Store an ID on integer make sense, and cast is used only to permits a call function.
- Remove warning around variable set but not used.
Baptiste DURAND [Fri, 14 Jun 2013 08:18:48 +0000 (10:18 +0200)]
Remove unused depedency push
Baptiste DURAND [Thu, 13 Jun 2013 17:07:00 +0000 (19:07 +0200)]
Fix build strict aliasing Error
To avoid error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
Baptiste DURAND [Wed, 29 May 2013 15:05:48 +0000 (17:05 +0200)]
Add Changelog
Baptiste DURAND [Wed, 29 May 2013 14:59:54 +0000 (16:59 +0200)]
Fix hardcoded lib path and use %cmake macros
sanghyuk Ko [Fri, 3 May 2013 09:17:53 +0000 (18:17 +0900)]
[SR:sync-agent_0.1.91] SR Release
[Problem]
-
[Cause]
-
[Solution]
- License name changed.
Change-Id: Iace99dee9f4180e2594c5b3526f03f8bbf61e646
sanghyuk Ko [Fri, 3 May 2013 09:13:39 +0000 (18:13 +0900)]
[Internal: License name changed]
[Problem]
-
[Cause]
-
[Solution]
- License name changed
Change-Id: Id7274f6e68570e2f313ba85fb450aa3bc475453c
sanghyuk Ko [Thu, 2 May 2013 08:06:52 +0000 (17:06 +0900)]
[SR:sync-agent_0.1.90] SR Release
[Problem]
-
[Cause]
-
[Solution]
- When synchronising, edit/delete request block.
- calendar connect/disconnect api changed.
- When synchronising, check account_id validance.
- prevent defect fixed - 51742 , 52071
Change-Id: Ibc37e9a58306a944d7e7485ccf52be643ee29ef2
JooHark Park [Thu, 2 May 2013 06:27:01 +0000 (15:27 +0900)]
[Internal: prevent defect fixed - 51742 , 52071]
=====================================
[Problem]
-
[Cause]
-
[Solution]
- prevent defect fixed - 51742 , 52071
=====================================
Change-Id: I31b9a01dca227e2c56cf1a3a81d7dde04b1f7164
sanghyuk Ko [Tue, 30 Apr 2013 04:27:04 +0000 (13:27 +0900)]
[JIRA:N_SE-30007] Get profilesNum failed.
[Problem]
-
[Cause]
-
[Solution]
- When synchronising, edit/delete request block.
- calendar connect/disconnect api changed.
- When synchronising, check account_id validance.
Change-Id: I292dada19155ed1a7f915c3f6e4553543b88e7bc
JooHark Park [Mon, 29 Apr 2013 04:44:23 +0000 (13:44 +0900)]
[SR: sync-agent_0.1.89 ] SR Release
Change-Id: I78bd688d1a10099554c7935bc063ab4bca2d1a0f
JooHark Park [Mon, 22 Apr 2013 13:37:44 +0000 (22:37 +0900)]
[Internal: merge private->RSA , Patch create momanager.db]
=====================================
[Problem]
-
[Cause]
-
[Solution]
- merge private->RSA
- Patch create momanager.db
=====================================
Change-Id: Idf5eb5449a011548012e269ca7fdf02528c80c97
JooHark Park [Fri, 19 Apr 2013 02:48:36 +0000 (11:48 +0900)]
[SR : sync-agent_0.1.88 ] SR Release
Change-Id: Ibd6ddce606a2e89ea06bc5b63312b5b907267d3d
JooHark Park [Fri, 19 Apr 2013 02:41:41 +0000 (11:41 +0900)]
[Internal: Prevent fixed - 50967, 38040, 26642]
=====================================
[Problem]
-
[Cause]
-
[Solution]
- Prevent fixed - 50967, 38040, 26642
=====================================
Change-Id: I4889e8b1be38a6744d9c9c31cf89027c78045586
JooHark Park [Mon, 15 Apr 2013 12:47:47 +0000 (21:47 +0900)]
[SR: sync-agent_0.1.87] SR Release
Change-Id: Id4a357c40cd3edd59e0e317cb08350a05da4a0cc
JooHark Park [Mon, 15 Apr 2013 04:45:55 +0000 (13:45 +0900)]
[Internal: merge sync-agent]
=====================================
[Problem]
-
[Cause]
-
[Solution]
- merge sync-agent
=====================================
Change-Id: Iff7dd0a9b17f73ab5562e99060ac86c0dbfaa18d
sanghyuk Ko [Mon, 1 Apr 2013 06:01:26 +0000 (15:01 +0900)]
[SR:sync-agent_0.1.82] SR Release
[Problem]
-
[Cause]
-
[Solution]
- debug log add
- remove log, daemon check api added
Change-Id: I3b9e356b99e98a7271373bd0a8599607e155df7b
sanghyuk Ko [Fri, 29 Mar 2013 12:47:30 +0000 (21:47 +0900)]
[Internal: changed] remove log, daemon check api added
[Problem]
-
[Cause]
-
[Solution]
- When dbus-call failed, log removed
- daemon check api add
Change-Id: Ibbc623a3e63b59b0d9abbf3e80ed3caf31469606
sanghyuk Ko [Thu, 28 Mar 2013 02:03:25 +0000 (11:03 +0900)]
[Internal: debug log add] debug log add
[Problem]
-
[Cause]
-
[Solution]
- debug log add
Change-Id: Iff1775e821461df5b9a5a5707e8eaafb2faff7e3
sanghyuk Ko [Wed, 20 Mar 2013 08:46:26 +0000 (17:46 +0900)]
[SR:sync-agent_0.1.81] SR Release
[Problem]
-
[Cause]
-
[Solution]
- When profile gets, input param changed
Change-Id: I0860e88b61b69cdba9af1406b6a1d2f4e96a7428
sanghyuk Ko [Wed, 20 Mar 2013 08:26:48 +0000 (17:26 +0900)]
[Internal: API change] When profile gets, input param changed.
[Problem]
-
[Cause]
-
[Solution]
- When profile gets, input param changed.
Change-Id: I14bd146a3963947787fd0492e89ed3620c6d5cc5
Jinkun Jang [Fri, 15 Mar 2013 16:18:28 +0000 (01:18 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:51:58 +0000 (01:51 +0900)]
Tizen 2.1 base
eunmee moon [Fri, 27 Apr 2012 12:36:11 +0000 (21:36 +0900)]
Initial empty repository