summaryrefslogtreecommitdiff
path: root/glib/gvariant-core.c
Commit message (Expand)AuthorAgeFilesLines
* gvariant: Remove redundant g_variant_serialised_n_children() callsPhilip Withnall2023-01-181-2/+6
* gvariant: Propagate trust when getting a child of a serialised variantPhilip Withnall2022-12-211-2/+2
* gvariant: Fix a leak of a GVariantTypeInfo on an error handling pathPhilip Withnall2022-12-131-0/+1
* gvariant: Add internal g_variant_maybe_get_child_value()Philip Withnall2022-12-131-0/+68
* gvariant: Track checked and ordered offsets independentlyPhilip Withnall2022-12-131-0/+28
* gvariant: Don’t allow child elements of a tuple to overlap each otherPhilip Withnall2022-12-131-1/+5
* gvariant: Don’t allow child elements to overlap with each otherWilliam Manley2022-12-131-0/+35
* gvariant-core: Consolidate construction of `GVariantSerialised`William Manley2022-12-131-24/+25
* gvariant: Fix some minor typos in documentation commentsPhilip Withnall2022-11-081-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: Standardize spelling of serializ*Geyslan G. Bem2021-05-101-77/+77
* gvariant: Ensure GVS.depth is initialisedPhilip Withnall2020-08-181-0/+15
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gvariant-core: Add a note about memory safety of childrenMatthew Leeds2020-04-271-0/+6
* gvariant-core: Don't pass NULL second argument to memcpySimon McVittie2020-01-071-1/+2
* gvariant: Handle empty serialisations in get_child_value()Philip Withnall2019-08-241-0/+6
* Fixing signedness in glib/gvariant-core.cEmmanuel Fleury2019-03-171-1/+1
* Merge branch 'atomic-ref-count-cnd' into 'master'Philip Withnall2018-11-081-9/+8
|\
| * gvariant-core: Use gatomicrefcount for GVariant reference countTomasz Miąsko2018-11-061-9/+8
* | gvariant: Re-use g_variant_serialised_check() to check alignmentPhilip Withnall2018-11-061-1/+6
* | gvariant: Realign data on construction if it’s not properly alignedPhilip Withnall2018-11-061-2/+44
|/
* gvarianttype: Impose a recursion limit of 128 on variant typesPhilip Withnall2018-10-231-3/+43
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-1/+1
* docs: Remove <!-- --> comment before plural sVolker Sobek2014-04-241-1/+1
* Docs: replace <literal> by `Matthias Clasen2014-02-061-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* g_variant_get_data_as_bytes: return a sub-bytes if necessaryLars Uebernickel2013-04-201-1/+14
* GVariant: fix transfer annotationGiovanni Campagna2013-04-161-1/+1
* various: add missing cases of #include "config.h"Ryan Lortie2012-12-061-0/+2
* gvariant: Make g_variant_new_from_bytes() publicColin Walters2012-10-231-2/+29
* GBytes: add a size argument to g_bytes_get_dataStef Walter2011-12-151-3/+2
* GVariant: add preconditions to ref. counting functionsPhilip Withnall2011-12-021-0/+10
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-241-25/+25
* GVariant: drop use of @returnsRyan Lortie2011-11-211-14/+28
* GVariant: add a clarification to the docsRyan Lortie2011-10-041-0/+3
* g_variant_get_data: mention what you need to know to deserialiseSimon McVittie2011-10-041-0/+14
* Add missing GVariant annotationsPavel Holejsovsky2011-08-061-1/+1
* GVariant: add g_variant_take_ref()Ryan Lortie2011-07-121-1/+50
* GBuffer: Suffix header with private.hColin Walters2011-06-061-1/+1
* g_variant_get_child_value: Add a precondition on lengthGiovanni Campagna2011-05-271-0/+2
* GVariant: fix introspection annotationsGiovanni Campagna2011-05-271-1/+1
* GVariant: clear memory before releasing itRyan Lortie2011-01-281-0/+1
* docs: gvariant-core: g_variant_normalise -> g_variant_get_normal_form()Javier Jardón2011-01-141-1/+1
* gvariant-core: Fix typoJavier Jardón2011-01-141-1/+1
* GVariant: avoid locking in a common caseRyan Lortie2010-10-261-30/+39
* Bug 629709 - Empty variantsRyan Lortie2010-09-151-2/+24
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Add g_variant_is_floatingChristian Persch2010-06-191-0/+24
* Make the GVariant code compile with a non-gcc compilerTor Lillqvist2010-03-211-1/+1