2008-02-17 |
Reuben Thomas | Replace a regex with a search |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Reuben Thomas | Spelling correction |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Christos Zoulas | ext4 detection from =?UTF-8?B?VG9tw6HFoQ==?= Smetana... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Christos Zoulas | add mailing list info. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Christos Zoulas | - use my astron address |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Christos Zoulas | no processing for mime. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Reuben Thomas | kBits to kbps; fixes Debian bug #400933 |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Fix from Jon Dowland (Debian bug #359301) to Doom magic. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Fix Ogg FLAC signature (Debian bug #347244). |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Make MPEG sequence magic more precise so it's less... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Diagnose symlink loops. Fixes Debian bug #297775. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Add to-do. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Fix typo and markup in description of 'x' test. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Comment out too-weak binary magic |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Fix Postscript version printing (Debian bug #129518) |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Remove a regex |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Fix change made yesterday to correctly update offset... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Reuben Thomas | Allow empty magic files |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Extra magic from Albert Cahalan <acahalan@gmail.com... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Clarify documentation of search and regex matches,... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Fix Debian bug #407120 (Bug in relative use of search... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Comment out lots of macintosh magic that plausibly... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Fix Debian bugs #383498 (ODT detected as application... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Fix description of offset for regex/search types, as... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Add period (.) to allowable MIME type character list |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Remove misleading, unnecessary comment. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | As we currently have regex support, rewrite this comment. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Fix an offset and some commented magic |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Document tonight's commits. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Make not-equal 0 strength, not the same as = |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Fix Debian bug #416842 (sign extension of low bits... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Comment out too weak magic, fixing Debian bugs #209043... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Comment out text types that are detected by internal... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Fix Debian bug #303733 (HTML "DOCTYPE" vs "doctype... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Stop RTF message looking odd when unknown versions... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Improve documentation of too-weak PPT magic (still... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Add MIME type for TeXMacs files, closing Debian bug... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Print contents of unsigned fields with %lu, not %d... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Add *.lineno |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Reuben Thomas | Clarify UTF-8 BOM message (Reuben Thomas) |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Christos Zoulas | fix ufs2 dump. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Christos Zoulas | BOM UTF-8 improvements from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Christos Zoulas | fix for libmagic.la from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Christos Zoulas | forgot to commit this |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Christos Zoulas | new configure.ac from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Christos Zoulas | more fixes from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Christos Zoulas | don't use c99 features |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Christos Zoulas | detect the utf8 header and from debian bugid 345928... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Christos Zoulas | more fixes from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Christos Zoulas | From: Antoine Brodin <antoine@FreeBSD.org> dumpv2 |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Christos Zoulas | more build fixes: |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Christos Zoulas | update the build system per rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Christos Zoulas | spell mime correctly. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Christos Zoulas | Fixes from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Christos Zoulas | fixes from rrt@; retain .In |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christos Zoulas | Debian Fixes via rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christos Zoulas | we don't open .mime anything anymore. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christos Zoulas | document !mime: entries from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christos Zoulas | fix bogus mimed lines from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christos Zoulas | remove unneeded files |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christos Zoulas | magic merge from rrt@ |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christos Zoulas | improve the sentence |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Christos Zoulas | string and regex test work with not. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christos Zoulas | zero out utime/utimes buffer from Gavin Atkinson ... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Christos Zoulas | Added xar |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Christos Zoulas | fix byte swapping botch |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Christos Zoulas | reduce readonly data. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christos Zoulas | put an ftp URL there... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Christos Zoulas | new magic. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christos Zoulas | new magic |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christos Zoulas | mozilla stuff |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Christos Zoulas | Fix Palm TealDoc document from Marc.DeSouter@indexengin... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Christos Zoulas | regen FILE4_23 |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Christos Zoulas | welcome to 4.23. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Christos Zoulas | remove regex patterns that can cause DOS. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Christos Zoulas | - deal with missing strtof |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Christos Zoulas | fix index error. FILE4_22 |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Christos Zoulas | regen autoconfiscated files. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Christos Zoulas | welcome to 4.22 |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Christos Zoulas | mention recent changes. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Christos Zoulas | more magic fixes |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Christos Zoulas | Various cleanups from OpenBSD and gcc warnings. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Christos Zoulas | handle dynamic objects like executables, that they... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Christos Zoulas | improved blender magic |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Christos Zoulas | new audio magic. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Christos Zoulas | fix compression code to only be compiled when we have... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Christos Zoulas | add dalvik dex file. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Christos Zoulas | patch from debian |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Christos Zoulas | missed troff, sort from rrt. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Christos Zoulas | fix core printing. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Christos Zoulas | fixes from Debian 416709 |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Christos Zoulas | float and double formats from behanw@websterwood.com... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Christos Zoulas | patches from apple. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Christos Zoulas | print > 16 char file names in core files. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Christos Zoulas | new magic |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Christos Zoulas | convert fortran to a soft test (from rrt). |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Christos Zoulas | new video format. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Christos Zoulas | nuke the --with and -no filename options. Leave the... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Christos Zoulas | add -b and -bb option... I need to re-think this becaus... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Christos Zoulas | A little more grammar from Reuben Thomas |
commit | commitdiff | tree | snapshot |
next |