summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* fix doh! in test for double parsingHavoc Pennington2005-01-111-2/+2
* 2005-01-11 Joe Shaw <joeshaw@novell.com>Joe Shaw2005-01-111-13/+2
* 2005-01-03 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-031-1/+1
* 2004-12-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-031-1/+1
* add a file to hold the validation routinesHavoc Pennington2005-01-033-3/+84
* 2005-01-03 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-033-2/+37
* finish off my TODO list for stuff needed to port dbus-message.c. NextHavoc Pennington2005-01-034-192/+486
* just when the file was looking all beautiful, add horrible hacky code toHavoc Pennington2005-01-033-136/+816
* cleanup args to read func in test suiteHavoc Pennington2005-01-031-40/+40
* checkpoint set_variable_length workHavoc Pennington2005-01-032-175/+348
* values-only DBusTypeWriterHavoc Pennington2005-01-022-51/+171
* minor cleanupHavoc Pennington2005-01-022-49/+77
* clean up the naming of dbus_marshal functionsHavoc Pennington2005-01-023-152/+149
* delete some more noise, put args in consistent order (a big bug trap sadly),Havoc Pennington2005-01-024-688/+806
* cleanups and fixesHavoc Pennington2005-01-022-98/+139
* implement _dbus_type_writer_write_reader() (to copy a block of values)Havoc Pennington2005-01-024-108/+300
* change strings to be marshaled consistently with the other basic types (addre...Havoc Pennington2005-01-022-14/+19
* make reader const-correctHavoc Pennington2005-01-022-55/+91
* extend unit test to display progress and to verify that we are inserting not ...Havoc Pennington2005-01-021-73/+225
* add DBusTypeMarkHavoc Pennington2005-01-024-68/+272
* chop dbus-marshal-basic in half and move it to be insertion rather than appen...Havoc Pennington2005-01-014-2314/+662
* voc Pennington <hp@redhat.com>Havoc Pennington2005-01-011-0/+15
* all types now unit tested and working.Havoc Pennington2005-01-012-55/+604
* add more "subclassing" to the test node classesHavoc Pennington2005-01-011-236/+106
* yay, variant values working before the new year.Havoc Pennington2005-01-011-45/+157
* minor tweakingHavoc Pennington2005-01-011-5/+70
* add int64 to test suites, fix minor bug where marshaling assumed that DBusOct...Havoc Pennington2005-01-013-6/+116
* remove old unit test code, and clean up whitespaceHavoc Pennington2005-01-011-1496/+182
* test framework extensionHavoc Pennington2005-01-011-122/+378
* further extend testsHavoc Pennington2004-12-311-50/+469
* new test framework in placeHavoc Pennington2004-12-311-38/+611
* 2004-12-31 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-12-312-1/+64
* use vtable instead of flags for types only iteratorsHavoc Pennington2004-12-312-109/+144
* add "types only" TypeReader, will move to use a vtable instead of a flag in a...Havoc Pennington2004-12-312-74/+145
* - add variant readerHavoc Pennington2004-12-302-7/+48
* store writer container_type in one byte to shrink iteratorHavoc Pennington2004-12-301-1/+1
* remove unused element_type_len fieldHavoc Pennington2004-12-302-3/+1
* - remove DICT typeHavoc Pennington2004-12-305-217/+227
* DBusTypeWriterClass isn't going to work well, so remove vestiges of it.Havoc Pennington2004-12-292-2/+10
* switch to a vtable approach for the readerHavoc Pennington2004-12-292-309/+368
* put it in the test suite arrays (ok, I need to rewrite the unit tests here to...Havoc Pennington2004-12-291-1/+13
* struct of array of struct and array of struct of arrayHavoc Pennington2004-12-291-14/+361
* checkpoint with array-of-struct workingHavoc Pennington2004-12-292-232/+446
* arrays are working, wootHavoc Pennington2004-12-282-57/+126
* sync busted marshaling work in progressHavoc Pennington2004-12-285-153/+1103
* * dbus/make-dbus-glib-error-enum.sh: omit the function keyword forOlivier Andrieu2004-12-211-1/+1
* 2004-12-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-12-197-234/+657
* back up some files I'm working on that don't do anything yetHavoc Pennington2004-12-195-0/+4350
* 2004-12-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-12-194-4/+21
* 2004-11-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-11-274-6/+47