2008-02-28 |
Reuben Thomas | Remove already-fulfilled FIXME. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Reuben Thomas | Modernise the language at the start, speaking of "magic... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Reuben Thomas | Fix bogus white space introduced in last commit. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Reuben Thomas | Fix formatting of function declaration. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Reuben Thomas | Compact some over-generously-spaced comments. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Reuben Thomas | Remove a spurious comma. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Reuben Thomas | Remove unused #ifdef, NOORDER. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Reuben Thomas | Use "private" instead of "static" for load_1, as it... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Reuben Thomas | Fix relative offsets after search again, this time... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Reuben Thomas | Revert change made in 1.108 and 1.109, as I still haven... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Christos Zoulas | don't let gcc optimize out our RCS id. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reuben Thomas | Fix magic directory/file parsing code so it really... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reuben Thomas | This code was funny, but it caught my eye too many... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reuben Thomas | Make looks_utf8 a global function, file_looks_utf8 |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reuben Thomas | Change magic.nospflag to a flag bit in magic.flag. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reuben Thomas | Reduce MAXMAGIS again; I hadn't realised it isn't reall... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reuben Thomas | Tests now in separate directory |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reuben Thomas | Fix dependency typo |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reuben Thomas | Add the beginnings of a test suite, based on test.c. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Reuben Thomas | Tweak strength formula for search/regex patterns. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Reuben Thomas | Fixes for fragmented magic. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Reuben Thomas | Add elfclass.h to libmagic_la_SOURCES. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Reuben Thomas | Update man page to cover magic directories. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Reuben Thomas | Allow elements of a magic path to be directories. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Reuben Thomas | Use fragments directly, don't cat them into a big file. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Christos Zoulas | - Fix dynamic object stripped/notstripped printing... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Reuben Thomas | Replace use of (v)snprintf with (v)asprintf. This has... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Remove unused variable |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Rename apprentice_file to apprentice_load to avoid... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Fix email address. pre-rrt-big-changes-post-4-23 |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Note that search patterns can use the same modifiers... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Warn about regex use |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Add GnuCash support (Debian bug #383504) |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Remove the "on most system" clause from the various... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Fix Vorbis detection for Ogg files with ID3 tags. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Comment out overly weak Lisp/Windows .inf magic. Can... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Comment out LZMA detection, as according to discussion... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Attempt to make LZMA work better, by observation: simpl... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Comment out more weak magic. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Fix offset update for pstrings (Debian bug #466033) |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Reuben Thomas | Remove regex. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Reuben Thomas | Fix typo in earlier fix |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Reuben Thomas | Replace a regex with a search pattern |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Reuben Thomas | Enforce range in search (use default non-zero value... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Reuben Thomas | Clarify syntax |
commit | commitdiff | tree | snapshot |
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 |
next |