summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - add statsChristos Zoulas2018-08-111-18/+73
* PR/25: cbiedl: Avoid strength underflow.Christos Zoulas2018-08-111-5/+6
* Add more testsChristos Zoulas2018-08-1110-6/+157
* fix exponent parsing.Christos Zoulas2018-08-111-4/+3
* - keep track of the nesting levelChristos Zoulas2018-08-111-21/+34
* PR/26: Include the line terminator character so that regex's that matchChristos Zoulas2018-08-111-2/+4
* PR/27: cbiedl: Fix HPROF detection on big endianChristos Zoulas2018-08-111-4/+4
* Don't print the mime type when only encoding was requested.Christos Zoulas2018-08-111-1/+5
* mention JSONChristos Zoulas2018-08-111-0/+4
* Add a simple JSON parser...Christos Zoulas2018-08-117-9/+396
* remove extra parensChristos Zoulas2018-08-031-2/+2
* restructure to reduce codeChristos Zoulas2018-08-021-15/+10
* correct error handling for file_printf() (coverity)Christos Zoulas2018-08-021-6/+8
* New hardware magicChristos Zoulas2018-08-021-1/+2
* new EDID magicChristos Zoulas2018-08-021-0/+12
* PR/10: Add sketchup.Christos Zoulas2018-08-021-1/+6
* fix reMarkable.Christos Zoulas2018-08-011-8/+8
* PR/16: Add autocad dxf magicChristos Zoulas2018-08-011-1/+17
* PR/19: Recognize ia64 and amd64 COFF filesChristos Zoulas2018-08-012-2/+10
* PR/21: Add PNG extensionChristos Zoulas2018-08-011-1/+3
* PR/22: remove accidentally added line.Christos Zoulas2018-08-011-2/+1
* We don't want to do anything here on errors (since we are already printingChristos Zoulas2018-08-011-5/+5
* Portability fix, don't call qsort with NULL/0. Found by coverityChristos Zoulas2018-08-011-6/+8
* remove useless assignment found by coverityChristos Zoulas2018-08-011-2/+2
* make MULT unsigned.Christos Zoulas2018-08-011-2/+2
* appease coverity by calling umask around mkstemp(3)Christos Zoulas2018-08-011-1/+3
* check file_printf()Christos Zoulas2018-08-011-4/+6
* Eliminate toctou by using fstat and always opening with non-blocking i/o.Christos Zoulas2018-08-012-12/+9
* better error handling, found by coverity.Christos Zoulas2018-08-011-2/+3
* fix leak on error, found by coverity.Christos Zoulas2018-08-011-2/+5
* check against -1 to appease coverity.Christos Zoulas2018-08-011-2/+2
* try to use the "right" off_t_maxChristos Zoulas2018-08-011-7/+11
* PR/20: Tar files with --mime-encoding shoukd not print mime typeChristos Zoulas2018-08-011-1/+5
* Add a comment for the return values of the magic functions.Christos Zoulas2018-07-271-2/+8
* Since this is an elf file and we produced some information for it, return 1Christos Zoulas2018-07-271-2/+2
* fix name.Christos Zoulas2018-07-271-2/+2
* new magic for the remarkable table.Christos Zoulas2018-07-261-1/+14
* mention PR/18 fixChristos Zoulas2018-07-251-0/+5
* PR/18: Anonymous: calling file with --mime-encoding on CDF files should notChristos Zoulas2018-07-251-16/+15
* PR/17: Christoph Biedl: Add more ms == NULL checks for consistency.Christos Zoulas2018-07-251-1/+5
* PR/11: Mention that magic_file and magic_buffer can produce differentChristos Zoulas2018-07-251-3/+16
* more gw->astronChristos Zoulas2018-07-251-3/+3
* PR/9: Christoph Bield: Handle files without program headers gracefullyChristos Zoulas2018-07-251-1/+16
* From Dave Odell:Christos Zoulas2018-07-251-6/+88
* Add more files.FILE5_34Christos Zoulas2018-07-251-1/+2
* fix for file renameChristos Zoulas2018-07-251-1/+1
* prepare for 5.34Christos Zoulas2018-07-252-1/+5
* update bug tracker and mailing list info.Christos Zoulas2018-07-241-5/+5
* more info for ppc swapspace (Kamil Dudka)Christos Zoulas2018-07-161-1/+11
* remember to put a space between the version and the number, plus moreChristos Zoulas2018-07-161-3/+5