summaryrefslogtreecommitdiff
path: root/glib/gmarkup.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix non-initialized variable in glib/gmarkup.cLoic Le Page2022-02-181-1/+1
* glib: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-201-1/+1
* gmarkup: Add a limit on the number of attributes in an elementPhilip Withnall2019-09-181-2/+16
* gmarkup: Fix parameter annotations for g_markup_parse_context_get_positionRico Tzschichholz2019-09-151-2/+2
* glib: Various minor scan-build fixesPhilip Withnall2019-09-051-2/+4
* Avoid overrunning stack at the end of the varargs.John Ralls2019-06-211-3/+5
* Fixing signedness in glib/gmarkup.cEmmanuel Fleury2019-03-151-3/+3
* gmarkup: Optimize g_markup_escape_text()Mohammed Sadiq2019-01-301-14/+61
* Merge branch 'gmarkup-docs' into 'master'Emmanuele Bassi2018-12-191-1/+2
|\
| * gmarkup: Make the documentation even more explicit about untrusted inputPhilip Withnall2018-09-181-1/+2
* | gmarkup: Fix validation of element namesPhilip Withnall2018-10-261-2/+4
* | gmarkup: Avoid reading off the end of a buffer when non-nul-terminatedPhilip Withnall2018-10-261-10/+20
* | glib: Port various callers to use g_utf8_validate_len()Philip Withnall2018-10-231-2/+2
|/
* Use G_GNUC_FALLTHROUGH where appropriateBenjamin Otte2018-09-041-0/+2
* gmarkup: Fix crash in error handling path for closing elementsPhilip Withnall2018-07-301-3/+8
* gmarkup: Fix unvalidated UTF-8 read in markup parsing error pathsPhilip Withnall2018-07-301-1/+13
* Revert "Partially revert 10c490cdfe3ae042f747bd00f787492e2bdb7ed0"Piotr Drąg2018-06-081-35/+35
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Make g_utf8_make_valid optionally take a lengthPaolo Borelli2017-03-021-1/+1
* License headers: "GLib" -> "This library"Sébastien Wilmet2017-01-041-8/+7
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* Partially revert 10c490cdfe3ae042f747bd00f787492e2bdb7ed0Matthias Clasen2016-10-241-35/+35
* Make g_utf8_make_valid publicSimon McVittie2016-10-131-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-35/+35
* Remove some unused codeMatthias Clasen2015-09-071-4/+0
* markup: trivial refactorMatthias Clasen2015-09-051-6/+3
* gmarkup: Make append_escaped_text() slightly more robust.Hans Petter Jansson2015-04-281-1/+1
* doc: various improvementsSébastien Wilmet2014-05-091-1/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-8/+8
* docs: let go of *Matthias Clasen2014-02-141-2/+2
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-5/+5
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-4/+4
* Annotate all examples with their languageMatthias Clasen2014-02-011-4/+4
* Docs: Big entity cleanupMatthias Clasen2014-02-011-6/+6
* gmarkup: Convert docs to markdownMatthias Clasen2014-02-011-23/+24
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* GMarkup: clear attributes on ignorned tagsRyan Lortie2013-10-291-2/+3
* GMarkup: add G_MARKUP_IGNORE_QUALIFIEDRyan Lortie2013-10-281-5/+31
* GMarkup: share some common code for closing tagsRyan Lortie2013-10-281-63/+50
* Fix the -Werror=format-nonliteral fixes for older GCCsJohn Ralls2013-09-291-3/+5
* More -Werror=format-nonliteral fixesJohn Ralls2013-09-291-1/+4
* Fix build with -Werror=formatMatthias Clasen2013-01-191-3/+3
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-131-0/+2
* gmarkup: Make GMarkupParseContext a boxed typeJasper St. Pierre2013-01-011-0/+44
* Remove trailing space from some translated stringsMatthias Clasen2012-11-091-2/+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-5/+1
* Revert the GMarkup attribute collect changesRyan Lortie2012-08-201-148/+70