profile/ivi/message-port.git
10 years agoBump release : v1.0.1 accepted/tizen/ivi/20140127.173432 submit/tizen/20140127.082349 submit/tizen/20140127.084448
Amarnath Valluri [Mon, 27 Jan 2014 08:23:04 +0000 (10:23 +0200)]
Bump release : v1.0.1

Change-Id: Ic9aec5e5f1b41eb0e7115494ba118468baca70dc
Fixes: TIVI-2638

10 years agoFix TIVI-2638 Enable SmackExecLabel=User for messageport 79/15579/2
Amarnath Valluri [Thu, 23 Jan 2014 12:37:19 +0000 (14:37 +0200)]
Fix TIVI-2638 Enable SmackExecLabel=User for messageport

Support for invoking messageport daemon by systemd with correct smack label.

This commit is also having the supported changes :
 - Stop using session bus for invoking, and fix tests in non-session-bus case.
 - change in daemon socket location : /run/user/@usern_name@ -> /tmp.
   As user specific folder is not created at the time of daemon startup

Change-Id: Ibd885e522970aa63241792258e4a32a0bf32cfbb

10 years agoRelease 1.0.0-2 accepted/tizen/20131127.212540 accepted/tizen/ivi/20131219.042305 accepted/tizen/ivi/20131220.022124 accepted/tizen/ivi/20140108.014031 submit/tizen/20131127.090928 submit/tizen/20131219.042707 submit/tizen/20131220.022517 submit/tizen/20140108.003246 submit/tizen/20140108.022412 submit/tizen_ivi_release/20140108.030111
Amarnath Valluri [Wed, 27 Nov 2013 07:45:44 +0000 (09:45 +0200)]
Release 1.0.0-2

10 years agoFix-Issue TIVI-2159: Double free of bundle in message handler 90/12890/1
Amarnath Valluri [Mon, 25 Nov 2013 10:04:39 +0000 (12:04 +0200)]
Fix-Issue TIVI-2159: Double free of bundle in message handler

Client frees the data(bundle) passed in message handler, so we need not
to free it.

Change-Id: Iee72c2826aae355efe2f238fa6af38930e96c503

10 years agochangelog file added accepted/tizen/20131112.202916 accepted/tizen/20131112.211912 accepted/tizen_ivi_stable/20131119.040253 submit/tizen/20131112.131606 submit/tizen_ivi_stable/20131119.035553
Amarnath Valluri [Tue, 12 Nov 2013 12:14:33 +0000 (14:14 +0200)]
changelog file added

10 years agorelease 1.0.0 changes
Amarnath Valluri [Tue, 12 Nov 2013 12:12:13 +0000 (14:12 +0200)]
release 1.0.0 changes

10 years agopackaging: manifest support added
Amarnath Valluri [Tue, 12 Nov 2013 12:11:13 +0000 (14:11 +0200)]
packaging: manifest support added

10 years agopackaging: corrected package grouping
Amarnath Valluri [Tue, 12 Nov 2013 12:10:18 +0000 (14:10 +0200)]
packaging: corrected package grouping

10 years agotests: Isolating tests by running dedicated session bus.
Amarnath Valluri [Thu, 7 Nov 2013 13:34:46 +0000 (15:34 +0200)]
tests: Isolating tests by running dedicated session bus.

With this commit, didcated session bus daemon is started
while running tests. If --enable-debug is used, then we are
treating as tests are running from source tree, Assuming that
release builds are debug disabled, where installed messageportd
is used for testing.

NOTE: this code should be gaurded under USE_SESSION_BUS.

10 years agodaemon: Ignoring certificate validation for invalid apps.
Amarnath Valluri [Thu, 7 Nov 2013 12:30:17 +0000 (14:30 +0200)]
daemon: Ignoring certificate validation for invalid apps.

This allows us to run unit-tests.

10 years agoenable certificate validation code
Amarnath Valluri [Wed, 6 Nov 2013 09:14:20 +0000 (11:14 +0200)]
enable certificate validation code

10 years agoupdated licence header
Amarnath Valluri [Wed, 6 Nov 2013 09:11:52 +0000 (11:11 +0200)]
updated licence header

10 years agoexamples -> tests
Amarnath Valluri [Tue, 5 Nov 2013 09:53:18 +0000 (11:53 +0200)]
examples -> tests

10 years agoexample: Fix testcases
Amarnath Valluri [Tue, 5 Nov 2013 08:25:33 +0000 (10:25 +0200)]
example: Fix testcases

10 years agodaemon: Using pid as appid for clients which are not tizen applications
Amarnath Valluri [Tue, 5 Nov 2013 08:25:02 +0000 (10:25 +0200)]
daemon: Using pid as appid for clients which are not tizen applications

10 years agolib: Fix to handling duplicate local ports.
Amarnath Valluri [Fri, 1 Nov 2013 11:03:49 +0000 (13:03 +0200)]
lib: Fix to handling duplicate local ports.

messageport_register_local_port() now returns the Id of the port
by updating message_cb, in case if its already registered with the
same port_name.

10 years agolib: API documentation cleanup
Amarnath Valluri [Fri, 1 Nov 2013 11:00:56 +0000 (13:00 +0200)]
lib: API documentation cleanup

10 years agolog: Updated dlog usage
Amarnath Valluri [Fri, 1 Nov 2013 11:00:16 +0000 (13:00 +0200)]
log: Updated dlog usage

10 years agodaemon: Using PID as app id, if no appliation id found.
Amarnath Valluri [Fri, 1 Nov 2013 10:58:44 +0000 (12:58 +0200)]
daemon: Using PID as app id, if no appliation id found.

10 years agoSession bus support enabled for message port daemon
Amarnath Valluri [Wed, 30 Oct 2013 11:39:43 +0000 (13:39 +0200)]
Session bus support enabled for message port daemon

10 years agopackaging: examples packaged under message-port-examples.
Amarnath Valluri [Wed, 30 Oct 2013 11:37:47 +0000 (13:37 +0200)]
packaging: examples packaged under message-port-examples.

Few debug issues fixed in example code.

10 years agodaemon: few fixes to dbus-server code
Amarnath Valluri [Wed, 30 Oct 2013 11:34:47 +0000 (13:34 +0200)]
daemon: few fixes to dbus-server code

10 years agomissing copyright section added, and few typo fixes
Amarnath Valluri [Fri, 25 Oct 2013 08:38:31 +0000 (11:38 +0300)]
missing copyright section added, and few typo fixes

10 years agolog messages corrected
Amarnath Valluri [Thu, 24 Oct 2013 12:06:04 +0000 (15:06 +0300)]
log messages corrected

10 years agodaemon: fixed issue in registring more than one ports by a client.
Amarnath Valluri [Thu, 24 Oct 2013 12:04:30 +0000 (15:04 +0300)]
daemon: fixed issue in registring more than one ports by a client.

10 years agodaemon: enviroment variable support is added to daemon server socket address.
Amarnath Valluri [Thu, 24 Oct 2013 11:58:59 +0000 (14:58 +0300)]
daemon: enviroment variable support is added to daemon server socket address.

First we check if MESSAGEPORT_BUS_ADDRESS variable is set to any socket path,
if yes then daemon runs on that address, else uses configured bus address.

10 years agousing dlog for logging
Amarnath Valluri [Thu, 24 Oct 2013 11:57:20 +0000 (14:57 +0300)]
using dlog for logging

10 years agoexamples: add example to demonstrate API usage in C++
Amarnath Valluri [Fri, 18 Oct 2013 11:07:29 +0000 (14:07 +0300)]
examples: add example to demonstrate API usage in C++

lib: fixed gboolean -> bool issue

10 years agolib: made API multi thread safe(untested)
Amarnath Valluri [Fri, 18 Oct 2013 08:39:48 +0000 (11:39 +0300)]
lib: made API multi thread safe(untested)

10 years agodaemon: code refine in manager
Amarnath Valluri [Fri, 18 Oct 2013 07:27:21 +0000 (10:27 +0300)]
daemon: code refine in manager

10 years agodaemon: aul & pkgmgr-info dependent code enabled
Amarnath Valluri [Thu, 17 Oct 2013 12:00:39 +0000 (15:00 +0300)]
daemon: aul & pkgmgr-info dependent code enabled

aul: Support for getting application id from pid of the connected client.
pkgmgr-info: Validating webapp client signatures in case of trusted ports.

10 years agorpm packaging support added for tizen
Amarnath Valluri [Wed, 16 Oct 2013 11:10:53 +0000 (14:10 +0300)]
rpm packaging support added for tizen

10 years agobuild: enable/disable examples support
Amarnath Valluri [Thu, 17 Oct 2013 08:01:55 +0000 (11:01 +0300)]
build: enable/disable examples support

10 years ago.gitignore file added
Amarnath Valluri [Wed, 16 Oct 2013 10:00:27 +0000 (13:00 +0300)]
.gitignore file added

10 years agowarnings removed
Amarnath Valluri [Wed, 16 Oct 2013 10:00:10 +0000 (13:00 +0300)]
warnings removed

10 years agolib: .pc file added for message-port library
Amarnath Valluri [Wed, 16 Oct 2013 08:35:23 +0000 (11:35 +0300)]
lib: .pc file added for message-port library

10 years agolib: fixes to library
Amarnath Valluri [Wed, 16 Oct 2013 07:50:35 +0000 (10:50 +0300)]
lib: fixes to library

10 years agodristibute single shared shared library: libmessage-port.so
Amarnath Valluri [Tue, 15 Oct 2013 16:56:24 +0000 (19:56 +0300)]
dristibute single shared shared library: libmessage-port.so

10 years agocertifiacte validation code added
Amarnath Valluri [Tue, 15 Oct 2013 12:26:30 +0000 (15:26 +0300)]
certifiacte validation code added

10 years agoUsing D-Bus properties for Service object
Amarnath Valluri [Tue, 15 Oct 2013 08:46:22 +0000 (11:46 +0300)]
Using D-Bus properties for Service object

10 years agodaemon: dbus errors defined
Amarnath Valluri [Mon, 14 Oct 2013 12:36:24 +0000 (15:36 +0300)]
daemon: dbus errors defined

10 years agobidirectional messages implemented, updated the example code
Amarnath Valluri [Sat, 12 Oct 2013 12:57:19 +0000 (15:57 +0300)]
bidirectional messages implemented, updated the example code

10 years agolibtoolize added to autogen.sh
Amarnath Valluri [Fri, 11 Oct 2013 19:52:26 +0000 (22:52 +0300)]
libtoolize added to autogen.sh

10 years agofixes to daemon. initial implementation of client library
Amarnath Valluri [Fri, 11 Oct 2013 12:29:58 +0000 (15:29 +0300)]
fixes to daemon. initial implementation of client library

10 years agodaemon initial implementation
Amarnath Valluri [Wed, 9 Oct 2013 11:07:43 +0000 (14:07 +0300)]
daemon initial implementation

10 years agoInitial empty repository
Gerrit Code Review [Wed, 9 Oct 2013 11:04:01 +0000 (04:04 -0700)]
Initial empty repository