summaryrefslogtreecommitdiff
path: root/gio/gresource.c
Commit message (Expand)AuthorAgeFilesLines
* gresource: Use atomic pointer exchange operations to nullify and checkMarco Trevisan (Treviño)2022-06-231-2/+1
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gresource: Assert that resource has correct refcount when unregisteringPhilip Withnall2022-05-101-0/+4
* Fix redefinition of local variable and non-initialized variable in gio/gresou...Loic Le Page2022-02-181-2/+2
* gresource: Ignore G_RESOURCE_OVERLAYS when running as setuidPhilip Withnall2021-01-071-2/+7
* Merge branch '1281-to-pixdata-docs' into 'master'Philip Withnall2021-01-041-6/+10
|\
| * gresource: Document the `to-pixdata` option as being deprecatedPhilip Withnall2020-12-221-6/+10
* | gresource: Avoid work for NULL errorsTimm Bäder2020-12-311-9/+12
|/
* gresource: Fix a pointer mismatch with an atomic loadPhilip Withnall2020-11-201-1/+1
* gresource: Fix handling of zero-sized compressed resource entriesPhilip Withnall2020-11-141-1/+3
* docs: glib-compile-resources: json-stripblanksJames Westman2020-08-131-0/+7
* doc: fix typo in gio/gresource.cSonny Piers2019-07-081-1/+1
* Use OS-dependent separator for G_RESOURCE_OVERLAYSРуслан Ижбулатов2019-02-131-4/+4
* gresource: Complete the overlay supportMatthias Clasen2019-01-101-0/+32
* gvdb: Fix error handling in gvdb_table_new()Philip Withnall2018-08-131-4/+32
* gresource: Port to new GVDB APIPhilip Withnall2018-08-131-8/+2
* gresource: Fix potential array overflow if using empty pathsPhilip Withnall2018-07-051-1/+2
* gresource: Fix wrapping of function return typePhilip Withnall2018-07-051-9/+9
* gresource: avoid allocations in enumerate_children()Christian Hergert2017-11-151-5/+35
* GResource – Create an internal copy of the GBytes if it is not pointer alignedSebastian Dröge2017-11-141-1/+13
* GResource – Add note to documentation that the memory must be at least poin...Sebastian Dröge2017-11-141-0/+3
* docs: Fix cut'n'paste error in g_resources_get_info() docBastien Nocera2017-07-051-2/+2
* docs: Mention GtkApplication in the GResource documentationPhilip Withnall2017-05-311-0/+4
* docs: Mention the alias GResource attribute in the documentationPhilip Withnall2017-05-311-0/+9
* docs: Improve formatting and fix typos in GResource documentationPhilip Withnall2017-05-311-7/+5
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-8/+8
* gresource.c: Use g_file_test()Chun-wei Fan2016-05-041-2/+1
* GResources: add support for resource overlaysAllison Ryan Lortie2016-04-281-0/+310
* GResources: use g_hash_table_get_keys_as_array()Allison Ryan Lortie2016-04-281-13/+3
* Fix gettext useStanislav Brabec2015-12-161-1/+1
* gresource: Clarify error docs for g_resource_enumerate_children()Philip Withnall2015-07-281-0/+3
* gresource: fix a couple of typos in documentationCosimo Cecchi2015-06-111-2/+2
* gresource: Document generated C file function namingPhilip Withnall2015-05-141-0/+6
* gresource: Minor capitalisation fixes in documentationPhilip Withnall2015-05-141-7/+7
* Doc: Mark a few things as privateXavier Claessens2015-03-121-1/+1
* docs: fix up docs issues in gio/Xavier Claessens2015-02-051-0/+7
* docs: Fix broken gtk-doc formattingRico Tzschichholz2014-08-181-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-4/+4
* Eradicate links and xrefsMatthias Clasen2014-02-081-6/+6
* Docs: replace <literal> by `Matthias Clasen2014-02-061-3/+3
* Don't use <filename> in docsMatthias Clasen2014-02-051-3/+4
* Don't use <envar> in docsMatthias Clasen2014-02-051-5/+6
* Drop use of the command tagMatthias Clasen2014-02-011-2/+2
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use (void) for no parameters, not ()Colin Walters2012-11-011-1/+1
* gio: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for quarks in GIOMatthias Clasen2012-08-281-5/+1