summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* adjust for newer autoconfChristos Zoulas2021-07-012-19/+19
|
* Improve on resilient logicChristos Zoulas2021-06-301-2/+4
|
* PR/267: xexaxo: more cpio mimeChristos Zoulas2021-06-301-1/+4
|
* centralize bytecode: add resilient logicChristos Zoulas2021-06-304-28/+30
|
* PR/269: roneyth: Avoid undefined behavior with clang (adding offset to NULL)Christos Zoulas2021-06-301-1/+3
|
* PR/270: Don't translate unprintable characters in %s magic formats when -rChristos Zoulas2021-06-307-21/+88
|
* Add compression for lrz, from Ville SkyttaChristos Zoulas2021-06-301-1/+2
|
* Use LoongArch as it is the official name (yetist)Christos Zoulas2021-05-251-2/+2
|
* Improve Adobe Photoshop Image *.psd *.pbd *.pdd detection (Joerg Jenderek)Christos Zoulas2021-05-251-21/+46
|
* Better vCard detection (Joerg Jenderek)Christos Zoulas2021-05-251-6/+21
|
* Python bytecode files are not text (Steve Grubb)Christos Zoulas2021-05-251-104/+104
|
* BMP detection improvements and refactoring from Joerg JenderekChristos Zoulas2021-05-121-25/+179
|
* PR/263: peoro: Require that we have full word matches for interpreters. AddChristos Zoulas2021-05-091-41/+43
| | | | a wild-card match for interpreters.
* Add a new flag that requires that the match is a full word, not a partial wordChristos Zoulas2021-05-093-6/+17
| | | | match.
* Document the f string flagChristos Zoulas2021-05-091-3/+6
|
* Add fstatat (Mike Gilbert)Christos Zoulas2021-04-301-1/+4
| | | | | This is needed for the libsandbox LD_PRELOAD wrapper on Gentoo Linux. Bug: https://bugs.gentoo.org/784857
* Add commands to auto-update the list of family id magic (Blake Ramsdell)Christos Zoulas2021-04-281-5/+17
|
* Add & to the list of extension characters allowed for 'b&w' (Joerg Jengerek)Christos Zoulas2021-04-271-2/+2
|
* Add magic for ImageLab bitmaps from Joerg JenderekChristos Zoulas2021-04-271-1/+17
|
* More magic from polluksChristos Zoulas2021-04-271-1/+3
|
* Revert the fix for PR/180. It lead to PR/261. Using character count heuristicsChristos Zoulas2021-04-271-13/+2
| | | | | | | ends up with confusing behavior, the following should not be producing different results: echo -n xx | ./file - echo -n xy | ./file -
* Use %#x instead of 0x%x.Christos Zoulas2021-04-2655-661/+661
|
* Don't depend on the order of the printf modifiers.Christos Zoulas2021-04-261-6/+2
|
* new DCX image magic from Joerg JenderekChristos Zoulas2021-04-261-2/+17
|
* Add as a comment how to convert the json list of family ids to magicChristos Zoulas2021-04-251-1/+3
|
* new uf2 magic from Blake RamsdellChristos Zoulas2021-04-245-1/+63
|
* new fixesChristos Zoulas2021-04-191-0/+7
|
* fix testsChristos Zoulas2021-04-192-2/+2
|
* fix uuid printing and add device printingChristos Zoulas2021-04-192-4/+17
|
* Regognize jpeg-ls and make the magic for jpeg stronger so that it does notChristos Zoulas2021-04-191-3/+10
| | | | need extra strength boost
* PR/256: mutableVoid: If the file is less than 3 bytes, use the file lengthChristos Zoulas2021-04-191-2/+2
| | | | to determine type
* PR/257: cuihao: put attributes inside the xz magic.Christos Zoulas2021-04-191-4/+3
|
* PR/259: aleksandr.v.novichkov: mime printing through indirect magic isChristos Zoulas2021-04-191-4/+11
| | | | not taken into account, use match directly so that it does.
* Document github links.Christos Zoulas2021-04-191-1/+3
|
* New bcachefs magic from Thomas WeißschuhChristos Zoulas2021-04-114-39/+54
|
* Move and add some cad formats (Oliver Galvin)Christos Zoulas2021-04-112-22/+71
|
* Add WarpIN installer magic (Joerg Jenderek)Christos Zoulas2021-04-111-1/+18
|
* Add missing parens, use reinterpret-casrChristos Zoulas2021-04-091-4/+4
|
* fix previous (cast >>)Christos Zoulas2021-04-091-7/+1
|
* No point returning 0 twice, also don't return -1 as an error where 0 isChristos Zoulas2021-04-092-14/+19
| | | | expected.
* remove extra breaksChristos Zoulas2021-04-091-3/+1
|
* Add FTCOMP archives (Joerg Jenderek)Christos Zoulas2021-04-081-1/+16
|
* Add glTF (Martin Reboredo)Christos Zoulas2021-04-081-1/+8
|
* remove extra charsChristos Zoulas2021-04-081-2/+2
|
* On ARM64 Linux access() syscall is no longer a real syscall to theChristos Zoulas2021-04-061-1/+4
| | | | | kernel. Instead it's emulated by glibc with a new faccessat() syscall. (Icenowy Zheng)
* Add OS/2 LX Library and device driver (no DOS stub) (Joerg Jenderek)Christos Zoulas2021-04-061-1/+82
|
* Add GTA info (Oliver Galvin)Christos Zoulas2021-04-061-1/+199
|
* Add more ash paths from Cormac StephensonChristos Zoulas2021-04-061-1/+5
|
* remove "u" from the pattern (Joerg Jenderek)Christos Zoulas2021-04-051-2/+2
|
* Encoding bug fix.Christos Zoulas2021-04-041-0/+5
|