summaryrefslogtreecommitdiff
path: root/glib/gbytes.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* GBytes: add range-checked pointer getterNitin Wartkar2021-06-151-0/+72
* gbytearray: Do not accept too large byte arraysKrzesimir Nowak2021-02-111-0/+4
* glib: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-2/+2
* gbytes: Avoid memcmp (NULL, ., 0) or memcmp (., NULL, 0)Simon McVittie2019-11-041-1/+1
* Fix up g_bytes_compare() documentationSebastian Dröge2018-08-061-3/+11
* Port GBytes to gatomicrefcountEmmanuele Bassi2018-06-111-5/+6
* tests: additional test for g_bytes_new_from_bytes()Christian Hergert2018-01-271-0/+1
* bytes: avoid intermediate refs in g_bytes_new_from_bytes()Christian Hergert2018-01-271-1/+26
* gbytes: Clarify nullability for g_bytes_unref() in docsUmang Jain2017-12-071-1/+1
* docs: add missing '*' chars at start of doc-commentsStefan Sauer2017-11-121-3/+3
* gbytes: Fix check in try_steal_and_unrefChristian Persch2017-10-061-1/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-2/+3
* Skip g_bytes_new_with_free_func() in introspectionMikhail Zabaluev2015-10-011-1/+1
* gbytes: fix up annotationsMikhail Zabaluev2015-10-011-11/+12
* Fix typos in gbytes_hash and g_time_zone_find_interval docsGergely POLONKAI2014-07-141-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gbytes: Clarify the nullability of GBytes->dataPhilip Withnall2013-11-271-12/+26
* GBytes: Add missing annotationsMartin Pitt2012-11-091-5/+9
* GBytes: deal with a corner-caseMatthias Clasen2012-10-161-1/+1
* GBytes: add a size argument to g_bytes_get_dataStef Walter2011-12-151-2/+6
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-241-0/+478