PR/10: Add sketchup. |
|
More...
|
almost 7 years ago
|
fix reMarkable. |
|
More...
|
almost 7 years ago
|
PR/16: Add autocad dxf magic |
|
More...
|
almost 7 years ago
|
PR/19: Recognize ia64 and amd64 COFF files |
|
More...
|
almost 7 years ago
|
PR/21: Add PNG extension |
|
More...
|
almost 7 years ago
|
PR/22: remove accidentally added line. |
|
More...
|
almost 7 years ago
|
We don't want to do anything here on errors (since we are already printing errors), so ignore. For coverity. |
|
More...
|
almost 7 years ago
|
Portability fix, don't call qsort with NULL/0. Found by coverity |
|
More...
|
almost 7 years ago
|
remove useless assignment found by coverity |
|
More...
|
almost 7 years ago
|
make MULT unsigned. |
|
More...
|
almost 7 years ago
|
appease coverity by calling umask around mkstemp(3) |
|
More...
|
almost 7 years ago
|
check file_printf() |
|
More...
|
almost 7 years ago
|
Eliminate toctou by using fstat and always opening with non-blocking i/o. Found by coverity. |
|
More...
|
almost 7 years ago
|
better error handling, found by coverity. |
|
More...
|
almost 7 years ago
|
fix leak on error, found by coverity. |
|
More...
|
almost 7 years ago
|
check against -1 to appease coverity. |
|
More...
|
almost 7 years ago
|
try to use the "right" off_t_max |
|
More...
|
almost 7 years ago
|
PR/20: Tar files with --mime-encoding shoukd not print mime type |
|
More...
|
almost 7 years ago
|
Add a comment for the return values of the magic functions. |
|
More...
|
almost 7 years ago
|
Since this is an elf file and we produced some information for it, return 1 instead of 0. Reported by Kamil Dudka |
|
More...
|
almost 7 years ago
|
fix name. |
|
More...
|
almost 7 years ago
|
new magic for the remarkable table. |
|
More...
|
almost 7 years ago
|
mention PR/18 fix |
|
More...
|
almost 7 years ago
|
PR/18: Anonymous: calling file with --mime-encoding on CDF files should not print mime-type.. |
|
More...
|
almost 7 years ago
|
PR/17: Christoph Biedl: Add more ms == NULL checks for consistency. |
|
More...
|
almost 7 years ago
|
PR/11: Mention that magic_file and magic_buffer can produce different results. |
|
More...
|
almost 7 years ago
|
more gw->astron |
|
More...
|
almost 7 years ago
|
PR/9: Christoph Bield: Handle files without program headers gracefully |
|
More...
|
almost 7 years ago
|
From Dave Odell: - Better extensions for Windows and DOS executables. - 16-bit Windows DLLs no longer mistagged as drivers. |
|
More...
|
almost 7 years ago
|
Add more files. |
|
More...
|
almost 7 years ago
|