summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sung-jae Park [Mon, 12 Nov 2012 08:10:35 +0000 (17:10 +0900)]
Replace the livebox_ prefix with lb_
to prevent conflicting of API
Hide external hidden API
Change-Id: Ifb0b9859038acbf337ff85ad3a394e359d3687e8
Sung-jae Park [Fri, 9 Nov 2012 01:22:03 +0000 (10:22 +0900)]
Handling the FONT CHANGE EVENT.
Add a new event function
* livebox_system_event
event_type
+ LB_SYS_EVENT_LANG_CHANGED
+ LB_SYS_EVENT_FONT_CHANGED
* livebox_is_pinned_up (missed ABI)
Change-Id: I3c472bf2c553daa614fe4fa56fe77fb0d924c7fb
Sung-jae Park [Thu, 8 Nov 2012 07:02:33 +0000 (16:02 +0900)]
Handling the font change event.
Call the update_content of all liveboxes
Change-Id: I36678c85d97e0d1e936049c41c9b3ff8dbec8bf6
Sung-jae Park [Tue, 6 Nov 2012 12:56:50 +0000 (21:56 +0900)]
Change the install folder to /usr/apps/
To make this can be updated via FOTA.
Change-Id: If0f16a1ace40a2d534747b246c7fa1e6b37fc2a2
Sung-jae Park [Sat, 3 Nov 2012 13:56:12 +0000 (22:56 +0900)]
Load a plugins with RTLD_NOW | RTLD_DEEPBIND flag.
Try to lookup all symbols forcely.
It may takes more long time to load it.
Change-Id: I97c6f405dc5f6d6e74d583fc2a7453f9cd87f902
Sung-jae Park [Wed, 31 Oct 2012 01:22:30 +0000 (10:22 +0900)]
Update version
Change-Id: Ia1e89fe1fdbde6913163e7f23e6f6f06a0346a93
Sung-jae Park [Tue, 30 Oct 2012 07:25:55 +0000 (16:25 +0900)]
Replace the pixel with the size_type.
Change-Id: Iea7df700fb5a7fb770a16643a5cb5d02464813bb
Sung-jae Park [Fri, 19 Oct 2012 05:34:21 +0000 (14:34 +0900)]
Updated for handling the buffer type PD
Add critical logging implementations
Update the path (/opt -> /opt/usr)
Change-Id: I05277945185d46e0858af2f5fb2d5398c013b019
Sung-jae Park [Fri, 12 Oct 2012 08:54:43 +0000 (17:54 +0900)]
Install the license file
Change-Id: I33e062a37276cf042b7d257c67eb368b444acd34
Sung-jae Park [Fri, 12 Oct 2012 01:10:13 +0000 (10:10 +0900)]
Pended update scheduler is updated.
If a livebox doesn't need to update its contents (need_to_update == false),
Don't push it to the pended update list.
Change-Id: I75b12d38296cedab08448e189058fa823fc789fe
Sung-jae Park [Thu, 11 Oct 2012 08:39:19 +0000 (17:39 +0900)]
Set the SIZE info for creating a new livebox.
Requested by the OSP (to open this feature like android)
Change-Id: I6c87256cf4ebbb6db093ad0ab737683b30252e85
Sung-jae Park [Wed, 10 Oct 2012 08:10:40 +0000 (17:10 +0900)]
Add some more debugging message
Change-Id: Id694d0185589332f6728d5a1dd033f02db913046
Sung-jae Park [Tue, 9 Oct 2012 06:18:34 +0000 (15:18 +0900)]
Update the so file path getting code.
Converting the relative path to abs path.
Change-Id: I3e5d1d4f4f03d00f5559f06041b8e77c586e51b6
Sung-jae Park [Fri, 5 Oct 2012 11:50:07 +0000 (20:50 +0900)]
Try to get the libexec path from the DB
using livebox-service
Change-Id: I7878a1b1ed24446f8d7f1197dda99cac3e893544
Sung-jae Park [Fri, 5 Oct 2012 09:17:04 +0000 (18:17 +0900)]
Implement the livebox_is_pinned_up handler.
To know whether the livebox is pinned up or not
this patch is applied.
Change-Id: I1a1a3268b3f63ba76111dee9d5585ddd8e301165
Sung-jae Park [Wed, 26 Sep 2012 05:30:42 +0000 (14:30 +0900)]
Check the package name.
for updating specific livebox.
Change-Id: I14b7e41248cce1c771c89b7a0f5663c6269455a0
Sung-jae Park [Tue, 25 Sep 2012 02:33:22 +0000 (11:33 +0900)]
Update SMACK manifest file
Change-Id: Ibce7e957075ee0df34ce80371978aa79d9ec9f10
Sung-jae Park [Wed, 19 Sep 2012 09:44:11 +0000 (18:44 +0900)]
Apply smack
Change-Id: I98c0ecd6cdd9ec38b641a3f8afc04a3fc0269b45
Sung-jae Park [Wed, 19 Sep 2012 04:39:04 +0000 (13:39 +0900)]
Updated for uploading this to a official binary
Change-Id: Ie520633b4a92301c898c31274d0fa1fab7d93d30
Sung-jae Park [Tue, 11 Sep 2012 09:38:14 +0000 (18:38 +0900)]
Add missing code
Initialize the is_paused field of information for each livebox
Change-Id: I43d73f4d43e5ad1bd850ed0a9a3f413c6a4b5e17
Sung-jae Park [Thu, 6 Sep 2012 06:23:17 +0000 (15:23 +0900)]
Implement the livebox show/hide feature
Change-Id: I5134f11f0c60341ee2d5c2d9579a402064d73e05
Sung-jae Park [Wed, 5 Sep 2012 01:48:03 +0000 (10:48 +0900)]
Update version of the manifest file.
Change-Id: I98ee15dafdf97c2cb4537d47ffa51d1cf3233d22
Sung-jae Park [Wed, 29 Aug 2012 11:08:54 +0000 (20:08 +0900)]
Update the get_info API
Livebox has to care the content_info and a title of the sub-cluster.
Change-Id: Id4ff42360da42e23f2f951a7ee642d92b9652014
Sung-jae Park [Tue, 28 Aug 2012 10:17:29 +0000 (19:17 +0900)]
Updated for new API of libprovider
Change-Id: Iaf15796b493f0fa3188b8dd66023aa360bfc3434
Sung-jae Park [Fri, 24 Aug 2012 01:26:46 +0000 (10:26 +0900)]
Update version for applying this to SEL binary
Change-Id: Ie71497068ee05a105d13805b70ebcf0246316584
Sung-jae Park [Tue, 21 Aug 2012 03:00:38 +0000 (12:00 +0900)]
Give the priority to update content (for opened PD)
Change-Id: I4f1e879fbff70e68094ac80bcd4546e2b004ae1b
Sung-jae Park [Tue, 21 Aug 2012 02:44:30 +0000 (11:44 +0900)]
Update subscribing context events.
Change-Id: I26c48b9f1b3c06540b7dbebb15c61c286d0b146d
Sung-jae Park [Tue, 21 Aug 2012 00:55:11 +0000 (09:55 +0900)]
Apply patchset about for prevent result
CID 16424 livebox.c
CID 13895 fault.c
Change-Id: Iaa427ec8877ab490da6cf7ef7a27ae87a4ac5bb8
Sung-jae Park [Mon, 20 Aug 2012 09:07:44 +0000 (18:07 +0900)]
Add user data for every callbacks
Change-Id: Ifd387140d950b90c0a3880e561880b1538b1ee51
Sung-jae Park [Sat, 11 Aug 2012 05:33:02 +0000 (14:33 +0900)]
Merge with old git repository
Change-Id: I5d0fa645f7598354870598741ff4ad82a60ca48b
Sung-jae Park [Sat, 28 Jul 2012 16:14:54 +0000 (01:14 +0900)]
Fix the install path of xml file
Change-Id: I9fd2c47bab02a284afdc876154b9f8dc1fb660bb
Sung-jae Park [Sat, 28 Jul 2012 08:12:52 +0000 (17:12 +0900)]
Use the strcasecmp instead of the strcmp
Change-Id: I6472dc957c38cc2343e392daa4d8148b86154bc2
Sung-jae Park [Fri, 27 Jul 2012 03:55:18 +0000 (12:55 +0900)]
Freeze the ping timer when the LCD is off.
Change-Id: I1319d775a745cf2fdcf3d8d3621c03919a696a87
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
Sung-jae Park [Tue, 24 Jul 2012 11:04:39 +0000 (20:04 +0900)]
Flush the memory (for sleep mode)
Change-Id: I5f36ac009c70e0cce297dd074ad982926c7f9ef1
Sung-jae Park [Tue, 24 Jul 2012 04:27:43 +0000 (13:27 +0900)]
Add flag
Change-Id: I5c755024b1ecf732fb52d491d8f0e1b77c92a7dd
Sung-jae Park [Mon, 23 Jul 2012 13:02:07 +0000 (22:02 +0900)]
Fix the build warning
Change-Id: I2cb0829c94f8adbc5e5290384a45c8b8860655e1
Sung-jae Park [Mon, 23 Jul 2012 12:41:29 +0000 (21:41 +0900)]
Apply the changed provider interface
Change-Id: Iebeec98bbcdcb1fe4bd1d3213b339e41116c78a7
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
Sung-jae Park [Fri, 20 Jul 2012 01:04:59 +0000 (10:04 +0900)]
Strip the binary
Change-Id: I4c4a787275467e096a69fb478eb1a546a0f04e0a
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
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
Sung-jae Park [Tue, 17 Jul 2012 08:55:08 +0000 (17:55 +0900)]
Update TAG
Change-Id: Ie19649908fcf2dfd1c884abf6bd5e704842bb4e0
Sung-jae Park [Fri, 13 Jul 2012 15:45:44 +0000 (00:45 +0900)]
Pinup implemented
Change-Id: Ie088d788d29158666bdb10b5c6ea93d2186eb175
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
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
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
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
Sung-jae Park [Wed, 20 Jun 2012 06:09:24 +0000 (15:09 +0900)]
Apply the livebox-slave interface.
Change-Id: I3e42f2a87ef8a72c5228a42ca314ba3a52e76ef4
Sung-jae Park [Tue, 19 Jun 2012 09:30:49 +0000 (18:30 +0900)]
Fix the bug of util_basename
Change-Id: Ia0b4e7fa425d1bca85182c3e7c663f18762d0836
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
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
Sung-jae Park [Sat, 16 Jun 2012 05:14:38 +0000 (14:14 +0900)]
Replace dbus with socket
Change-Id: Ie2283638c9f323d836cd694d4d14bb7609c04714
Sung-jae Park [Tue, 12 Jun 2012 10:15:26 +0000 (19:15 +0900)]
Revise the dbus code
Change-Id: I7e3a171dc07af2c3c60059e628b145807f5b0860
Sung-jae Park [Mon, 11 Jun 2012 13:23:05 +0000 (22:23 +0900)]
Update build flags
Change-Id: Ic9492e0568fc2d153c3a5a40a57ffdcf06f490b9
Sung-jae Park [Mon, 11 Jun 2012 06:08:40 +0000 (15:08 +0900)]
SMACK Phase 1 - Update spec, manifest files.
Change-Id: Ie7f0b4f276fef145b68a6e32f8526e7717d774a6
Sung-jae Park [Sun, 10 Jun 2012 11:17:01 +0000 (20:17 +0900)]
Remove verbose debugging message
Change-Id: Id4b721db9a32e7cd01db7139a16d6af26e563e76
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
Sung-jae Park [Fri, 8 Jun 2012 06:22:38 +0000 (15:22 +0900)]
Update the CFLAGS
Change-Id: I188bf88ba18ae72a7fe520ce8b89f866f0dd2ff5
Sung-jae Park [Thu, 7 Jun 2012 12:54:09 +0000 (21:54 +0900)]
Just,. update code
Change-Id: Ia06f312d05efa0988c732d9b3ff7cf8e0e5dc5b6
Sung-jae Park [Tue, 5 Jun 2012 04:49:35 +0000 (13:49 +0900)]
Make delayed ctx connection (1 sec)
Change-Id: I9ae24472e430709ddc9a97c8ff3c1c8967b2179b
Sung-jae Park [Tue, 5 Jun 2012 02:36:58 +0000 (11:36 +0900)]
Make the ctx connection first
Change-Id: I80233a2ff3484117fbd358d36e0d646de485d044
Sung-jae Park [Tue, 5 Jun 2012 01:29:44 +0000 (10:29 +0900)]
Enable context engine callback register.
Change-Id: Ia7a23ae0125f2302f0664671999373f025a6b927
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
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
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
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
Sung-jae Park [Wed, 30 May 2012 07:50:52 +0000 (16:50 +0900)]
Update the method type
Change-Id: I582c22a26f0254489fd898a0ab8200ca032e459f
Sung-jae Park [Sun, 27 May 2012 11:40:58 +0000 (20:40 +0900)]
Handling the heavy update events
Change-Id: I2392b0b948b9a96f8c653d95772661ed0c5b8060
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
Sung-jae Park [Thu, 24 May 2012 08:09:52 +0000 (17:09 +0900)]
Supporting the OSP livebox(CPP)
Change-Id: I4df77500371c6e0e5b722bce4a879c6726953e49
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
Sung-jae Park [Tue, 22 May 2012 09:18:47 +0000 (18:18 +0900)]
Add period update code in runtime
Change-Id: Ia8030eb972e4d8596322064e735de3cc76447ceb
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
Sung-jae Park [Mon, 21 May 2012 05:11:55 +0000 (14:11 +0900)]
Update OBS Package name
Change-Id: Ib1c4cfd596de340b66aca737307335ec764598de
Sung-jae Park [Fri, 18 May 2012 08:49:06 +0000 (17:49 +0900)]
Update content event handling function
Change-Id: Iae34baed7414773e02d017924f37866692ebed1e
Sung-jae Park [Fri, 18 May 2012 06:32:38 +0000 (15:32 +0900)]
Remove unnecessary header inclusion
Change-Id: I199fb4b861d6b2bfa4b813b426cb9b20bba8e310
Sung-jae Park [Fri, 18 May 2012 03:04:54 +0000 (12:04 +0900)]
User event handler implemented for text format.
Change-Id: I36cadfcc26108ef792db13bfe254a3516ed5e4d1
Sung-jae Park [Thu, 17 May 2012 07:22:17 +0000 (16:22 +0900)]
Fix the invalid git info
Change-Id: Icf5311335b7fe855875a2347019403f6807f1ca2
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
hyesook choi [Thu, 17 May 2012 04:34:05 +0000 (13:34 +0900)]
Initial empty repository