platform/core/appfw/com-core.git
12 years agoUpdate license
Sung-jae Park [Sat, 11 Aug 2012 07:49:53 +0000 (16:49 +0900)]
Update license

Change-Id: Ifdb2ae02eed7b61f3d7c6731a779378975f1fa7f

12 years agoSEL Verification - bug fixed
Sung-jae Park [Sat, 28 Jul 2012 11:40:06 +0000 (20:40 +0900)]
SEL Verification - bug fixed

Remove the FIOREAD.
Handling the receive ZERO byte receiving

S1-6489
S1-6520
S1-6337
S1-6494
S1-5750
P120725-0076

Change-Id: Iaf8efdd8836b3ca60f0ca7cdcf65c3457e7f3a36

12 years agoReplace the BUSY-WAITING CODE with the SELECT.
Sung-jae Park [Thu, 26 Jul 2012 13:31:37 +0000 (22:31 +0900)]
Replace the BUSY-WAITING CODE with the SELECT.

Change-Id: I1403ecd17b371905c3b9cd9489fcd5ba072ef9c3

12 years agoCheck the packet length while parsing it.
Sung-jae Park [Thu, 26 Jul 2012 09:15:58 +0000 (18:15 +0900)]
Check the packet length while parsing it.

Change-Id: Iac9a811ca3667b5101b71c63a2cf350680941f0b

12 years agoHandling the error case. for preventing the lock-up
Sung-jae Park [Thu, 26 Jul 2012 03:03:02 +0000 (12:03 +0900)]
Handling the error case. for preventing the lock-up

Try to send/recv packet and check the time.
If it exceed the maximum waiting time,
Just stop and give up send/recv packet
And return false to handling it correctly by user.

Handling the exceptional case more hardly.

Decrease the timeout value to 2 secs from 10 secs

Change-Id: I4d78f471d1555c66b687e4979a7110b62325e7e6

12 years agoAdd log for debugging
Sung-jae Park [Wed, 25 Jul 2012 08:55:24 +0000 (17:55 +0900)]
Add log for debugging

Change-Id: Idfebcea0198c3424b0ed9613196b7258836767dd

12 years agoAdd -g option for generating strip binary correctly
Sung-jae Park [Mon, 23 Jul 2012 08:09:43 +0000 (17:09 +0900)]
Add -g option for generating strip binary correctly

Add timeout parameter for async_send

Change-Id: I837dacccdf65122d2905108ef69d36185ed2a4b7

12 years agoRemove verbose debugging message
Sung-jae Park [Mon, 23 Jul 2012 04:07:29 +0000 (13:07 +0900)]
Remove verbose debugging message

Change-Id: I599632288e39ed2693048745746e195c7d847094

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

Change-Id: I950b72b4a9a236cefa63361122a569ad0b6b2aed

12 years agoRevise the packet build(create) function.
Sung-jae Park [Wed, 18 Jul 2012 07:36:35 +0000 (16:36 +0900)]
Revise the packet build(create) function.

Fix the bug of payload size calculation code

Change-Id: If55874bb41e3b45c2ab79384d7b35715346d956d

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

Change-Id: I6bc56abc3f94750ae0e82cdd3e30d725686b8029

12 years agoCheck the validity of a packet object
Sung-jae Park [Mon, 16 Jul 2012 07:03:32 +0000 (16:03 +0900)]
Check the validity of a packet object

Change-Id: I255c5876fce10ff51d64ce7bb9a18f3b6ea1729a

12 years agoAdd const type qualifier to packet argument of service handlers.
Sung-jae Park [Fri, 6 Jul 2012 11:20:43 +0000 (20:20 +0900)]
Add const type qualifier to packet argument of service handlers.

Change-Id: Iece659e869524bbfc2db95a76bc957eb42893dbc

12 years agoRename connector to com-core
Sung-jae Park [Wed, 27 Jun 2012 09:17:22 +0000 (18:17 +0900)]
Rename connector to com-core

Change-Id: I184df9a0bff4c579cc3abef8d436bc658e6b0ed8

12 years agoAPI names are changed.
Sung-jae Park [Tue, 19 Jun 2012 00:12:50 +0000 (09:12 +0900)]
API names are changed.

Rename put_handle with remove_handle
Rename secom with secure_socket

Change-Id: Ia306c817463e846a3b7a482521e15e0241b7cd04

12 years agoInitiate the project
Sung-jae Park [Mon, 18 Jun 2012 06:50:48 +0000 (15:50 +0900)]
Initiate the project

Change-Id: I633039acae13b95af2ee3aa83cd6eeb17cdeb9dd

12 years agoInitial empty repository
youngil.won [Mon, 18 Jun 2012 06:19:41 +0000 (15:19 +0900)]
Initial empty repository