summaryrefslogtreecommitdiff
path: root/update-mime-database.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Store MEDIA/SUBTYPE.xml files in lowercaseBastien Nocera1-2/+7
2013-10-19Open the fdatasync() fd read/writeThomas Klausner1-1/+1
2013-02-27Don't use access() to check for writabilityColin Walters1-7/+0
2013-02-27Call fdatasync() before renaming files into placeColin Walters1-0/+21
2013-02-27Actually check for errors when closing streams, etc.Colin Walters1-67/+158
2011-10-31Lowercase non-case-sensitive patterns before writing them out.David Faure1-2/+3
2011-02-21Generate version fileDavid Faure1-0/+14
2010-11-01Fix crasher with incomplete magic elementBastien Nocera1-0/+6
2010-10-05Ignore the x-scheme-handler mime-types from GNOMEBastien Nocera1-0/+1
2010-09-07Fix use of newlines in g_warning() callsBastien Nocera1-51/+46
2009-10-022009-10-02 Alexander Larsson <alexl@redhat.com>Alexander Larsson1-9/+64
2009-04-20* update-mime-database.c (main): Patch from Martin von GagernBastien Nocera1-0/+6
2009-04-092009-04-09 Alexander Larsson <alexl@redhat.com>Alexander Larsson1-14/+65
2008-07-182008-07-18 Bastien Nocera <hadess@hadess.net>Bastien Nocera1-4/+457
2008-06-09* freedesktop.org.xml.in: Add weight to the DTD (patch by Matthias)Bastien Nocera1-49/+46
2008-06-02* update-mime-database.c:Bastien Nocera1-63/+340
2008-03-042008-03-04 Bastien Nocera <hadess@hadess.net>Bastien Nocera1-6/+0
2008-02-21* update-mime-database.c: Patch from Ed Catmur <ed@catmur.co.uk>Bastien Nocera1-0/+1
2007-06-272007-06-27 Christian Neumair <cneumair@gnome.org>Christian Neumair1-32/+32
2007-06-272007-06-27 Christian Neumair <cneumair@gnome.org>Christian Neumair1-3/+23
2007-06-272007-06-27 Christian Neumair <cneumair@gnome.org>Christian Neumair1-0/+1
2007-02-062007-02-06 Bastien Nocera <hadess@hadess.net>Bastien Nocera1-54/+76
2007-02-022007-02-02 Bastien Nocera <hadess@hadess.net>Bastien Nocera1-29/+21
2005-12-192005-12-19 Matthias Clasen <mclasen@redhat.com>Matthias Clasen1-0/+2
2005-12-012005-12-01 Matthias Clasen <mclasen@redhat.com>Matthias Clasen1-32/+99
2005-10-292005-10-29 Christian Neumair <chris@gnome-de.org>Christian Neumair1-1/+3
2005-04-162005-04-16 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau1-48/+59
2005-04-09Fri Apr 8 23:34:27 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford1-8/+10
2005-04-01Fri Apr 1 14:33:54 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford1-2/+1071
2004-11-262004-11-26 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau1-4/+41
2004-11-262004-11-26 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau1-1/+1
2004-11-09Tue Nov 9 01:52:52 2004 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford1-4/+142
2003-10-13<alias> and <sub-class-of>.Thomas Leonard1-2/+18
2003-08-28Fix host matches too.Thomas Leonard1-2/+2
2003-08-27Fix endianness problem in magic file (reported by Jaap Karssenberg).Thomas Leonard1-5/+5
2003-06-02Strip trailing / characters from dir name.Thomas Leonard1-1/+12
2003-04-17Check that update-mime-database is run on a directory that will be foundThomas Leonard1-2/+66
2003-03-12Don't display a message when deleting old types.Thomas Leonard1-0/+2
2003-03-11Warn about match values too long for their type.Thomas Leonard1-1/+10
2003-03-10Removed duplicate AbiWord entry.Thomas Leonard1-1/+1
2003-03-06Added lots of comments to the source code.Thomas Leonard1-11/+69
2003-03-06Moved parsing of <magic> elements into loading code, so that errors can beThomas Leonard1-236/+357
2003-03-05Link to RFC-2119.Thomas Leonard1-32/+211
2003-03-03Updated for new release.Release-0-10Thomas Leonard1-38/+66
2003-03-03Ensure that all changes to generated files happen atomically.Thomas Leonard1-11/+30
2003-03-03Added missing magic markers to spec.Thomas Leonard1-11/+4
2003-03-03Gerneration of the masks now works.Thomas Leonard1-32/+137
2003-03-02Make it really clear that user prefs don't go in the database.Thomas Leonard1-1/+1
2003-02-28Removed = stuff. Forgot I already fixed it a different way!Thomas Leonard1-1/+0
2003-02-28Better validation of magic.Thomas Leonard1-6/+35