summaryrefslogtreecommitdiff
path: root/gio/gdbusmessage.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-23gio: port annotations from the Vala metadata.Evan Nemerson1-1/+2
2014-05-09gio: cleanup gdbusmessage.c fileLukasz Skalski1-120/+67
2014-02-01Docs: Big entity cleanupMatthias Clasen1-13/+13
2014-01-31Docs: Convert examples to |[ ]|Matthias Clasen1-4/+4
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-3/+0
2013-11-18Use AC_HEADER_MAJORMichael Haubenwallner1-3/+6
2013-09-27gio: Fix -Werror format string errors from mismatched ints.Jan Schmidt1-4/+4
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship1-13/+13
2013-04-01Fix compile error in gdbusmessage.c for win64Hib Eris1-1/+1
2013-03-07Fix a mixup of singular and pluralMatthias Clasen1-1/+1
2013-01-13Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida1-0/+1
2012-11-30Optimize reading strings when deserializing gdbus messagesMike Gorse1-70/+26
2012-11-29Use a simple struct when reading and writing gdbus messagesMike Gorse1-218/+600
2012-11-15win32: move some code into #ifdef G_OS_UNIXDan Winship1-0/+2
2012-04-10GDBusMessage: do not align for grandchildren of empty arrays.Will Thompson1-79/+72
2012-04-10GDBusMessage: print more debug info about alignmentWill Thompson1-2/+2
2012-04-05Fix malformed GTK-Doc comment blocks: don't confuse GTK-Doc parsers.Dieter Verfaillie1-13/+13
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-3/+3
2012-01-11GIO: add lots of annotations for Vala bindingsEvan Nemerson1-7/+8
2011-10-21GDBusMessage: fix leak of GErrorRyan Lortie1-1/+1
2011-08-27Spell out file descriptors in a messageMatthias Clasen1-1/+1
2011-08-27GDBusMessage: Use ngettext() where appropriateMatthias Clasen1-3/+12
2011-06-14GDBusMessage: Optimize serializer and deserializerDavid Zeuthen1-373/+390
2011-06-09Bug 652197 – Improper handling of double values in GDBusMessageDavid Zeuthen1-9/+12
2011-04-26Fix up some harmless FALSE <> NULL confusionsMatthias Clasen1-4/+3
2011-04-08Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen1-3/+2
2011-01-28Fix GIO build on SolarisMatthias Clasen1-0/+3
2010-11-11G_STATIC_ASSERT: clarify when use is validRyan Lortie1-1/+1
2010-11-11Partial revert of last commitRyan Lortie1-4/+1
2010-11-09gio: Fix C99 style variable declarations (bug #633075)Chun-wei Fan1-1/+4
2010-09-24Add a lot of missing annotationsJohan Dahlin1-6/+6
2010-09-09GDBusMessage: Don't reset serial number when copyingDavid Zeuthen1-1/+2
2010-09-09GDBusMessage: Make it possible to lock and copy messagesDavid Zeuthen1-2/+208
2010-09-04build: Quench the compiler's thirst for warningsEmmanuele Bassi1-0/+1
2010-08-30Add an annotationMatthias Clasen1-1/+1
2010-08-29Change "type-string" to "type string" in translatable stringsPhilip Withnall1-2/+2
2010-08-21Fix a duplicate wordMatthias Clasen1-1/+1
2010-08-19Fix misc compiler warnings in (mostly) test programsDan Winship1-1/+1
2010-08-18Use g_memory_output_stream_steal_data hereChristian Persch1-1/+4
2010-08-04GDBusMessage: Validate header fields when serializing/deserializingDavid Zeuthen1-6/+113
2010-08-04GDBusMessage: Add a way to get/set byte order of a messageDavid Zeuthen1-17/+68
2010-08-04GDBusMessage: Assert various things when serializing to a blobDavid Zeuthen1-6/+8
2010-08-04GDBusMessage: Validate UTF-8 strings when serializing from blobDavid Zeuthen1-3/+21
2010-07-20GDBus: Add support for D-Bus type 'h' (ie. G_VARIANT_TYPE_HANDLE)David Zeuthen1-0/+22
2010-07-15Bug 623810 – Message serialization bugDavid Zeuthen1-1/+1
2010-07-14GDBusMessage: Make endianness for D-Bus messages match host byte orderDavid Zeuthen1-1/+11
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-5/+0
2010-07-07GDBus: Hide instance structures for classes we don't want to be subclassedDavid Zeuthen1-79/+87
2010-07-07GDBus: Hide class structures for classes we don't want to be subclassedDavid Zeuthen1-0/+14