summaryrefslogtreecommitdiff
path: root/gio/gdbusmessage.c
Commit message (Expand)AuthorAgeFilesLines
* gdbusmessage: Fix a minor memory leak on an error pathPhilip Withnall2015-04-221-0/+3
* gio: Prevent hang writing to a large GMemoryBufferRoss Lagerwall2014-10-301-10/+8
* gdbus: Properly fix encoding of double arraysRyan Lortie2014-07-241-7/+3
* gio: Fix regression encoding an array of doublesStef Walter2014-07-231-1/+6
* GDBusMessage: add some G_UNLIKELY on error pathsRyan Lortie2014-07-091-4/+4
* GDBusMessage: fast-path decoding of fixed arraysRyan Lortie2014-07-091-31/+114
* GDBusMessage: fast-path encoding of fixed arraysRyan Lortie2014-07-091-1/+20
* GDBusMessage: simplify byteswappingRyan Lortie2014-07-071-73/+35
* gio: port annotations from the Vala metadata.Evan Nemerson2014-05-231-1/+2
* gio: cleanup gdbusmessage.c fileLukasz Skalski2014-05-091-120/+67
* Docs: Big entity cleanupMatthias Clasen2014-02-011-13/+13
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-4/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-3/+0
* Use AC_HEADER_MAJORMichael Haubenwallner2013-11-181-3/+6
* gio: Fix -Werror format string errors from mismatched ints.Jan Schmidt2013-09-271-4/+4
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-13/+13
* Fix compile error in gdbusmessage.c for win64Hib Eris2013-04-011-1/+1
* Fix a mixup of singular and pluralMatthias Clasen2013-03-071-1/+1
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-131-0/+1
* Optimize reading strings when deserializing gdbus messagesMike Gorse2012-11-301-70/+26
* Use a simple struct when reading and writing gdbus messagesMike Gorse2012-11-291-218/+600
* win32: move some code into #ifdef G_OS_UNIXDan Winship2012-11-151-0/+2
* GDBusMessage: do not align for grandchildren of empty arrays.Will Thompson2012-04-101-79/+72
* GDBusMessage: print more debug info about alignmentWill Thompson2012-04-101-2/+2
* Fix malformed GTK-Doc comment blocks: don't confuse GTK-Doc parsers.Dieter Verfaillie2012-04-051-13/+13
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-3/+3
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-7/+8
* GDBusMessage: fix leak of GErrorRyan Lortie2011-10-211-1/+1
* Spell out file descriptors in a messageMatthias Clasen2011-08-271-1/+1
* GDBusMessage: Use ngettext() where appropriateMatthias Clasen2011-08-271-3/+12
* GDBusMessage: Optimize serializer and deserializerDavid Zeuthen2011-06-141-373/+390
* Bug 652197 – Improper handling of double values in GDBusMessageDavid Zeuthen2011-06-091-9/+12
* Fix up some harmless FALSE <> NULL confusionsMatthias Clasen2011-04-261-4/+3
* Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen2011-04-081-3/+2
* Fix GIO build on SolarisMatthias Clasen2011-01-281-0/+3
* G_STATIC_ASSERT: clarify when use is validRyan Lortie2010-11-111-1/+1
* Partial revert of last commitRyan Lortie2010-11-111-4/+1
* gio: Fix C99 style variable declarations (bug #633075)Chun-wei Fan2010-11-091-1/+4
* Add a lot of missing annotationsJohan Dahlin2010-09-241-6/+6
* GDBusMessage: Don't reset serial number when copyingDavid Zeuthen2010-09-091-1/+2
* GDBusMessage: Make it possible to lock and copy messagesDavid Zeuthen2010-09-091-2/+208
* build: Quench the compiler's thirst for warningsEmmanuele Bassi2010-09-041-0/+1
* Add an annotationMatthias Clasen2010-08-301-1/+1
* Change "type-string" to "type string" in translatable stringsPhilip Withnall2010-08-291-2/+2
* Fix a duplicate wordMatthias Clasen2010-08-211-1/+1
* Fix misc compiler warnings in (mostly) test programsDan Winship2010-08-191-1/+1
* Use g_memory_output_stream_steal_data hereChristian Persch2010-08-181-1/+4
* GDBusMessage: Validate header fields when serializing/deserializingDavid Zeuthen2010-08-041-6/+113
* GDBusMessage: Add a way to get/set byte order of a messageDavid Zeuthen2010-08-041-17/+68