summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* new entries from fxlbChristos Zoulas2022-07-301-1/+6
* more bambootracker magic (Emanuel Haupt)Christos Zoulas2022-07-281-10/+8
* Add latest bug fix.Christos Zoulas2022-07-261-0/+4
* Fix bug with large flist (Florian Weimer)Christos Zoulas2022-07-261-1/+2
* Use PEP 552 magic number matching (Michal Gorny) instead of adding moreChristos Zoulas2022-07-241-75/+43
* Better error checking and pyi file addition from (Hoel Bezier)Christos Zoulas2022-07-242-5/+110
* MSDOS Executable improvements (Joerg Jenderek)Christos Zoulas2022-07-241-15/+47
* Ulead image support from Joerg JenderekChristos Zoulas2022-07-241-3/+97
* IDF additions from Joerg JenderekChristos Zoulas2022-07-241-1/+22
* Add sim65 executablesChristos Zoulas2022-07-171-1/+8
* PR/367: Add duckdb (Mytherin)Christos Zoulas2022-07-171-1/+7
* Add more tests for dbaseIII and msdos executables so that we get betterChristos Zoulas2022-07-122-20/+137
* PR/365: wof: Add unison archive formatChristos Zoulas2022-07-091-1/+4
* new jsonlines testChristos Zoulas2022-07-073-0/+5
* latest fixChristos Zoulas2022-07-071-0/+5
* PR/364: mam-ableton: QEMU does not nul-terminate pr_fname, detect and don'tChristos Zoulas2022-07-071-1/+8
* Make sure *ucp is never past ue. (oss-fuzz 48736)Christos Zoulas2022-07-061-1/+3
* wcwidth is not supposed to return -1 if the character is printable, but itChristos Zoulas2022-07-051-2/+3
* Use printf("%lc") instead of putwc(). Somehow mixing wide and narrow stdioChristos Zoulas2022-07-051-2/+2
* mbrlen(NULL, is not portable; revert to using memset to initialize the state.Christos Zoulas2022-07-041-5/+5
* Handle invalid characters as octal (idea from PR/363 by dimich)Christos Zoulas2022-07-041-5/+11
* PR/359: Add support for http://ndjson.org/ (darose)Christos Zoulas2022-07-042-8/+20
* more fixes.Christos Zoulas2022-07-041-1/+2
* PR/362: ro-ee: fix wide char printingChristos Zoulas2022-07-043-23/+73
* PR/361: Add Burp save file format.Christos Zoulas2022-07-042-1/+9
* PR/358: Fix width for -f - (jpalus)Christos Zoulas2022-07-042-18/+31
* PR/357: a@gitadora.top: Add EROFS support.Christos Zoulas2022-07-041-1/+27
* PR/356: Fix JSON constant parsing (davewhite)Christos Zoulas2022-07-047-8/+21
* Detailed support for MS Outlook Express DBX and Nick files from Joerg JenderekChristos Zoulas2022-07-021-7/+77
* Add more java versions (up to 20). (partially from DJtheRedstoner)Christos Zoulas2022-07-011-1/+7
* Add magic for Microsoft Outlook Personal Storage (Joerg Jenderek)Christos Zoulas2022-06-171-4/+90
* fix the mime types for jpeg images and move JPEG-XR from animation to jpegChristos Zoulas2022-06-172-8/+115
* Move the TNEF magic from msdos to mail.news and enhance it (Joerg Jenderek)Christos Zoulas2022-06-172-8/+49
* remove one "is" from polluksChristos Zoulas2022-06-131-1/+1
* Add missing EOD test (found by clusterfuzz)Christos Zoulas2022-06-111-1/+3
* PR/354: vinc17: Detect empty array with spaces.Christos Zoulas2022-06-104-1/+6
* PR/353: polluks: fix typoChristos Zoulas2022-06-101-1/+1
* welcome to 5.42FILE5_42Christos Zoulas2022-06-102-1/+5
* Require BOM for UCS16 like we do for UCS32. Otherwise we get too manyChristos Zoulas2022-06-101-2/+2
* Remove extra paren (Andrei Dobrescu)Christos Zoulas2022-06-021-2/+2
* mention abort bug fixChristos Zoulas2022-05-311-0/+5
* PR/348: frokaikan: Add printfs for all aborts, and missing cases forChristos Zoulas2022-05-311-3/+17
* PR/349: Farknay: strengthen RPF magicChristos Zoulas2022-05-311-21/+13
* Add Windows Performance Monitor Alert (Joerg Jenderek)Christos Zoulas2022-05-311-1/+17
* Add Microsoft Binder Documents (Joerg Jenderek)Christos Zoulas2022-05-311-1/+15
* Add Microsoft Access Wizard documents (Joerg Jenderek)Christos Zoulas2022-05-311-1/+17
* recognize Microsoft PowerPoint Addin or Wizard documents (Joerg Jenderek)Christos Zoulas2022-05-291-1/+14
* make file_printable public for nowChristos Zoulas2022-05-282-4/+4
* new fixChristos Zoulas2022-05-281-0/+4
* PR/351: CathyKMeow: octalify unprintable characters in filenames unless raw.Christos Zoulas2022-05-282-21/+29