157
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 18, 2024 — May 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PR/10: Add sketchup.
christos
as Christos Zoulas
More... almost 7 years ago
fix reMarkable.
christos
as Christos Zoulas
More... almost 7 years ago
PR/16: Add autocad dxf magic
christos
as Christos Zoulas
More... almost 7 years ago
PR/19: Recognize ia64 and amd64 COFF files
christos
as Christos Zoulas
More... almost 7 years ago
PR/21: Add PNG extension
christos
as Christos Zoulas
More... almost 7 years ago
PR/22: remove accidentally added line.
christos
as Christos Zoulas
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.
christos
as Christos Zoulas
More... almost 7 years ago
Portability fix, don't call qsort with NULL/0. Found by coverity
christos
as Christos Zoulas
More... almost 7 years ago
remove useless assignment found by coverity
christos
as Christos Zoulas
More... almost 7 years ago
make MULT unsigned.
christos
as Christos Zoulas
More... almost 7 years ago
appease coverity by calling umask around mkstemp(3)
christos
as Christos Zoulas
More... almost 7 years ago
check file_printf()
christos
as Christos Zoulas
More... almost 7 years ago
Eliminate toctou by using fstat and always opening with non-blocking i/o. Found by coverity.
christos
as Christos Zoulas
More... almost 7 years ago
better error handling, found by coverity.
christos
as Christos Zoulas
More... almost 7 years ago
fix leak on error, found by coverity.
christos
as Christos Zoulas
More... almost 7 years ago
check against -1 to appease coverity.
christos
as Christos Zoulas
More... almost 7 years ago
try to use the "right" off_t_max
christos
as Christos Zoulas
More... almost 7 years ago
PR/20: Tar files with --mime-encoding shoukd not print mime type
christos
as Christos Zoulas
More... almost 7 years ago
Add a comment for the return values of the magic functions.
christos
as Christos Zoulas
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
christos
as Christos Zoulas
More... almost 7 years ago
fix name.
christos
as Christos Zoulas
More... almost 7 years ago
new magic for the remarkable table.
christos
as Christos Zoulas
More... almost 7 years ago
mention PR/18 fix
christos
as Christos Zoulas
More... almost 7 years ago
PR/18: Anonymous: calling file with --mime-encoding on CDF files should not print mime-type..
christos
as Christos Zoulas
More... almost 7 years ago
PR/17: Christoph Biedl: Add more ms == NULL checks for consistency.
christos
as Christos Zoulas
More... almost 7 years ago
PR/11: Mention that magic_file and magic_buffer can produce different results.
christos
as Christos Zoulas
More... almost 7 years ago
more gw->astron
christos
as Christos Zoulas
More... almost 7 years ago
PR/9: Christoph Bield: Handle files without program headers gracefully
christos
as Christos Zoulas
More... almost 7 years ago
From Dave Odell: - Better extensions for Windows and DOS executables. - 16-bit Windows DLLs no longer mistagged as drivers.
christos
as Christos Zoulas
More... almost 7 years ago
Add more files.
christos
as Christos Zoulas
More... almost 7 years ago