summaryrefslogtreecommitdiff
path: root/src/fsmagic.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceChristos Zoulas2018-09-091-10/+10
* PR/616: Don't skip the filesystem tests for extension/appleChristos Zoulas2017-05-241-5/+14
* Add --extensionChristos Zoulas2015-04-091-2/+2
* WIN32 changes from Angelo PaolittoChristos Zoulas2014-12-041-2/+2
* PR/388: According to POSIX we should not quote the destination of the symlink.Christos Zoulas2014-10-131-4/+4
* PR/347: Windows patches.Christos Zoulas2014-05-141-2/+35
* Fix wrong ifdef configure test (Jean-Louis CHARTON)Christos Zoulas2014-04-171-3/+3
* put back missing space.Christos Zoulas2013-12-011-2/+2
* put back filenames in error messages for the benefit of libmagic users.Christos Zoulas2013-11-291-4/+5
* - since the name is printed alread in the message as <name>:<message> don'tChristos Zoulas2013-11-061-7/+5
* don't print a space if there was an error. (from Jan Kaluza)Christos Zoulas2013-05-281-2/+2
* when treating block and char files as regular, pretend we did not findChristos Zoulas2013-03-171-3/+7
* Add a space if we printed some magic.Christos Zoulas2013-01-111-32/+40
* PR/185: Fix output with non-empty setuid files. While here, format all outputChristos Zoulas2012-08-261-27/+30
* eliminate non-literal format strings.Christos Zoulas2011-08-141-8/+4
* Rename file system object MIME types for consistency with xdg-utils.Reuben Thomas2011-07-121-11/+11
* Apply Debian code patches from Debian package 5.04-6.Reuben Thomas2010-09-201-2/+3
* mingw32 and escaping fixesChristos Zoulas2010-07-211-3/+3
* lint fixes and more from NetBSDChristos Zoulas2009-05-081-2/+2
* fix include files.FILE5_00Christos Zoulas2009-02-031-2/+1
* * Replace all str{cpy,cat} functions with strl{cpy,cat}Charles Longeau2008-11-221-3/+5
* handle encoding better.Christos Zoulas2008-11-071-2/+2
* when -i don't print application/x-directorybinary.Christos Zoulas2008-11-071-4/+8
* make sure that we always include "file.h" first which includes config.hChristos Zoulas2008-11-041-4/+5
* add apple creator/typeChristos Zoulas2008-10-181-1/+3
* better handling of mime encodings.Christos Zoulas2008-10-161-51/+56
* Have finer-grained pseudo-MIME types for non-regular files.Reuben Thomas2008-07-251-46/+84
* - compile with all warnings turned on.Christos Zoulas2008-05-091-2/+2
* Diagnose symlink loops. Fixes Debian bug #297775.Reuben Thomas2008-02-121-27/+24
* more fixes from rrt@Christos Zoulas2008-02-071-3/+3
* - separate mime encoding from mime typeChristos Zoulas2007-10-171-6/+9
* Use File id.Christos Zoulas2007-01-121-1/+1
* Welcome to 4.14Christos Zoulas2005-06-251-1/+3
* Add missing printf arg.Christos Zoulas2004-11-131-2/+2
* Remove advertising clauses, with Ian's permission.Christos Zoulas2004-09-111-6/+1
* Fix strings, add magic_errno().Christos Zoulas2003-10-141-4/+4
* Add MAGIC_ERRORChristos Zoulas2003-10-141-53/+77
* magic changes, signness changes, buffer overflow protection, close files.Christos Zoulas2003-05-231-1/+5
* fix reversed symlink test.Christos Zoulas2003-03-271-3/+3
* better handling of stdinChristos Zoulas2003-03-261-1/+4
* update copyrights.Christos Zoulas2003-03-231-24/+33
* reorgChristos Zoulas2003-03-231-49/+78
* - solaris fixesFILE3_39Christos Zoulas2002-07-031-2/+1
* - de __P()Christos Zoulas2002-07-031-4/+3
* Solaris compilation cleanups.Christos Zoulas2002-06-111-4/+1
* Correct indianness detection in elf (Charles Hannum)Christos Zoulas2000-08-051-5/+4
* add errno.h in file.h and remove it from other places.Christos Zoulas2000-05-141-4/+1
* mime changesChristos Zoulas2000-04-111-5/+13
* Recent changesFILE3_28Christos Zoulas1999-10-311-1/+14
* Automake and file -s patches.Christos Zoulas1999-02-141-19/+48