summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-recursive.h
Commit message (Collapse)AuthorAgeFilesLines
* finish off my TODO list for stuff needed to port dbus-message.c. NextHavoc Pennington2005-01-031-8/+9
| | | | step is to do so.
* just when the file was looking all beautiful, add horrible hacky code toHavoc Pennington2005-01-031-32/+46
| | | | fixup array lengths after setting a value somewhere within the array.
* checkpoint set_variable_length workHavoc Pennington2005-01-031-29/+37
|
* values-only DBusTypeWriterHavoc Pennington2005-01-021-22/+29
|
* minor cleanupHavoc Pennington2005-01-021-1/+2
|
* delete some more noise, put args in consistent order (a big bug trap sadly),Havoc Pennington2005-01-021-3/+10
| | | | and work on the set value stuff some
* cleanups and fixesHavoc Pennington2005-01-021-25/+23
|
* implement _dbus_type_writer_write_reader() (to copy a block of values)Havoc Pennington2005-01-021-1/+4
| | | | | which is the first step toward a sane reimplementation of all that delete/modify and realign nonsense in dbus-message.c
* make reader const-correctHavoc Pennington2005-01-021-31/+33
|
* add DBusTypeMarkHavoc Pennington2005-01-021-23/+51
|
* chop dbus-marshal-basic in half and move it to be insertion rather than ↵Havoc Pennington2005-01-011-3/+16
| | | | append based
* use vtable instead of flags for types only iteratorsHavoc Pennington2004-12-311-2/+0
|
* add "types only" TypeReader, will move to use a vtable instead of a flag in ↵Havoc Pennington2004-12-311-5/+9
| | | | a minute
* - add variant readerHavoc Pennington2004-12-301-5/+7
| | | | - further squish the iterator structs
* store writer container_type in one byte to shrink iteratorHavoc Pennington2004-12-301-1/+1
|
* remove unused element_type_len fieldHavoc Pennington2004-12-301-2/+1
|
* - remove DICT typeHavoc Pennington2004-12-301-32/+25
| | | | | | | | - 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-2/+0
|
* switch to a vtable approach for the readerHavoc Pennington2004-12-291-23/+6
|
* checkpoint with array-of-struct workingHavoc Pennington2004-12-291-1/+2
|
* arrays are working, wootHavoc Pennington2004-12-281-1/+1
|
* sync busted marshaling work in progressHavoc Pennington2004-12-281-19/+59
|
* 2004-12-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-12-191-22/+22
| | | | | | | * 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/+112