summaryrefslogtreecommitdiff
path: root/dbus/dbus-marshal-recursive.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker1-0/+2
2022-10-07dbus-marshal-recursive: Correct an incorrect commentSimon McVittie1-4/+1
2018-12-11Don't cast user-supplied pointers to DBusBasicValue *Simon McVittie1-6/+5
2016-09-30Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie1-6/+6
2016-08-11Initialize 'klass' in _dbus_type_reader_recurse to NULLThomas Zimmermann1-1/+2
2015-11-24Fix warning: "pointer targets in assignment differ in signedness [-Wpointer-s...Ralf Habacker1-7/+7
2015-05-08reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker1-13/+16
2015-05-08Revert "reader_init: Initialize all fields of struct DBusTypeReader (CID 5475...Simon McVittie1-5/+4
2015-05-06reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker1-4/+5
2012-02-08dbus-marshal-recursive: make some internal functions staticSimon McVittie1-6/+18
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2008-08-252008-08-24 Peter McCurdy <pmccurdy@skeptopotamus>Peter McCurdy1-1/+1
2008-01-15wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)John (J5) Palmieri1-0/+2
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-06-122007-06-12 Havoc Pennington <hp@redhat.com>Havoc Pennington1-7/+20
2007-06-122007-06-12 Havoc Pennington <hp@redhat.com>Havoc Pennington1-2/+6
2006-12-31* dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass): fix mispaced cons...Ralf Habacker1-1/+1
2006-10-212006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2006-10-212006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington1-3/+3
2006-10-202006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington1-2/+2
2006-10-172006-10-17 Havoc Pennington <hp@redhat.com>Havoc Pennington1-10/+10
2006-09-11* dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:John (J5) Palmieri1-120/+9
2006-08-03* s/D-BUS/D-Bus/gJohn (J5) Palmieri1-2/+2
2005-05-112005-05-11 Colin Walters <walters@verbum.org>Colin Walters1-0/+15
2005-03-092005-03-09 Colin Walters <walters@verbum.org>Colin Walters1-4/+4
2005-02-242005-02-24 Colin Walters <walters@verbum.org>Colin Walters1-5/+21
2005-01-282005-01-28 Havoc Pennington <hp@redhat.com>Havoc Pennington1-25/+127
2005-01-272005-01-26 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2005-01-242005-01-24 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2005-01-172005-01-17 Havoc Pennington <hp@redhat.com>Havoc Pennington1-38/+23
2005-01-172005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington1-2922/+1
2005-01-172005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington1-23/+7
2005-01-162005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington1-43/+131
2005-01-162005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-31/+52
2005-01-152005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-180/+758
2005-01-03finish off my TODO list for stuff needed to port dbus-message.c. NextHavoc Pennington1-82/+258
2005-01-03just when the file was looking all beautiful, add horrible hacky code toHavoc Pennington1-97/+763
2005-01-03cleanup args to read func in test suiteHavoc Pennington1-40/+40
2005-01-03checkpoint set_variable_length workHavoc Pennington1-146/+311
2005-01-02values-only DBusTypeWriterHavoc Pennington1-29/+142
2005-01-02minor cleanupHavoc Pennington1-48/+75
2005-01-02clean up the naming of dbus_marshal functionsHavoc Pennington1-38/+39
2005-01-02delete some more noise, put args in consistent order (a big bug trap sadly),Havoc Pennington1-51/+115
2005-01-02cleanups and fixesHavoc Pennington1-73/+116
2005-01-02implement _dbus_type_writer_write_reader() (to copy a block of values)Havoc Pennington1-91/+249
2005-01-02change strings to be marshaled consistently with the other basic types (addre...Havoc Pennington1-6/+9
2005-01-02make reader const-correctHavoc Pennington1-24/+58
2005-01-02extend unit test to display progress and to verify that we are inserting not ...Havoc Pennington1-73/+225
2005-01-02add DBusTypeMarkHavoc Pennington1-42/+188