summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jeesun Kim [Mon, 17 Aug 2015 10:20:55 +0000 (19:20 +0900)]
remove db file in /opt/usr/dbspace
Change-Id: I99791453dff66ac08880925ea18c5cc23785370d
Jeesun Kim [Thu, 6 Aug 2015 02:05:56 +0000 (11:05 +0900)]
set permission in data directory
Change-Id: I3f67c35bbbff5d99469abe9c27ae73d9a58fb5f0
jiwon44.park [Tue, 4 Aug 2015 11:27:10 +0000 (20:27 +0900)]
update verion 0.1.130
Change-Id: Ie6ba804806ab05d5fcd882d5cb34745570f8c787
Signed-off-by: jiwon44.park <jiwon44.park@samsung.com>
Jeesun Kim [Wed, 18 Mar 2015 08:31:21 +0000 (17:31 +0900)]
modified define as upper char
Change-Id: I522970fe4dd5f0543847fe7b7b80724ecc30c350
Jeesun Kim [Mon, 9 Mar 2015 06:14:22 +0000 (15:14 +0900)]
Exclude the all Arch from the wearable profile
Change-Id: I41beed262e573111487641467e9ef7879cf2ae03
Jeesun Kim [Fri, 6 Mar 2015 04:18:03 +0000 (13:18 +0900)]
modified leap_month field comment
Change-Id: I2383b09ee4d2f4265dd55678a20a40d9272588aa
Jeesun Kim [Thu, 30 Jul 2015 07:48:54 +0000 (16:48 +0900)]
added log for changed file
Change-Id: I3c735579a1d8833f9ea37c16fe61100fbd7f4fca
Jeesun Kim [Wed, 29 Jul 2015 08:20:56 +0000 (17:20 +0900)]
modified uid in socket file
Change-Id: I8ce93be6cdfd142ba18935e99314cc740b211313
Gukhwan Cho [Sat, 4 Jul 2015 05:45:06 +0000 (14:45 +0900)]
update version
Change-Id: I8567f62d8c8bb6d89f456308ae2de20e5e7675db
Signed-off-by: Gukhwan Cho <gh78.cho@samsung.com>
Jeesun Kim [Fri, 3 Jul 2015 04:55:54 +0000 (13:55 +0900)]
fixed tct fail
Change-Id: I1154dbb7ff81e026a5a1d68064831c0e3d83bd4b
Jeesun Kim [Thu, 2 Jul 2015 12:57:44 +0000 (21:57 +0900)]
update version
Change-Id: I84612ada5c99861788ff0c21fef5789f97ae86b4
Jeesun Kim [Thu, 2 Jul 2015 11:03:06 +0000 (20:03 +0900)]
cleanup connect/disconnect code, fixed bs:over array access
Change-Id: If35f23d4acaff31b0c17ec61fd7672c83d91b9b2
sung.goo.kim [Thu, 2 Jul 2015 00:07:05 +0000 (09:07 +0900)]
Fix bug - fix socket path for multi-user
Change-Id: Ibdcedbeb135b74330ee1eb5dec08db137f4aedf1
Jeesun Kim [Mon, 11 May 2015 02:30:49 +0000 (11:30 +0900)]
modified systemd unit file path
Change-Id: Ib31acf0cb470711457a6d3bd9e887d3815340f6e
Jeesun Kim [Wed, 22 Apr 2015 10:25:07 +0000 (19:25 +0900)]
fixed bug for multi-user
Change-Id: Ia13483defe9a95d79dcb08890767ce151e919b16
Jeesun Kim [Thu, 9 Apr 2015 01:10:35 +0000 (18:10 -0700)]
Merge "Apply cynara(remove security-server)" into tizen
Jeesun Kim [Fri, 3 Apr 2015 11:47:40 +0000 (20:47 +0900)]
Apply cynara(remove security-server)
Change-Id: I59e34a4925c442ac51926b3d3910cd895bce0394
Jeesun Kim [Fri, 3 Apr 2015 11:47:40 +0000 (20:47 +0900)]
Revert "Add temporary header"
This reverts commit
86f908968db60faa19638f8710c8bbeae27a6506.
Change-Id: I16cd17d37b21cc0b32c69e62e0a48b1bbe170732
Sunggoo Kim [Fri, 3 Apr 2015 11:29:06 +0000 (20:29 +0900)]
Add temporary header
Change-Id: If31773297e6099906f145b38b7c8d91d0434021f
Jeesun Kim [Wed, 4 Mar 2015 05:41:26 +0000 (14:41 +0900)]
sync with 2.4
Change-Id: Ie5b9fc47f58897ea3c1d71b49037c3ad32e2ef6b
subham.sen [Fri, 21 Nov 2014 06:50:12 +0000 (12:20 +0530)]
Resolved the memory leak issue
Signed-off-by: subham.sen <subham.sen@samsung.com>
Change-Id: I79754586f88e324abfe667f6569a6ddeed4c3329
subham.sen [Thu, 6 Nov 2014 06:36:30 +0000 (12:06 +0530)]
cal_vcalendar_parse.c: Resolved one error and memory leak
Signed-off-by: subham.sen <subham.sen@samsung.com>
Change-Id: If9c1fbbd171933340b1b9805e5bac64f32cbd169
Sabera Djelti (sdi2) [Mon, 10 Feb 2014 15:04:08 +0000 (16:04 +0100)]
Removed hardcoded path for multiuser support
Bug-Tizen: PTREL-220
Change-Id: Ifcbf6fab59caaa2d61d442ff974fc23aeb540512
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
jooseong.lee [Mon, 12 May 2014 04:08:33 +0000 (13:08 +0900)]
Modification about smack label of db file belong to process.
[Problem]
Most db files have 'floor' label. Because these are created during image creation time.
Therefore no process can write the dbs (since 'floor' label allows only read and execute)
[Solution]
Modify smack label of the db files based on condition below referring three domain model
Condition1. Assign domain of process which creates db files
Condition2. Assign domain of process accesses db files.
Change-Id: I5b170aeb15543df723d4bc736c4dcb872ff4d7fd
Signed-off-by: jooseong.lee <jooseong.lee@samsung.com>
jeesun [Mon, 30 Dec 2013 04:45:45 +0000 (13:45 +0900)]
update spec file
Signed-off-by: jeesun <iamjs.kim@samsung.com>
Change-Id: I160e27e7a58cbc9e967424bc34a84b3507b5ef30
Ryan Ware [Mon, 8 Jul 2013 17:07:25 +0000 (10:07 -0700)]
Merge "resetting manifest requested domain to floor" into tizen
Alexandru Cornea [Mon, 1 Jul 2013 14:31:27 +0000 (17:31 +0300)]
resetting manifest requested domain to floor
Alexandru Cornea [Fri, 28 Jun 2013 13:08:28 +0000 (16:08 +0300)]
resetting manifest requested domain to floor
Baptiste DURAND [Wed, 5 Jun 2013 11:35:31 +0000 (13:35 +0200)]
Update Changelog
Baptiste DURAND [Wed, 5 Jun 2013 11:24:47 +0000 (13:24 +0200)]
Fix Error build of initdb
Baptiste DURAND [Wed, 5 Jun 2013 07:55:31 +0000 (09:55 +0200)]
Revert "Fix install section of spec"
This reverts commit
e1c91387de0fe976d4bf52f242bcda5caa9dd925.
Xavier Roche [Tue, 4 Jun 2013 08:46:03 +0000 (10:46 +0200)]
Changes : Fix hardcoded library path in CMakelists
Xavier Roche [Tue, 4 Jun 2013 08:44:11 +0000 (10:44 +0200)]
Fix hardcoded library path in CMakelists
- fix hardcoded lib path
- use %unitdir_user macro for systemd related files in specfile
Rusty Lynch [Thu, 23 May 2013 18:28:51 +0000 (11:28 -0700)]
Fix install section of spec
Jeesun Kim [Tue, 7 May 2013 05:51:32 +0000 (14:51 +0900)]
[issue#]N_SE_37494,37568
[problem] Exception alarm, rrule, attendee are removed after parent updateing.
[cause] No code for exception alarm, rrule, attendee handling.
[solution] Added code.
Change-Id: I85122d0c5d9d8dc5793b19c9217e512946c6298c
tw123.kim [Mon, 6 May 2013 05:25:34 +0000 (14:25 +0900)]
[feature] remove unused library, change the process of creating db and modify pc
Jeesun Kim [Fri, 3 May 2013 11:54:02 +0000 (20:54 +0900)]
[issue#]P130502-4527
[problem] Failed to parse todo due for ver1.
[cause] No logic for ver1 vtodo parsing.
[solution] Added code to handle parsing.
Jeesun Kim [Thu, 2 May 2013 10:31:03 +0000 (19:31 +0900)]
[misc] fixed disconnect problem, extended value field
Jeesun Kim [Fri, 26 Apr 2013 01:12:04 +0000 (10:12 +0900)]
[issue#]N_SE-35479
[problem] Not working alarm when system time changed.
[cause] System doesn't apply its changed time immediately.
[solution] Get changed time using VCONF key which already calculated.
Jeesun Kim [Tue, 23 Apr 2013 06:55:36 +0000 (15:55 +0900)]
[issue#] N_SE-35815
[problem] Crash when no recurrence_id exception is deleted.
[cause] No handling with NULL data.
[solution] Added NULL check.
Jeesun Kim [Mon, 22 Apr 2013 09:58:58 +0000 (18:58 +0900)]
[misc] fixed attendee bug
[issue#] jira N_SE-35479
Jeesun Kim [Fri, 19 Apr 2013 08:50:11 +0000 (17:50 +0900)]
[misc] widen duration size(int -> long long int) for large range
Jeesun Kim [Wed, 17 Apr 2013 09:36:01 +0000 (18:36 +0900)]
[misc] fixed prevent
Jeesun Kim [Wed, 17 Apr 2013 05:22:37 +0000 (14:22 +0900)]
[misc]fixed last week recurrence bug
Jeesun Kim [Fri, 12 Apr 2013 13:15:32 +0000 (22:15 +0900)]
[misc] fixed wrong loog when vcalendar tizd parsing
Change-Id: I9b2cc2adb3cd62a9690ae9286da591cf156b066b
Jeesun Kim [Thu, 11 Apr 2013 05:37:49 +0000 (14:37 +0900)]
[misc] fixed replace api/[Issue#]PLM P130408-0763, P130408-0758: fixed ver1 rrule- multi weekday,
PLM P130408-0753: fixed ver1 rrule- Monthly posigin,
Jira N_SE_32914: set default priority as NONE.
Junfeng Dong [Mon, 1 Apr 2013 04:46:28 +0000 (12:46 +0800)]
Fix for 64 bit compatibility.
- Fix hardcoding path.
- Use %cmake to set default paths.
- systemd path is /usr/lib on both 32 and 64 bit.
Change-Id: Iae093b9fe2ff24385d0f52a644881941bff34243
Jeesun Kim [Fri, 5 Apr 2013 09:01:46 +0000 (18:01 +0900)]
exception mod remained when making delete query in sync account.
Change-Id: I59e6c5ccf9085dfe766f619fe56bd7ec38963da2
Jeesun Kim [Tue, 2 Apr 2013 02:25:25 +0000 (11:25 +0900)]
[misc] fixed allday time validation check
Jeesun Kim [Mon, 1 Apr 2013 10:09:38 +0000 (19:09 +0900)]
[misc] modified priority from vcalendar
Jeesun Kim [Mon, 1 Apr 2013 07:14:42 +0000 (16:14 +0900)]
[misc] fixed freq update bug
Jeesun Kim [Fri, 29 Mar 2013 09:43:56 +0000 (18:43 +0900)]
[misc] mod reminder noti callback
Jinkun Jang [Fri, 15 Mar 2013 16:17:39 +0000 (01:17 +0900)]
merge with master
Jinkun Jang [Wed, 13 Mar 2013 03:21:49 +0000 (12:21 +0900)]
sync
Jinkun Jang [Tue, 12 Mar 2013 16:51:17 +0000 (01:51 +0900)]
Tizen 2.1 base
Kibum Kim [Mon, 27 Feb 2012 12:16:21 +0000 (21:16 +0900)]
tizen beta release