summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-recursive.c
Commit message (Collapse)AuthorAgeFilesLines
...
* add "types only" TypeReader, will move to use a vtable instead of a flag in ↵Havoc Pennington2004-12-311-69/+136
| | | | a minute
* - add variant readerHavoc Pennington2004-12-301-2/+41
| | | | - further squish the iterator structs
* remove unused element_type_len fieldHavoc Pennington2004-12-301-1/+0
|
* - remove DICT typeHavoc Pennington2004-12-301-112/+183
| | | | | | | | - 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
* DBusTypeWriterClass isn't going to work well, so remove vestiges of it.Havoc Pennington2004-12-291-0/+10
|
* switch to a vtable approach for the readerHavoc Pennington2004-12-291-286/+362
|
* put it in the test suite arrays (ok, I need to rewrite the unit tests here ↵Havoc Pennington2004-12-291-1/+13
| | | | to be more automated...)
* struct of array of struct and array of struct of arrayHavoc Pennington2004-12-291-14/+361
|
* checkpoint with array-of-struct workingHavoc Pennington2004-12-291-231/+444
|
* arrays are working, wootHavoc Pennington2004-12-281-56/+125
|
* sync busted marshaling work in progressHavoc Pennington2004-12-281-126/+938
|
* 2004-12-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-12-191-73/+289
| | | | | | | * 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/+713