dbus/test test-service.c,1.16,1.17
Havoc Pennington
hp at pdx.freedesktop.org
Mon Jun 7 12:27:53 PDT 2004
- Previous message: dbus ChangeLog,1.518,1.519
- Next message: dbus/dbus dbus-marshal.c, 1.51, 1.52 dbus-marshal.h, 1.22,
1.23 dbus-message-builder.c, 1.23, 1.24 dbus-message.c, 1.132,
1.133 dbus-protocol.h, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/test
In directory pdx:/tmp/cvs-serv12543/test
Modified Files:
test-service.c
Log Message:
2004-06-07 Havoc Pennington <hp at redhat.com>
* dbus/dbus-message-builder.c (_dbus_message_data_load): append
random signature when using REQUIRED_FIELDS (this hack won't work
in the long term)
* dbus/dbus-message.c: change the signature to be a header field,
instead of message->signature special-case string. Incremental
step forward. Then we can fix up code to send the signature in the
message, then fix up code to validate said signature, then fix up
code to not put the typecodes inline, etc.
(load_one_message): don't make up the signature after the fact
(decode_header_data): require signature field for the known
message types
* dbus/dbus-marshal.c (_dbus_marshal_string_len): new
* dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
Index: test-service.c
===================================================================
RCS file: /cvs/dbus/dbus/test/test-service.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- a/test-service.c 5 Jun 2004 16:32:00 -0000 1.16
+++ b/test-service.c 7 Jun 2004 19:27:50 -0000 1.17
@@ -17,7 +17,7 @@
static void
die (const char *message)
{
- fprintf (stderr, "*** %s", message);
+ fprintf (stderr, "*** test-service: %s", message);
exit (1);
}
- Previous message: dbus ChangeLog,1.518,1.519
- Next message: dbus/dbus dbus-marshal.c, 1.51, 1.52 dbus-marshal.h, 1.22,
1.23 dbus-message-builder.c, 1.23, 1.24 dbus-message.c, 1.132,
1.133 dbus-protocol.h, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list