platform/core/appfw/data-provider-slave.git
12 years agoAdd log to figure out the event blocking bug
Sung-jae Park [Wed, 25 Jul 2012 07:27:51 +0000 (16:27 +0900)]
Add log to figure out the event blocking bug

Change-Id: I502a3d8498afb4abe2bdf0d92b2450eb2c143721

12 years agoFlush the memory (for sleep mode)
Sung-jae Park [Tue, 24 Jul 2012 11:04:39 +0000 (20:04 +0900)]
Flush the memory (for sleep mode)

Change-Id: I5f36ac009c70e0cce297dd074ad982926c7f9ef1

12 years agoAdd flag
Sung-jae Park [Tue, 24 Jul 2012 04:27:43 +0000 (13:27 +0900)]
Add flag

Change-Id: I5c755024b1ecf732fb52d491d8f0e1b77c92a7dd

12 years agoFix the build warning
Sung-jae Park [Mon, 23 Jul 2012 13:02:07 +0000 (22:02 +0900)]
Fix the build warning

Change-Id: I2cb0829c94f8adbc5e5290384a45c8b8860655e1

12 years agoApply the changed provider interface
Sung-jae Park [Mon, 23 Jul 2012 12:41:29 +0000 (21:41 +0900)]
Apply the changed provider interface

Change-Id: Iebeec98bbcdcb1fe4bd1d3213b339e41116c78a7

12 years agoAdd XML for data-provider-slave (add -g and timeout)
Sung-jae Park [Mon, 23 Jul 2012 08:11:17 +0000 (17:11 +0900)]
Add XML for data-provider-slave (add -g and timeout)

Add -g option for generating stripped binary
Add timeout value for each async_send API

Change-Id: I0b94afb6c26b27f4fb8e17d09b96bf6b47d0b7a4

12 years agoStrip the binary
Sung-jae Park [Fri, 20 Jul 2012 01:04:59 +0000 (10:04 +0900)]
Strip the binary

Change-Id: I4c4a787275467e096a69fb478eb1a546a0f04e0a

12 years agoAdd mcheck for managing the heap safely.
Sung-jae Park [Wed, 18 Jul 2012 08:00:34 +0000 (17:00 +0900)]
Add mcheck for managing the heap safely.

It will detect the inconsistency of the heap.
And will call mcheck_cb when it detect problem.

Change-Id: I54a44554ee96026855a6faae4e5a1627bbdf2161

12 years agoRemove EXEC filter from the fault detector.
Sung-jae Park [Tue, 17 Jul 2012 11:09:20 +0000 (20:09 +0900)]
Remove EXEC filter from the fault detector.

Because of this filter, the slave couldn't find the correct livebox.

Change-Id: I046d47ea127241f7bc1043e8f9bef0855ea1dc2f

12 years agoUpdate TAG
Sung-jae Park [Tue, 17 Jul 2012 08:55:08 +0000 (17:55 +0900)]
Update TAG

Change-Id: Ie19649908fcf2dfd1c884abf6bd5e704842bb4e0

12 years agoPinup implemented
Sung-jae Park [Fri, 13 Jul 2012 15:45:44 +0000 (00:45 +0900)]
Pinup implemented

Change-Id: Ie088d788d29158666bdb10b5c6ea93d2186eb175

12 years agoAcquire buffer/Release buffer implemented.
Sung-jae Park [Wed, 11 Jul 2012 15:24:25 +0000 (00:24 +0900)]
Acquire buffer/Release buffer implemented.

Slave can acquire the buffer of livebox and PD only if its type is
buffer_livebox, buffer_pd or the slave couldn't get any buffer of livebox or PD.

URI concept is applied

Change-Id: I1571ff2a51446da618a6046acb89ea146ec75e8e

12 years agoApply heap-monitor, but disabled.
Sung-jae Park [Fri, 6 Jul 2012 07:45:00 +0000 (16:45 +0900)]
Apply heap-monitor, but disabled.

Need more testing and stabilizing for heap-monitor.

Change-Id: Id4ec7bfdb9ed908285108f0af160c43ca0fc6f4c

12 years agoUpdate heap monitor.
Sung-jae Park [Fri, 29 Jun 2012 13:12:11 +0000 (22:12 +0900)]
Update heap monitor.

But this is not able to be enable yet.
Because it wastes too much time to gather the heap usage.
We must have to optimize this.

NOTE=======================================================
This heap monitor will be replaced with the
http://git.futuremobile.net/?p=heap-monitor&a=summary

Change-Id: I4471c29a683a15244518e17826e78f37fed576b2

12 years agoHeap monitor, implementation
Sung-jae Park [Tue, 26 Jun 2012 04:10:17 +0000 (13:10 +0900)]
Heap monitor, implementation

Replace liblivebox-slave with libprovider

Change-Id: I4130acac6a0e2e4f21aa9812348b53ede52da92f

12 years agoApply the livebox-slave interface.
Sung-jae Park [Wed, 20 Jun 2012 06:09:24 +0000 (15:09 +0900)]
Apply the livebox-slave interface.

Change-Id: I3e42f2a87ef8a72c5228a42ca314ba3a52e76ef4

12 years agoFix the bug of util_basename
Sung-jae Park [Tue, 19 Jun 2012 09:30:49 +0000 (18:30 +0900)]
Fix the bug of util_basename

Change-Id: Ia0b4e7fa425d1bca85182c3e7c663f18762d0836

12 years agoConnector impls are moved out to a new project
Sung-jae Park [Mon, 18 Jun 2012 07:21:19 +0000 (16:21 +0900)]
Connector impls are moved out to a new project

Change-Id: Ib252e667583b3ee198c906dd2c39a50f7f5c3441

12 years agoLoad time and Execute time is separated.
Sung-jae Park [Mon, 18 Jun 2012 02:50:05 +0000 (11:50 +0900)]
Load time and Execute time is separated.

Loading a new livebox is not able to be completed in A sec..
So it is changed to 10 secs.

But the other function call should be returned in A sec like old.

Change-Id: Ia81663008057ec958ff05c121588d94ffd275e63

12 years agoReplace dbus with socket
Sung-jae Park [Sat, 16 Jun 2012 05:14:38 +0000 (14:14 +0900)]
Replace dbus with socket

Change-Id: Ie2283638c9f323d836cd694d4d14bb7609c04714

12 years agoRevise the dbus code
Sung-jae Park [Tue, 12 Jun 2012 10:15:26 +0000 (19:15 +0900)]
Revise the dbus code

Change-Id: I7e3a171dc07af2c3c60059e628b145807f5b0860

12 years agoUpdate build flags
Sung-jae Park [Mon, 11 Jun 2012 13:23:05 +0000 (22:23 +0900)]
Update build flags

Change-Id: Ic9492e0568fc2d153c3a5a40a57ffdcf06f490b9

12 years agoSMACK Phase 1 - Update spec, manifest files.
Sung-jae Park [Mon, 11 Jun 2012 06:08:40 +0000 (15:08 +0900)]
SMACK Phase 1 - Update spec, manifest files.

Change-Id: Ie7f0b4f276fef145b68a6e32f8526e7717d774a6

12 years agoRemove verbose debugging message
Sung-jae Park [Sun, 10 Jun 2012 11:17:01 +0000 (20:17 +0900)]
Remove verbose debugging message

Change-Id: Id4b721db9a32e7cd01db7139a16d6af26e563e76

12 years agoFix the livebox destroy bug.
Sung-jae Park [Sat, 9 Jun 2012 06:32:24 +0000 (15:32 +0900)]
Fix the livebox destroy bug.

While destroying livebox, slave crashes.
This pathc will fix it

Change-Id: I9399c31cacda111ae5976e3b1c32c1c5030c1f82

12 years agoUpdate the CFLAGS
Sung-jae Park [Fri, 8 Jun 2012 06:22:38 +0000 (15:22 +0900)]
Update the CFLAGS

Change-Id: I188bf88ba18ae72a7fe520ce8b89f866f0dd2ff5

12 years agoJust,. update code
Sung-jae Park [Thu, 7 Jun 2012 12:54:09 +0000 (21:54 +0900)]
Just,. update code

Change-Id: Ia06f312d05efa0988c732d9b3ff7cf8e0e5dc5b6

12 years agoMake delayed ctx connection (1 sec)
Sung-jae Park [Tue, 5 Jun 2012 04:49:35 +0000 (13:49 +0900)]
Make delayed ctx connection (1 sec)

Change-Id: I9ae24472e430709ddc9a97c8ff3c1c8967b2179b

12 years agoMake the ctx connection first
Sung-jae Park [Tue, 5 Jun 2012 02:36:58 +0000 (11:36 +0900)]
Make the ctx connection first

Change-Id: I80233a2ff3484117fbd358d36e0d646de485d044

12 years agoEnable context engine callback register.
Sung-jae Park [Tue, 5 Jun 2012 01:29:44 +0000 (10:29 +0900)]
Enable context engine callback register.

Change-Id: Ia7a23ae0125f2302f0664671999373f025a6b927

12 years agoUpdate fault detection code
Sung-jae Park [Mon, 4 Jun 2012 06:02:22 +0000 (15:02 +0900)]
Update fault detection code

Update the pause/resume state check code

Change-Id: I599bf00dca69571ed7c256a48a4a47f974a7a67f

12 years agoversion is updated to 0.2.0
Sung-jae Park [Sat, 2 Jun 2012 17:39:15 +0000 (02:39 +0900)]
version is updated to 0.2.0

Remove the method bye of rpc_to_master.
And version is updated to 0.2.0 to sync with the version of master.

Change-Id: I5d6deb0502a9fa02c258035b86235b027dadc9fa

12 years agoAdd more feature for the livebox return time checker
Sung-jae Park [Thu, 31 May 2012 09:22:06 +0000 (18:22 +0900)]
Add more feature for the livebox return time checker

Change-Id: I7db5394384adde82ba17e385baca1eba46996702

12 years agoMonitoring the crashes from the callback of the livebox.
Sung-jae Park [Wed, 30 May 2012 11:33:56 +0000 (20:33 +0900)]
Monitoring the crashes from the callback of the livebox.

Change-Id: Icee9442de65d3a5cd016e0637dadfb9342df3f2d

12 years agoUpdate the method type
Sung-jae Park [Wed, 30 May 2012 07:50:52 +0000 (16:50 +0900)]
Update the method type

Change-Id: I582c22a26f0254489fd898a0ab8200ca032e459f

12 years agoHandling the heavy update events
Sung-jae Park [Sun, 27 May 2012 11:40:58 +0000 (20:40 +0900)]
Handling the heavy update events

Change-Id: I2392b0b948b9a96f8c653d95772661ed0c5b8060

12 years agoReview codes.
Sung-jae Park [Sun, 27 May 2012 09:00:13 +0000 (18:00 +0900)]
Review codes.

Remove unused code(virtual_canvas).
Fix the invalid return code of dbus method.

Change-Id: Id6a3a7e4fda63c3440c01af877641ed26f6df2bc

12 years agoSupporting the OSP livebox(CPP)
Sung-jae Park [Thu, 24 May 2012 08:09:52 +0000 (17:09 +0900)]
Supporting the OSP livebox(CPP)

Change-Id: I4df77500371c6e0e5b722bce4a879c6726953e49

12 years agoGive the current pointer location to the livebox.
Sung-jae Park [Wed, 23 May 2012 12:42:44 +0000 (21:42 +0900)]
Give the current pointer location to the livebox.

via livebox_content_event function.

Change-Id: I5f8091fcfd2fa3f73ceb8c7681ebc6d78fcdc178

12 years agoAdd period update code in runtime
Sung-jae Park [Tue, 22 May 2012 09:18:47 +0000 (18:18 +0900)]
Add period update code in runtime

Change-Id: Ia8030eb972e4d8596322064e735de3cc76447ceb

12 years agoAdd renew method for fault recovering.
Sung-jae Park [Tue, 22 May 2012 03:20:31 +0000 (12:20 +0900)]
Add renew method for fault recovering.

Master will send "renew" event to re-create normal livebox instances.

Change-Id: I76adf33ec1c8ae317454abc0f9e5aa772ce45de8

12 years agoUpdate OBS Package name
Sung-jae Park [Mon, 21 May 2012 05:11:55 +0000 (14:11 +0900)]
Update OBS Package name

Change-Id: Ib1c4cfd596de340b66aca737307335ec764598de

12 years agoUpdate content event handling function
Sung-jae Park [Fri, 18 May 2012 08:49:06 +0000 (17:49 +0900)]
Update content event handling function

Change-Id: Iae34baed7414773e02d017924f37866692ebed1e

12 years agoRemove unnecessary header inclusion
Sung-jae Park [Fri, 18 May 2012 06:32:38 +0000 (15:32 +0900)]
Remove unnecessary header inclusion

Change-Id: I199fb4b861d6b2bfa4b813b426cb9b20bba8e310

12 years agoUser event handler implemented for text format.
Sung-jae Park [Fri, 18 May 2012 03:04:54 +0000 (12:04 +0900)]
User event handler implemented for text format.

Change-Id: I36cadfcc26108ef792db13bfe254a3516ed5e4d1

12 years agoFix the invalid git info
Sung-jae Park [Thu, 17 May 2012 07:22:17 +0000 (16:22 +0900)]
Fix the invalid git info

Change-Id: Icf5311335b7fe855875a2347019403f6807f1ca2

12 years agoImport the data provider slave from a local git
Sung-jae Park [Thu, 17 May 2012 05:03:42 +0000 (14:03 +0900)]
Import the data provider slave from a local git

Change-Id: Ie3d84db79a29d226ae340e5186047d5d88960c36

12 years agoInitial empty repository
hyesook choi [Thu, 17 May 2012 04:34:05 +0000 (13:34 +0900)]
Initial empty repository