| Commit message (Expand) | Author | Age | Files | Lines |
* | 2005-01-11 Joe Shaw <joeshaw@novell.com> | Joe Shaw | 2005-01-11 | 2 | -13/+13 |
* | 2005-01-03 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2005-01-03 | 2 | -1/+6 |
* | 2004-12-26 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2005-01-03 | 2 | -1/+5 |
* | add a file to hold the validation routines | Havoc Pennington | 2005-01-03 | 3 | -3/+84 |
* | 2005-01-03 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2005-01-03 | 4 | -2/+48 |
* | finish off my TODO list for stuff needed to port dbus-message.c. Next | Havoc Pennington | 2005-01-03 | 4 | -192/+486 |
* | just when the file was looking all beautiful, add horrible hacky code to | Havoc Pennington | 2005-01-03 | 3 | -136/+816 |
* | cleanup args to read func in test suite | Havoc Pennington | 2005-01-03 | 1 | -40/+40 |
* | checkpoint set_variable_length work | Havoc Pennington | 2005-01-03 | 2 | -175/+348 |
* | values-only DBusTypeWriter | Havoc Pennington | 2005-01-02 | 2 | -51/+171 |
* | minor cleanup | Havoc Pennington | 2005-01-02 | 2 | -49/+77 |
* | clean up the naming of dbus_marshal functions | Havoc Pennington | 2005-01-02 | 3 | -152/+149 |
* | delete some more noise, put args in consistent order (a big bug trap sadly), | Havoc Pennington | 2005-01-02 | 4 | -688/+806 |
* | cleanups and fixes | Havoc Pennington | 2005-01-02 | 2 | -98/+139 |
* | implement _dbus_type_writer_write_reader() (to copy a block of values) | Havoc Pennington | 2005-01-02 | 4 | -108/+300 |
* | change strings to be marshaled consistently with the other basic types (addre... | Havoc Pennington | 2005-01-02 | 2 | -14/+19 |
* | make reader const-correct | Havoc Pennington | 2005-01-02 | 2 | -55/+91 |
* | extend unit test to display progress and to verify that we are inserting not ... | Havoc Pennington | 2005-01-02 | 1 | -73/+225 |
* | add DBusTypeMark | Havoc Pennington | 2005-01-02 | 4 | -68/+272 |
* | 2005-01-01 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2005-01-01 | 2 | -0/+9 |
* | chop dbus-marshal-basic in half and move it to be insertion rather than appen... | Havoc Pennington | 2005-01-01 | 4 | -2314/+662 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2005-01-01 | 3 | -0/+24 |
* | all types now unit tested and working. | Havoc Pennington | 2005-01-01 | 2 | -55/+604 |
* | add more "subclassing" to the test node classes | Havoc Pennington | 2005-01-01 | 1 | -236/+106 |
* | yay, variant values working before the new year. | Havoc Pennington | 2005-01-01 | 1 | -45/+157 |
* | minor tweaking | Havoc Pennington | 2005-01-01 | 1 | -5/+70 |
* | add int64 to test suites, fix minor bug where marshaling assumed that DBusOct... | Havoc Pennington | 2005-01-01 | 3 | -6/+116 |
* | remove old unit test code, and clean up whitespace | Havoc Pennington | 2005-01-01 | 1 | -1496/+182 |
* | test framework extension | Havoc Pennington | 2005-01-01 | 1 | -122/+378 |
* | further extend tests | Havoc Pennington | 2004-12-31 | 1 | -50/+469 |
* | new test framework in place | Havoc Pennington | 2004-12-31 | 1 | -38/+611 |
* | 2004-12-31 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2004-12-31 | 3 | -1/+69 |
* | use vtable instead of flags for types only iterators | Havoc Pennington | 2004-12-31 | 2 | -109/+144 |
* | add "types only" TypeReader, will move to use a vtable instead of a flag in a... | Havoc Pennington | 2004-12-31 | 2 | -74/+145 |
* | - add variant reader | Havoc Pennington | 2004-12-30 | 2 | -7/+48 |
* | store writer container_type in one byte to shrink iterator | Havoc Pennington | 2004-12-30 | 1 | -1/+1 |
* | remove unused element_type_len field | Havoc Pennington | 2004-12-30 | 2 | -3/+1 |
* | - remove DICT type | Havoc Pennington | 2004-12-30 | 5 | -217/+227 |
* | 2004-12-30 John (J5) Palmieri <johnp@redhat.com> | John (J5) Palmieri | 2004-12-30 | 2 | -1/+5 |
* | 2004-12-30 John (J5) Palmieri <johnp@redhat.com> | John (J5) Palmieri | 2004-12-30 | 2 | -2/+10 |
* | DBusTypeWriterClass isn't going to work well, so remove vestiges of it. | Havoc Pennington | 2004-12-29 | 2 | -2/+10 |
* | switch to a vtable approach for the reader | Havoc Pennington | 2004-12-29 | 2 | -309/+368 |
* | put it in the test suite arrays (ok, I need to rewrite the unit tests here to... | Havoc Pennington | 2004-12-29 | 1 | -1/+13 |
* | struct of array of struct and array of struct of array | Havoc Pennington | 2004-12-29 | 1 | -14/+361 |
* | checkpoint with array-of-struct working | Havoc Pennington | 2004-12-29 | 2 | -232/+446 |
* | arrays are working, woot | Havoc Pennington | 2004-12-28 | 2 | -57/+126 |
* | sync busted marshaling work in progress | Havoc Pennington | 2004-12-28 | 5 | -153/+1103 |
* | 2004-12-26 John (J5) Palmieri <johnp@redhat.com> | John (J5) Palmieri | 2004-12-27 | 3 | -0/+31 |
* | 2004-12-24 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2004-12-24 | 3 | -24/+54 |
* | * Forgot to add ChangeLog on last commit | John (J5) Palmieri | 2004-12-23 | 1 | -0/+12 |