]>
pilppa.com Git - libplpbus.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mika Laitio [Sun, 6 Mar 2011 08:42:52 +0000 (10:42 +0200)]
Crash fix for unhandled msg request case in server.
Fixed the bus msg response crash in case when the server did not handle the
message and returned null.
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Sun, 6 Mar 2011 08:27:20 +0000 (10:27 +0200)]
Fixed send_message_and_wait_response(BusMessage *msg_req_param,
BusMessage **msg_rsp_param)
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Sun, 6 Mar 2011 07:57:15 +0000 (09:57 +0200)]
eclipse project file fix
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Sat, 5 Mar 2011 20:51:34 +0000 (22:51 +0200)]
Methods for reading data from the BusMessage datatype.
BusMessage datatype is used for passing data between client and server
by using plpbus(corba)... Earlier it was only possible to add data to
datatype but not actually to read it.
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Wed, 2 Mar 2011 21:00:55 +0000 (23:00 +0200)]
Added methods for querying paramerer values from the message parameter
by using parameter name as a key.
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Wed, 2 Mar 2011 19:33:06 +0000 (21:33 +0200)]
Force to add type_id identifier for messages. Receiver can then use the
type-id for identifying the messages from each others.
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Tue, 1 Mar 2011 23:35:09 +0000 (01:35 +0200)]
cleaned up public headers available for bus client and server
implementators.
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Mon, 28 Feb 2011 23:07:15 +0000 (01:07 +0200)]
More header cleanups.
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Mon, 28 Feb 2011 22:44:50 +0000 (00:44 +0200)]
More interface cleanings
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Mon, 28 Feb 2011 22:42:05 +0000 (00:42 +0200)]
Started cleaning up public headers from the private headers that are not
wanted to install.
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Tue, 21 Dec 2010 23:29:16 +0000 (01:29 +0200)]
Added linkage dependency fix to pkg-config file.
Enabled also the debug build options for c++ code.
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
Mika Laitio [Thu, 28 Oct 2010 21:36:35 +0000 (00:36 +0300)]
version 0.1.0
Mika Laitio [Thu, 7 Oct 2010 23:54:25 +0000 (02:54 +0300)]
updated test application names
Mika Laitio [Thu, 7 Oct 2010 18:53:18 +0000 (21:53 +0300)]
[http://pilppa.org/home/issues/4] Fix the service creation on new name server instances
Mika Laitio [Mon, 4 Oct 2010 14:07:51 +0000 (17:07 +0300)]
dropped duplicate version from the RequestResponseBus* sources generated in src/idl directory.
Mika Laitio [Mon, 4 Oct 2010 06:24:34 +0000 (09:24 +0300)]
copy headers with make install command
Mika Laitio [Sun, 3 Oct 2010 22:09:17 +0000 (01:09 +0300)]
added .gitignore and started converting to use libplp for debug
Mika Laitio [Sat, 2 Oct 2010 10:49:53 +0000 (13:49 +0300)]
initial version