summaryrefslogtreecommitdiff
path: root/dbus/dbus-marshal-basic.c
Commit message (Expand)AuthorAgeFilesLines
* Promote DBusBasicValue and DBus8ByteStruct to be APISimon McVittie2012-02-241-3/+10
* Merge branch 'dbus-1.4'Ralf Habacker2011-08-151-1/+4
|\
| * Fix compilation of (no-op) alignment assertions on non-gccSimon McVittie2011-08-151-1/+4
* | Merge branch 'dbus-1.4'Simon McVittie2011-08-111-0/+33
|\ \ | |/
| * dbus-marshal-basic: assert that the size and (on gcc) alignment of all types ...Simon McVittie2011-08-111-0/+33
| * Revert merge of master (dbus-1.5) into dbus-1.4Simon McVittie2011-03-141-0/+38
|/
* Make dbus_type_is_valid into public APISimon McVittie2011-03-101-38/+0
* _dbus_marshal_write_fixed_multi: remove obsolete FIXME commentSimon McVittie2011-03-101-2/+0
* Merge branch 'dbus-1.2'Colin Walters2010-03-221-8/+2
|\
| * Add DBUS_INT64_MODIFIER define, turn on -WformatColin Walters2010-03-221-8/+2
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Bug 20137 - Fix alignment usage when demarshaling basicsColin Walters2009-05-061-12/+28
| * Various compiler warning fixesColin Walters2009-01-061-1/+1
* | Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* | Merge branch 'fd-passing'Thiago Macieira2009-07-161-0/+9
|\ \
| * | unix-fd: add basic marshalling code for unix fdsLennart Poettering2009-05-201-0/+9
* | | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/ /
* | Bug 20137 - Fix alignment usage when demarshaling basicsColin Walters2009-03-171-12/+28
* | Various compiler warning fixesColin Walters2008-12-191-1/+1
|/
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2006-10-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-171-2/+2
* * dbus/dbus-internal.c: Add dbus_is_verbose so we can have moreJohn (J5) Palmieri2006-09-111-55/+52
* * doc/TODO, various source files: Audited todo's and FIXME's andJohn (J5) Palmieri2006-09-061-2/+4
* Patches by Kjartan Maraas <kmaraas at gnome dot org>John (J5) Palmieri2006-08-141-1/+0
* 2006-07-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-07-171-0/+4
* 2005-03-09 Colin Walters <walters@verbum.org>Colin Walters2005-03-091-31/+3
* 2005-02-24 Colin Walters <walters@verbum.org>Colin Walters2005-02-241-66/+34
* 2005-02-06 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-061-2/+5
* 2005-01-28 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-281-2/+18
* 2005-01-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-281-4/+154
* 2005-01-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-271-28/+49
* 2005-01-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-0/+24
* 2005-01-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-9/+12
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-29/+0
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-171-1/+1
* 2005-01-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-161-0/+1
* 2005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-161-33/+22
* 2005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-151-54/+145
* finish off my TODO list for stuff needed to port dbus-message.c. NextHavoc Pennington2005-01-031-99/+209
* just when the file was looking all beautiful, add horrible hacky code toHavoc Pennington2005-01-031-7/+7
* clean up the naming of dbus_marshal functionsHavoc Pennington2005-01-021-66/+61
* delete some more noise, put args in consistent order (a big bug trap sadly),Havoc Pennington2005-01-021-591/+648
* implement _dbus_type_writer_write_reader() (to copy a block of values)Havoc Pennington2005-01-021-16/+33
* change strings to be marshaled consistently with the other basic types (addre...Havoc Pennington2005-01-021-8/+10
* chop dbus-marshal-basic in half and move it to be insertion rather than appen...Havoc Pennington2005-01-011-2042/+569
* all types now unit tested and working.Havoc Pennington2005-01-011-6/+67
* add int64 to test suites, fix minor bug where marshaling assumed that DBusOct...Havoc Pennington2005-01-011-5/+17
* - remove DICT typeHavoc Pennington2004-12-301-65/+2
* sync busted marshaling work in progressHavoc Pennington2004-12-281-7/+70
* 2004-12-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-12-191-84/+119