summaryrefslogtreecommitdiff
path: root/glib/tests/bytes.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* tests: Add a test for GBytes memory transfer with an odd free funcPhilip Withnall2021-06-161-0/+25
* tests: Test that g_bytes_unref(NULL) is a no-opPhilip Withnall2021-06-161-0/+8
* tests: Use g_assert_*() rather than g_assert() in bytes.cPhilip Withnall2021-06-161-37/+37
* GBytes: add range-checked pointer getterNitin Wartkar2021-06-151-0/+33
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-2/+0
* gbytearray: Do not accept too large byte arraysKrzesimir Nowak2021-02-111-1/+33
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-2/+2
* tests: additional test for g_bytes_new_from_bytes()Christian Hergert2018-01-271-0/+65
* tests: Fix a couple of bug base URIsPhilip Withnall2017-11-071-1/+1
* glib/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-4/+4
* gtestutils: add g_assert_cmpmem()Dan Winship2015-08-311-15/+8
* Add a test for the previous fixMatthias Clasen2012-10-161-0/+16
* GBytes: add a size argument to g_bytes_get_dataStef Walter2011-12-151-15/+26
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-241-0/+331