summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-basic.c
Commit message (Collapse)AuthorAgeFilesLines
* finish off my TODO list for stuff needed to port dbus-message.c. NextHavoc Pennington2005-01-031-99/+209
| | | | step is to do so.
* just when the file was looking all beautiful, add horrible hacky code toHavoc Pennington2005-01-031-7/+7
| | | | fixup array lengths after setting a value somewhere within the array.
* clean up the naming of dbus_marshal functionsHavoc Pennington2005-01-021-66/+61
|
* delete some more noise, put args in consistent order (a big bug trap sadly),Havoc Pennington2005-01-021-591/+648
| | | | and work on the set value stuff some
* implement _dbus_type_writer_write_reader() (to copy a block of values)Havoc Pennington2005-01-021-16/+33
| | | | | which is the first step toward a sane reimplementation of all that delete/modify and realign nonsense in dbus-message.c
* change strings to be marshaled consistently with the other basic types ↵Havoc Pennington2005-01-021-8/+10
| | | | (address of the value passed in, so char**)
* chop dbus-marshal-basic in half and move it to be insertion rather than ↵Havoc Pennington2005-01-011-2042/+569
| | | | append based
* all types now unit tested and working.Havoc Pennington2005-01-011-6/+67
|
* add int64 to test suites, fix minor bug where marshaling assumed that ↵Havoc Pennington2005-01-011-5/+17
| | | | DBusOctets8 was aligned when passed in as a function argument
* - remove DICT typeHavoc Pennington2004-12-301-65/+2
| | | | | | | | - add SIGNATURE type - fix max name len of 256, should be 255 so it fits in a byte if it's going to be a number near 256 - generalize some of the recursive type marshaling code to share between arrays and variants - just started on implementing variant
* sync busted marshaling work in progressHavoc Pennington2004-12-281-7/+70
|
* 2004-12-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-12-191-84/+119
| | | | | | | * dbus/dbus-string.c (_dbus_string_insert_4_aligned) (_dbus_string_insert_8_aligned): new functions * dbus/dbus-string.c (_dbus_string_alloc_space): new function
* back up some files I'm working on that don't do anything yetHavoc Pennington2004-12-191-0/+2945