summaryrefslogtreecommitdiff
path: root/dbus/dbus-marshal-recursive.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* dbus-marshal-recursive: Correct an incorrect commentSimon McVittie2022-10-071-4/+1
* Don't cast user-supplied pointers to DBusBasicValue *Simon McVittie2018-12-111-6/+5
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-6/+6
* Initialize 'klass' in _dbus_type_reader_recurse to NULLThomas Zimmermann2016-08-111-1/+2
* Fix warning: "pointer targets in assignment differ in signedness [-Wpointer-s...Ralf Habacker2015-11-241-7/+7
* reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker2015-05-081-13/+16
* Revert "reader_init: Initialize all fields of struct DBusTypeReader (CID 5475...Simon McVittie2015-05-081-5/+4
* reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker2015-05-061-4/+5
* dbus-marshal-recursive: make some internal functions staticSimon McVittie2012-02-081-6/+18
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* 2008-08-24 Peter McCurdy <pmccurdy@skeptopotamus>Peter McCurdy2008-08-251-1/+1
* wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)John (J5) Palmieri2008-01-151-0/+2
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-12 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-121-7/+20
* 2007-06-12 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-121-2/+6
* * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass): fix mispaced cons...Ralf Habacker2006-12-311-1/+1
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-1/+1
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-3/+3
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-2/+2
* 2006-10-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-171-10/+10
* * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:John (J5) Palmieri2006-09-111-120/+9
* * s/D-BUS/D-Bus/gJohn (J5) Palmieri2006-08-031-2/+2
* 2005-05-11 Colin Walters <walters@verbum.org>Colin Walters2005-05-111-0/+15
* 2005-03-09 Colin Walters <walters@verbum.org>Colin Walters2005-03-091-4/+4
* 2005-02-24 Colin Walters <walters@verbum.org>Colin Walters2005-02-241-5/+21
* 2005-01-28 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-281-25/+127
* 2005-01-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-271-1/+1
* 2005-01-24 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-241-1/+1
* 2005-01-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-38/+23
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-2922/+1
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-23/+7
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-161-43/+131
* 2005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-161-31/+52
* 2005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-151-180/+758
* finish off my TODO list for stuff needed to port dbus-message.c. NextHavoc Pennington2005-01-031-82/+258
* just when the file was looking all beautiful, add horrible hacky code toHavoc Pennington2005-01-031-97/+763
* cleanup args to read func in test suiteHavoc Pennington2005-01-031-40/+40
* checkpoint set_variable_length workHavoc Pennington2005-01-031-146/+311
* values-only DBusTypeWriterHavoc Pennington2005-01-021-29/+142
* minor cleanupHavoc Pennington2005-01-021-48/+75
* clean up the naming of dbus_marshal functionsHavoc Pennington2005-01-021-38/+39
* delete some more noise, put args in consistent order (a big bug trap sadly),Havoc Pennington2005-01-021-51/+115
* cleanups and fixesHavoc Pennington2005-01-021-73/+116
* implement _dbus_type_writer_write_reader() (to copy a block of values)Havoc Pennington2005-01-021-91/+249
* change strings to be marshaled consistently with the other basic types (addre...Havoc Pennington2005-01-021-6/+9
* make reader const-correctHavoc Pennington2005-01-021-24/+58
* extend unit test to display progress and to verify that we are inserting not ...Havoc Pennington2005-01-021-73/+225
* add DBusTypeMarkHavoc Pennington2005-01-021-42/+188