diff options
author | Havoc Pennington <hp@redhat.com> | 2005-01-17 22:03:19 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-01-17 22:03:19 +0000 |
commit | ad937e16957c76f21b0df79d742cb4c401d2abb9 (patch) | |
tree | e1d62f2663c5901ad6f340dee4a6e0973dddc1f1 /doc | |
parent | 62e465339a306fa564b69935da494dad6e1b474a (diff) |
2005-01-17 Havoc Pennington <hp@redhat.com>
* Throughout, align variant bodies according to the contained
type, rather than always to 8. Should save a fair bit of space in
message headers.
* dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
fix handling of case where p == end
* doc/TODO: remove the dbus_bool_t item and variant alignment items
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -38,13 +38,6 @@ Important for 1.0 (though they are kind of a pita to pass in as size_t with the varargs, so maybe not - what does glib do with g_object_get()?) - - it's probably obnoxious that reading/writing bools doesn't return - dbus_bool_t; solution is probably to change bool to 32 bits on the - wire - - - maybe change and don't align variant bodies to 8-boundary, it uses - up lots of space in a typical header - - rename the service thing. unique service names (":1") and well-known ("org.foo.bar") should have different names probably; something like "address" for the unique and "alias" for the well-known, or |