hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / gio / gdbusmessage.c
2015-07-10 Ryan Lortiehook gvariant vectors up to kdbus
2015-07-10 Lukasz Skalski[kdbus][wip] Import code from tizen.org repo
2014-10-30 Ross Lagerwallgio: Prevent hang writing to a large GMemoryBuffer
2014-07-24 Ryan Lortiegdbus: Properly fix encoding of double arrays
2014-07-23 Stef Waltergio: Fix regression encoding an array of doubles
2014-07-09 Ryan LortieGDBusMessage: add some G_UNLIKELY on error paths
2014-07-09 Ryan LortieGDBusMessage: fast-path decoding of fixed arrays
2014-07-09 Ryan LortieGDBusMessage: fast-path encoding of fixed arrays
2014-07-07 Ryan LortieGDBusMessage: simplify byteswapping
2014-05-23 Evan Nemersongio: port annotations from the Vala metadata.
2014-05-09 Lukasz Skalskigio: cleanup gdbusmessage.c file
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-18 Michael HaubenwallnerUse AC_HEADER_MAJOR
2013-09-27 Jan Schmidtgio: Fix -Werror format string errors from mismatched...
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-04-01 Hib ErisFix compile error in gdbusmessage.c for win64
2013-03-07 Matthias ClasenFix a mixup of singular and plural
2013-01-13 Henrique Dante de... Add G_GNUC_PRINTF on all functions with format strings
2012-11-30 Mike GorseOptimize reading strings when deserializing gdbus messages
2012-11-29 Mike GorseUse a simple struct when reading and writing gdbus...
2012-11-15 Dan Winshipwin32: move some code into #ifdef G_OS_UNIX
2012-04-10 Will ThompsonGDBusMessage: do not align for grandchildren of empty...
2012-04-10 Will ThompsonGDBusMessage: print more debug info about alignment
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: don't confuse...
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-11 Evan NemersonGIO: add lots of annotations for Vala bindings
2011-10-21 Ryan LortieGDBusMessage: fix leak of GError
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-27 Matthias ClasenSpell out file descriptors in a message
2011-08-27 Matthias ClasenGDBusMessage: Use ngettext() where appropriate
2011-06-14 David ZeuthenGDBusMessage: Optimize serializer and deserializer
2011-06-09 David ZeuthenBug 652197 – Improper handling of double values in...
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 Matthias ClasenFix up some harmless FALSE <> NULL confusions
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-08 David ZeuthenSilence a bunch of -Wunused-but-set-variable warnings
2011-01-29 Matthias ClasenFix GIO build on Solaris
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-11-12 Ryan LortieG_STATIC_ASSERT: clarify when use is valid
2010-11-12 Ryan LortiePartial revert of last commit
2010-11-09 Chun-wei Fangio: Fix C99 style variable declarations (bug #633075)
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-09 David ZeuthenGDBusMessage: Don't reset serial number when copying
2010-09-09 David ZeuthenGDBusMessage: Make it possible to lock and copy messages
2010-09-04 Emmanuele Bassibuild: Quench the compiler's thirst for warnings
2010-08-30 Matthias ClasenAdd an annotation
2010-08-28 Philip WithnallChange "type-string" to "type string" in translatable...
2010-08-22 Matthias ClasenFix a duplicate word
2010-08-19 Dan WinshipFix misc compiler warnings in (mostly) test programs
2010-08-17 Christian PerschUse g_memory_output_stream_steal_data here
2010-08-04 David ZeuthenGDBusMessage: Validate header fields when serializing...
2010-08-04 David ZeuthenGDBusMessage: Add a way to get/set byte order of a...
2010-08-04 David ZeuthenGDBusMessage: Assert various things when serializing...
2010-08-04 David ZeuthenGDBusMessage: Validate UTF-8 strings when serializing...
2010-07-20 David ZeuthenGDBus: Add support for D-Bus type 'h' (ie. G_VARIANT_TY...
2010-07-15 David ZeuthenBug 623810 – Message serialization bug
2010-07-14 David ZeuthenGDBusMessage: Make endianness for D-Bus messages match...
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-07-07 David ZeuthenGDBus: Hide instance structures for classes we don...
2010-07-07 David ZeuthenGDBus: Hide class structures for classes we don't want...
2010-07-07 Matthias ClasenFix some errors in translated strings
2010-07-06 David ZeuthenGDBus: Handle autolaunching on UNIX/Freedesktop OSes
2010-07-06 Matthias ClasenRemove cases of ;;
2010-06-30 David ZeuthenGDBus: plug some memory leaks
2010-06-17 David ZeuthenGDBusMessage: Fix bug when deserializing a message
2010-06-17 David ZeuthenGDBusMessage: Properly check error and bail if set
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-06 Christian PerschDon't do an extra strlen when g_variant_get_string...
2010-05-25 David ZeuthenGDBus: Big-endian fixes
2010-05-20 Christian PerschUse stack-allocated GVariantBuilders
2010-05-20 David ZeuthenBug 619142 – Build fixes
2010-05-14 Christian PerschPlug mem leaks in parse_value_from_blob
2010-05-14 David ZeuthenGDBus: Fix serialization of empty arrays
2010-05-14 Matthias ClasenCleanups
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-14 Matthias ClasenClean up platform-specific includes
2010-05-13 Christian PerschPlug some mem leaks
2010-05-13 David ZeuthenGDBus: Make message serialization routines take capabil...
2010-05-09 Matthias ClasenUpdate copyright years to include 2010
2010-05-06 David ZeuthenGDBus: Add new symbols to gio.symbols
2010-05-06 David ZeuthenGDBus: Fix up i18n
2010-05-06 David ZeuthenAdd "Since: 2.26" to all new GDBus API
2010-05-06 David ZeuthenSet up gtk-doc for GDBus
2010-05-06 David ZeuthenInitial GDBus code-drop from GDBus-standalone repo