summaryrefslogtreecommitdiff
path: root/glib/tests/base64.c
Commit message (Expand)AuthorAgeFilesLines
* Fix global variable name hidden by local variables in glib/tests/base64.cLoic Le Page2022-04-011-6/+6
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-2/+1
* Fix signedness warning in glib/tests/base64.cEmmanuel Fleury2020-10-141-1/+1
* tests: Add base64 tests from ยง(Test Vectors) of RFC 4648Philip Withnall2019-02-271-0/+45
* gbase64: Allow g_base64_encode (NULL, 0) and g_base64_decode ("", *)Philip Withnall2019-02-271-0/+39
* gbase64: Fix base-64 stepped encoding with small chunksPhilip Withnall2017-03-231-0/+58
* gtestutils: add g_assert_cmpmem()Dan Winship2015-08-311-20/+5
* gtestutils: forbid having two tests with the same full pathDan Winship2015-08-311-3/+3
* tests: replace most g_print() with g_printerr()Simon McVittie2015-05-111-2/+2
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-3/+0
* glib/tests: Clean up inclusion of unistd.hChun-wei Fan2013-11-041-3/+1
* base64: Fix g_base64_decode_step ()Ognyan Tonchev2013-03-051-2/+0
* base64: Add tests for incremental decoding with very small block sizeColin Walters2013-03-051-0/+53
* Test inplace decodingMatthias Clasen2010-06-201-1/+35
* Consolide base64 tests in a single fileMatthias Clasen2010-06-201-0/+197
* Move base64 tests of to test frameworkMatthias Clasen2010-06-201-0/+139