summaryrefslogtreecommitdiff
path: root/glib/gvariant-parser.c
Commit message (Expand)AuthorAgeFilesLines
* gvariant-parser: Speed up maybe_wrapper() by an order of magnitudePhilip Withnall2022-11-081-12/+76
* gvariant-parser: Reject deeply-nested typedecls in text form variantsPhilip Withnall2022-10-181-0/+10
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix non-initialized variable in glib/gvariant-parser.cLoic Le Page2022-02-181-1/+1
* gvariant-parser: Shut up a scan-build warningPhilip Withnall2019-10-301-1/+1
* gvariant: Limit recursion in g_variant_parse()Philip Withnall2019-10-181-17/+39
* glib: Various minor scan-build fixesPhilip Withnall2019-09-051-0/+2
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* Fixing various warnings in glib/gvariant-parser.cEmmanuel Fleury2019-03-171-9/+13
* Merge branch 'pattern-coalesce' into 'master'Philip Withnall2019-03-151-17/+8
|\
| * gvariant-parser: Fix pattern coalesce of M and *Tomasz Miąsko2019-02-261-17/+8
* | glib: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-1/+1
|/
* Merge branch 'ossfuzz-11578-variant-text-type-detection' into 'master'Philip Withnall2019-02-261-2/+26
|\
| * gvariant-parser: Fix error handling when type coalescing failsPhilip Withnall2019-02-051-2/+26
* | gvariant-parser: Fix parsing of G_MININT* values in GVariant text formatPhilip Withnall2019-02-051-0/+8
|/
* gvariant-parser: Add explicit unsigned-to-signed castsPhilip Withnall2019-01-191-4/+4
* gvariant: Fix error handling for parsing Unicode escapesPhilip Withnall2018-12-041-3/+17
* gvariant: Use gsize rather than gint for array lengthsPhilip Withnall2018-12-041-2/+2
* Use G_GNUC_FALLTHROUGH where appropriateBenjamin Otte2018-09-041-4/+5
* gvariant: Fix more bounds checking in GVariant text format parserPhilip Withnall2018-08-101-1/+2
* gvariant: Fix bounds checking in GVariant text format parserPhilip Withnall2018-08-091-7/+14
* gvariant: Fix minor memory leak on error handling pathSanjeev2017-11-081-0/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* gvariant: Add suggested bracesBenjamin Otte2016-11-201-1/+4
* GVariant text: fix scan of positional parametersHanno Boeck2016-02-221-1/+1
* gvariant-parser: Clarify g_variant_parse() returns a non-floating refPhilip Withnall2015-04-221-2/+3
* Minor documentation additions and correctionsMatthias Clasen2014-05-311-0/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-4/+4
* gvariant: Document the need to cast varargs when constructing GVariantsPhilip Withnall2014-02-051-0/+12
* Make gtk-doc find another symbolMatthias Clasen2014-02-011-0/+2
* Annotate all examples with their languageMatthias Clasen2014-02-011-3/+3
* Docs: Don't use the code tagMatthias Clasen2014-01-311-1/+4
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-3/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Trivial typo fixMatthias Clasen2014-01-011-1/+1
* GVariant: add way to print context of parse errorsRyan Lortie2013-12-221-0/+222
* GVariant: Add g_variant_parse_error_quark()Murray Cumming2013-12-221-1/+10
* GVariantBuilder: small documentation fixesMatthias Clasen2013-11-231-9/+9
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-7/+7
* GVariant parser: tweak lexer for format stringsRyan Lortie2013-04-191-1/+2
* GVariant parser: turn two asserts into soft errorsRyan Lortie2013-04-191-2/+5
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-131-0/+4
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-1/+2
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Add missing includesMatthias Clasen2012-08-281-0/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-10/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-4/+4
* GVariant: drop use of @returnsRyan Lortie2011-11-211-2/+4
* static and #include fixups in glib/Ryan Lortie2011-10-161-1/+1