summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-05test-mime-data: output errors to stderrfix/test-mime-data-stderrVille Skyttä1-7/+7
2022-03-30ci: Test meson buildBastien Nocera1-1/+15
2022-03-30build: Add meson supportEli Schwartz2-0/+52
2022-03-30ci: Fix shared-mime-info test not exercising our buildEli Schwartz1-1/+1
2022-01-19xdgmimemagic: Fix unused variable warning when !LITTLE_ENDIANPablo Correa Gómez1-0/+2
2021-12-13Fix segfaults due to strict ISO C99 mode enforcementStefan Brüns3-1/+3
2021-10-26Makefile: Add support for POSIX makeIssam E. Maghni1-5/+13
2021-10-11test-mime-data: fail when an error occursIgor Kushnir1-17/+10
2021-10-07add OOM handling in mimemagicEgor Bychin1-0/+12
2021-09-28Silence an uninitialize variable warningMatthias Clasen1-0/+1
2021-09-27xdgmime: Call xdg_mime_init() before xdg_mime_list_mime_parents()Philip Withnall1-0/+2
2021-04-13Remove function pointer casts when calling xdg_run_command_on_dirs().Daniel Cheng1-6/+6
2021-03-18Fix fd leak in error pathKamil Dudka2-0/+2
2021-01-06ci: Add CIBastien Nocera1-0/+29
2021-01-04Fix signedness warnings in src/xdgmimecache.cEmmanuel Fleury1-3/+4
2021-01-04Fix signedness warnings in src/xdgmimecache.c:__gio_xdg_cache_list_mime_paren...Emmanuel Fleury1-1/+2
2021-01-04Fix signedness warning in src/xdgmimecache.c:__gio_xdg_cache_mime_type_subcla...Emmanuel Fleury1-1/+2
2021-01-04Fix signedness warning in src/xdgmimecache.c:cache_glob_node_lookup_suffix()Emmanuel Fleury1-1/+2
2021-01-04Fix signedness warning in rc/xdgmimecache.c:cache_glob_lookup_fnmatch()Emmanuel Fleury1-1/+2
2021-01-04Fix signedness warning in src/xdgmimecache.c:cache_magic_compare_to_data()Emmanuel Fleury1-2/+2
2021-01-04Fix signedness warning in src/xdgmimecache.c:cache_magic_matchlet_compare()Emmanuel Fleury1-1/+1
2021-01-04Fix signedness warnings in src/xdgmimecache.c:cache_magic_matchlet_compare_to...Emmanuel Fleury1-1/+1
2021-01-04Fix signedness warnings in src/xdgmimemagic.c:_xdg_mime_magic_matchlet_compar...Emmanuel Fleury1-1/+1
2021-01-04Fix signedness warnings in src/xdgmimemagic.c:_xdg_mime_magic_parse_magic_line()Emmanuel Fleury1-5/+5
2021-01-04Fix signedness warning in src/xdgmimeint.cEmmanuel Fleury1-1/+1
2020-12-30Fix fallback after multiple matching globsDavid Faure2-26/+10
2020-12-27Fix usage information for print-mime-dataDavid Faure1-2/+2
2019-06-03xdgmime: Don’t set an out argument if it’s NULLPhilip Withnall1-1/+2
2018-11-19Comment grammar fixVille Skyttä1-1/+1
2018-07-17Fix buffer underflow in __gio_xdg_cache_mime_type_subclass()Michael Catanzaro2-10/+28
2018-07-17Fix special case for mime_type_subclassMichael Catanzaro2-2/+4
2018-07-17Handle EINTR in open()Michael Catanzaro1-1/+4
2018-07-17Don't forget to free resources on an early returnMichael Catanzaro1-1/+4
2018-07-17Fix void pointer arithmetic in cache_magic_matchlet_compare_to_data()Michael Catanzaro1-1/+1
2018-07-17Fix use after free in xdg_mime_get_mime_type_for_fileMichael Catanzaro1-4/+4
2018-07-17Add space before paren in _xdg_mime_cache_get_mime_type_for_fileMichael Catanzaro1-1/+1
2018-07-16build: Add a .gitignoreMichael Catanzaro1-0/+4
2018-06-17Spelling fixesVille Skyttä2-2/+2
2017-09-05Check further into the file whether it is text or binaryBastien Nocera1-1/+1
2013-01-07tests: Fix current test-mime failuresBastien Nocera1-3/+3
2013-01-07tests: Make test-mime failures fatalBastien Nocera1-2/+7
2013-01-07tests: Mime-types are not case-sensitiveBastien Nocera2-2/+2
2012-09-27Ignore non-regular files in print-mime-dataBastien Nocera1-0/+15
2012-09-25Add print-mime-data programBastien Nocera2-2/+175
2011-10-29Do case-insensitive checks for fnmatch-type-matching too.David Faure1-10/+16
2011-10-28It's faster and simpler to just use memcmp here.David Faure1-9/+2
2011-10-24Fix xdgmime bug #18109: implement better use of magic resultDavid Faure1-3/+14
2011-10-06Fix filename in #warning messageDavid Faure1-1/+1
2011-09-29Implement text vs binary fallback; support for application/x-zerosizeDavid Faure5-7/+42
2009-10-08sort glob hits with larger weight firstAlexander Larsson2-2/+2