summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* escape ><FILE5_35Christos Zoulas2018-10-181-2/+2
* welcome to file-5.35Christos Zoulas2018-10-182-1/+5
* - fix whitespaceChristos Zoulas2018-10-181-14/+21
* Add AMOS (Amiga Basic Language) file format support (Stuart Caie)Christos Zoulas2018-10-161-1/+20
* Add biosig from Alois SchloegChristos Zoulas2018-10-162-1/+156
* - use SIZE_T_FORMAT instead of 'z' in size_t format stringsChristos Zoulas2018-10-1511-57/+75
* Add glibc NLS catalog magic (odubaj at redhat)Christos Zoulas2018-10-112-1/+23
* PR/48: tianxiaogu: Avoid zerodivideChristos Zoulas2018-10-101-1/+3
* PR/47: roramirez: Add mime and extension for AMR.Christos Zoulas2018-10-091-1/+3
* PR/46: vitalyisaev2: Search deeper in the zip file for additional headers.Christos Zoulas2018-10-081-4/+4
* PR/32: Chai T. Rex: Handle file -s <(echo '#!/bin/sh\n') on bash/linuxChristos Zoulas2018-10-021-1/+11
* PR/45: sezero: mach-o magic did not print all the architectures for > 2Christos Zoulas2018-10-011-6/+6
* PR/31: Fix pstring documentationChristos Zoulas2018-10-011-4/+4
* PR/38: bbc: Fix typo in RoslynChristos Zoulas2018-10-011-2/+2
* Remove stale comment about gw.comChristos Zoulas2018-10-011-2/+2
* Fix gw.comChristos Zoulas2018-10-011-1/+1
* PR/40: Bump Cannon CR2 magic to beat TIFFChristos Zoulas2018-10-011-1/+2
* PR/39: jidanni: change "frames" to "components"Christos Zoulas2018-10-011-4/+4
* PR/33: change mailman and bugs to httpsChristos Zoulas2018-10-011-4/+4
* PR/33: fix for new bugs locationChristos Zoulas2018-10-011-2/+2
* remove tests for stddef.h, locale.h, limits.h all defined in c89 (petk)Christos Zoulas2018-10-017-23/+7
* signal.h is part of c89, remove testing for it.Christos Zoulas2018-10-012-16/+5
* new magic http://kicad-pcb.org from pointhiChristos Zoulas2018-10-012-1/+71
* update audio, ahx details (alexmyczko)Christos Zoulas2018-10-011-1/+7
* add some more fm song types (alexmyczko)Christos Zoulas2018-10-011-1/+9
* make this compile again...Christos Zoulas2018-09-111-1/+5
* mention FreeBSD core supportChristos Zoulas2018-09-111-0/+4
* Add FreeBSD-specific core file support (John Baldwin)Christos Zoulas2018-09-111-1/+23
* Remove trailing whitespaceChristos Zoulas2018-09-0933-250/+262
* Fix use-after-free (https://runtimeverification.com/). The free code wasChristos Zoulas2018-09-011-8/+13
* use unsigned to print size (Francesco Lamonica)Christos Zoulas2018-09-011-2/+2
* avoid accessing memory beyond the end of the buffer (found by oss-fuzz)Christos Zoulas2018-08-271-1/+3
* reduce strenght to lose from infocom z commandsChristos Zoulas2018-08-211-1/+3
* Provide a mime type for MPEG transport stream from:Christos Zoulas2018-08-211-1/+2
* revert previous: we cannot default for mime/apple/etc on the first printed desc,Christos Zoulas2018-08-211-11/+7
* new fixesChristos Zoulas2018-08-201-0/+5
* PR/30: cbiedl: Allow all parameter values to be set.Christos Zoulas2018-08-201-9/+11
* remove debugging printfChristos Zoulas2018-08-201-2/+1
* don't use defaults if we are inside a USE entry.Christos Zoulas2018-08-201-7/+12
* It used to be the case that if a magic entry was found (with non-nulChristos Zoulas2018-08-203-20/+36
* simplify numeric parsing (found by oss-fuzz)Christos Zoulas2018-08-201-4/+10
* handle error properly.Christos Zoulas2018-08-191-2/+4
* Try to simplify and make the code more consistent by checkingChristos Zoulas2018-08-191-30/+27
* don't require the use to match for printing mime infoChristos Zoulas2018-08-191-7/+7
* Add a default case in case we did not find the 4th file header.Christos Zoulas2018-08-191-1/+2
* - conditionalizing the return value on (print) is wrong and breaks mime.Christos Zoulas2018-08-191-6/+5
* document MAGIC_NO_CHECK_JSONChristos Zoulas2018-08-181-2/+4
* document is_json.cChristos Zoulas2018-08-181-2/+3
* prevent overread (found by oss-fuzz)Christos Zoulas2018-08-171-1/+3
* Avoid read out of bounds (found by oss-fuzz)Christos Zoulas2018-08-131-1/+3