summaryrefslogtreecommitdiff
path: root/gio/xdgmime
Commit message (Expand)AuthorAgeFilesLines
* xdgmime: Fix broken file:// content type lookups for webkitgtkPhilip Withnall2022-06-011-9/+9
* xdgmime: Fix unused-variable warningPablo Correa Gómez2022-01-251-0/+2
* xdgmime: Add missing S_ISREG definitions for VS2022Philip Withnall2021-12-232-0/+8
* Revert "Don't compile some unused functions in gio/xdgmime/"Philip Withnall2021-11-0112-68/+6
* add OOM handling in mimemagicEgor Bychin2021-10-151-0/+12
* Remove function pointer casts when calling xdg_run_command_on_dirs().Daniel Cheng2021-09-231-6/+6
* xdgmime: Prevent infinite loops from badly-formed MIME registrationsPhilip Withnall2021-09-231-1/+3
* xdgmime: Add xdg_mime_set_dirs() method to override XDG envvarsPhilip Withnall2021-09-232-63/+129
* gio/xdgmime/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2021-09-2316-16/+16
* xdgmime: Finer handling for cases where mmap() is not availableРуслан Ижбулатов2021-09-231-17/+74
* Silence an uninitialize variable warningMatthias Clasen2021-09-231-0/+1
* Don't compile some unused functions in gio/xdgmime/Matthias Clasen2021-09-2312-6/+68
* Don't give up too early when collecting mime typesMatthias Clasen2021-09-232-13/+78
* Force to use the config.h header file (required for HAVE_MMAP macro)Emmanuel Fleury2021-09-231-1/+2
* Update gio/xdgmime with commit 722325f of xdgmime projectEmmanuel Fleury2021-09-2316-472/+266
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-102-2/+0
* xdgmime: Prevent infinite loops from badly-formed MIME registrationsPhilip Withnall2019-09-131-1/+3
* xdgmime: Don’t set an out argument if it’s NULLPhilip Withnall2019-06-031-1/+2
* build: Drop autotools supportPhilip Withnall2019-01-151-24/+0
* xdgmime: Add xdg_mime_set_dirs() method to override XDG envvarsPhilip Withnall2018-12-172-63/+129
* xdgmime: Add better detection for text vs. binary and zero-sized filesDavid Faure2018-05-105-7/+42
* Remove HAVE_CONFIG_H defs and usesErnestas Kulik2018-02-219-17/+1
* meson: Use files() for gio sources and headersNirbheek Chauhan2017-11-231-2/+2
* meson: add -fvisibility=hidden explicitly to selected targetsTim-Philipp Müller2017-07-131-1/+1
* meson: Minor modernizationsPatrick Griffis2017-07-131-1/+2
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-131-1/+1
* meson: Fix glib, add gobject, gio, gthread, gmodule, etcTim-Philipp Müller2017-07-131-0/+15
* gio/xdgmime/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-2916-16/+16
* xdgmime: fix special case for mime_type_subclassAlexandru Pandelea2017-05-162-2/+4
* xdgmime: Finer handling for cases where mmap() is not availableРуслан Ижбулатов2015-12-161-17/+74
* Updated FSF's addressDaniel Mustieles2014-01-3116-48/+16
* xdgmime: Fix an invalid readKalev Lember2013-10-042-10/+28
* Rework the build system for a new tests approachRyan Lortie2013-05-311-2/+2
* Fix visibility for glib/ and gio/ submodulesRyan Lortie2013-01-181-0/+1
* Revert "xdgmime: plug a small leak"Dan Winship2012-09-031-1/+0
* xdgmime: plug a small leakDan Winship2012-09-031-0/+1
* xdgmime: Handle EINTR in open()Colin Walters2012-08-281-1/+4
* fix a few warnings on non-LinuxDan Winship2011-09-041-0/+2
* Don't forget to free resources in an early returnMatthias Clasen2011-06-141-1/+4
* Silence an uninitialize variable warningMatthias Clasen2011-06-141-0/+1
* Don't compile some unused functions in gio/xdgmime/Matthias Clasen2010-08-0812-6/+68
* Fix compilation warning: Remove unused functionJavier Jardón2009-11-171-1/+0
* Don't give up too early when collecting mime typesMatthias Clasen2009-10-252-23/+87
* xdgmime: sort glob hits with larger weight firstAlexander Larsson2009-10-082-2/+2
* remove xdgmime testAlexander Larsson2009-10-022-201/+0
* xdgmime - Correct the range checks for magic matchingAlexander Larsson2009-10-021-1/+1
* Remove unnecessary includesAlexander Larsson2009-10-022-2/+0
* xdgmime - support the new case sensitive flagAlexander Larsson2009-10-022-36/+136
* xdgmime - support cache files with minor version 2Alexander Larsson2009-10-021-2/+8
* Read the new glob2 format with case sensitive flagsAlexander Larsson2009-10-023-27/+66