summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-05-16Fix an unused variable warning.Dan Fandrich1-1/+1
2020-05-16reduce code in fuzzerMarcus Meissner1-18/+6
2020-02-24bugfix: change 0xa000 tag name (#38)Crane9-9/+9
2019-08-01Fixed a couple of compiler warnings.Dan Fandrich1-1/+1
2019-07-29Add a few more NULL pointer checks.Dan Fandrich1-7/+64
2019-04-27Added test-null to check that the API handles NULL arguments.Dan Fandrich2-2/+297
2019-02-22Added test-extract.c and a new regression test extract-parse.sh.Dan Fandrich3-3/+144
2019-02-22Fixed a compiler warning in test-fuzzerDan Fandrich1-1/+1
2019-02-02handle non-0 terminated value returns as failureMarcus Meissner1-3/+7
2019-02-02abort early... we can get a very high number and this does not helpMarcus Meissner1-0/+2
2018-11-10Add check-failmalloc.sh to test OOM conditions.Dan Fandrich3-1/+81
2018-11-06Be a bit more robust in the face of out-of-memory errors.Dan Fandrich4-37/+64
2018-11-01Added the test/testdata/* files to the dist tar ball.Dan Fandrich1-1/+19
2018-11-01Add swap-byte-order.sh to test libexif's byte order conversion function.Dan Fandrich12-9/+514
2018-11-01Added a thumbnail to test-mem.c to ensure it's properly freed.Dan Fandrich1-0/+4
2018-10-31Use exif_mnote_data_get_name in test-parse.cDan Fandrich10-134/+134
2018-08-17Display unknown Canon MakerNote tag data in exif_mnote_data_get_valueDan Fandrich1-10/+10
2018-08-17Support signed types in some generic MakerNote formatters.Dan Fandrich4-44/+44
2018-07-03Add a new parsing regression test.Dan Fandrich21-25/+2348
2018-06-01Fixed some issues with truncating strings in exif_entry_get_valueDan Fandrich1-15/+348
2018-01-31Fixed a handful of strange character encoding issues in commentsDan Fandrich3-3/+3
2017-07-26also switch byte order, and also test savingcvs-migrationMarcus Meissner1-15/+29
2017-07-26abort earlierMarcus Meissner1-1/+2
2017-07-24add a test-fuzzer that can be used to be called by AFL that tries toMarcus Meissner2-2/+119
2017-05-26Use the standard assert() function instead of rolling our ownDan Fandrich1-24/+4
2010-05-06Removed non-ASCII characters from the few source files that had themDan Fandrich2-2/+2
2009-12-18Use the new, clearer EXIF_DATA_TYPE_UNKNOWN definition.Dan Fandrich1-9/+9
2009-10-26Updated the Free Software Foundation's street addressDan Fandrich6-12/+12
2009-10-13Ensure that ExifTagTable[] is sorted by tag to allow for futureDan Fandrich2-11/+53
2009-01-22Added test-tagtable to do some tests on the static EXIF tagDan Fandrich2-2/+225
2007-12-21Skip some more files.Lutz Mueller1-0/+1
2007-08-02fix param namesHans Ulrich Niedermann1-2/+2
2007-06-29commentsHans Ulrich Niedermann1-1/+8
2007-06-29rename varsHans Ulrich Niedermann1-13/+13
2007-06-29new test/example: parse file and dump contentsHans Ulrich Niedermann3-7/+181
2007-06-26avoid unused main() params, check for error values, unref/free all memoryHans Ulrich Niedermann1-2/+15
2007-06-26avoid unsued main() paramsHans Ulrich Niedermann2-2/+2
2007-06-12add test-integers.c integer test caseHans Ulrich Niedermann2-2/+12
2007-05-21include proper i18n.h headerHans Ulrich Niedermann1-1/+1
2007-05-10use non-GNU make rulesHans Ulrich Niedermann1-1/+1
2006-02-132006-02-13 Lutz Mueller <lutz@topfrose.de>Lutz Mueller1-0/+1
2005-12-272005-12-27 Lutz Mueller <lutz@topfrose.de>Lutz Mueller1-3/+0
2005-12-26ship test programs in source tarballHans Ulrich Niedermann1-0/+5
2005-07-152005-07-11 Lutz Mueller <lutz@users.sourceforge.net>Lutz Mueller2-0/+40
2005-06-20notes about libexif testsHans Ulrich Niedermann1-1/+11
2005-06-19 * test/Makefile.am (check_PROGRAMS): added check for make checkHubert Figuière1-1/+3
2005-05-05make libexif 'gcc-4.0 -Wall -Werror' cleanHans Ulrich Niedermann1-1/+1
2005-04-302005-04-30 Lutz Mueller <lutz@users.sourceforge.net>Lutz Mueller1-17/+3
2005-04-24ship test-codeset.c in tarballHans Ulrich Niedermann1-1/+1
2005-04-24fix for non-POSIX shHans Ulrich Niedermann1-1/+1