]> granicus.if.org Git - file/shortlog
file
2018-09-09 Christos ZoulasRemove trailing whitespace
2018-09-01 Christos ZoulasFix use-after-free (https://runtimeverification.com...
2018-09-01 Christos Zoulasuse unsigned to print size (Francesco Lamonica)
2018-08-27 Christos Zoulasavoid accessing memory beyond the end of the buffer...
2018-08-21 Christos Zoulasreduce strenght to lose from infocom z commands
2018-08-21 Christos ZoulasProvide a mime type for MPEG transport stream from:
2018-08-21 Christos Zoulasrevert previous: we cannot default for mime/apple/etc...
2018-08-20 Christos Zoulasnew fixes
2018-08-20 Christos ZoulasPR/30: cbiedl: Allow all parameter values to be set.
2018-08-20 Christos Zoulasremove debugging printf
2018-08-20 Christos Zoulasdon't use defaults if we are inside a USE entry.
2018-08-20 Christos ZoulasIt used to be the case that if a magic entry was found...
2018-08-20 Christos Zoulassimplify numeric parsing (found by oss-fuzz)
2018-08-19 Christos Zoulashandle error properly.
2018-08-19 Christos ZoulasTry to simplify and make the code more consistent by...
2018-08-19 Christos Zoulasdon't require the use to match for printing mime info
2018-08-19 Christos ZoulasAdd a default case in case we did not find the 4th...
2018-08-19 Christos Zoulas- conditionalizing the return value on (print) is wrong...
2018-08-18 Christos Zoulasdocument MAGIC_NO_CHECK_JSON
2018-08-18 Christos Zoulasdocument is_json.c
2018-08-17 Christos Zoulasprevent overread (found by oss-fuzz)
2018-08-13 Christos ZoulasAvoid read out of bounds (found by oss-fuzz)
2018-08-11 Christos Zoulas- add stats
2018-08-11 Christos ZoulasPR/25: cbiedl: Avoid strength underflow.
2018-08-11 Christos ZoulasAdd more tests
2018-08-11 Christos Zoulasfix exponent parsing.
2018-08-11 Christos Zoulas- keep track of the nesting level
2018-08-11 Christos ZoulasPR/26: Include the line terminator character so that...
2018-08-11 Christos ZoulasPR/27: cbiedl: Fix HPROF detection on big endian
2018-08-11 Christos ZoulasDon't print the mime type when only encoding was requested.
2018-08-11 Christos Zoulasmention JSON
2018-08-11 Christos ZoulasAdd a simple JSON parser...
2018-08-03 Christos Zoulasremove extra parens
2018-08-02 Christos Zoulasrestructure to reduce code
2018-08-02 Christos Zoulascorrect error handling for file_printf() (coverity)
2018-08-02 Christos ZoulasNew hardware magic
2018-08-02 Christos Zoulasnew EDID magic
2018-08-02 Christos ZoulasPR/10: Add sketchup.
2018-08-01 Christos Zoulasfix reMarkable.
2018-08-01 Christos ZoulasPR/16: Add autocad dxf magic
2018-08-01 Christos ZoulasPR/19: Recognize ia64 and amd64 COFF files
2018-08-01 Christos ZoulasPR/21: Add PNG extension
2018-08-01 Christos ZoulasPR/22: remove accidentally added line.
2018-08-01 Christos ZoulasWe don't want to do anything here on errors (since...
2018-08-01 Christos ZoulasPortability fix, don't call qsort with NULL/0. Found...
2018-08-01 Christos Zoulasremove useless assignment found by coverity
2018-08-01 Christos Zoulasmake MULT unsigned.
2018-08-01 Christos Zoulasappease coverity by calling umask around mkstemp(3)
2018-08-01 Christos Zoulascheck file_printf()
2018-08-01 Christos ZoulasEliminate toctou by using fstat and always opening...
2018-08-01 Christos Zoulasbetter error handling, found by coverity.
2018-08-01 Christos Zoulasfix leak on error, found by coverity.
2018-08-01 Christos Zoulascheck against -1 to appease coverity.
2018-08-01 Christos Zoulastry to use the "right" off_t_max
2018-08-01 Christos ZoulasPR/20: Tar files with --mime-encoding shoukd not print...
2018-07-27 Christos ZoulasAdd a comment for the return values of the magic functions.
2018-07-27 Christos ZoulasSince this is an elf file and we produced some informat...
2018-07-27 Christos Zoulasfix name.
2018-07-26 Christos Zoulasnew magic for the remarkable table.
2018-07-25 Christos Zoulasmention PR/18 fix
2018-07-25 Christos ZoulasPR/18: Anonymous: calling file with --mime-encoding...
2018-07-25 Christos ZoulasPR/17: Christoph Biedl: Add more ms == NULL checks...
2018-07-25 Christos ZoulasPR/11: Mention that magic_file and magic_buffer can...
2018-07-25 Christos Zoulasmore gw->astron
2018-07-25 Christos ZoulasPR/9: Christoph Bield: Handle files without program...
2018-07-25 Christos ZoulasFrom Dave Odell:
2018-07-25 Christos ZoulasAdd more files. FILE5_34
2018-07-25 Christos Zoulasfix for file rename
2018-07-25 Christos Zoulasprepare for 5.34
2018-07-24 Christos Zoulasupdate bug tracker and mailing list info.
2018-07-16 Christos Zoulasmore info for ppc swapspace (Kamil Dudka)
2018-07-16 Christos Zoulasremember to put a space between the version and the...
2018-07-10 Christos ZoulasAdd extension and mime for windows metafiles (dmo2118)
2018-07-08 Christos ZoulasPrint the Go Build-ID like we do for other elf binaries
2018-07-03 Christos ZoulasNew magic from Thomas Kaeding
2018-06-26 Christos ZoulasFix pasto (Clemens Gruber)
2018-06-26 Christos ZoulasFix dumpdate reversed order (Oleksandr Tymoshenko)
2018-06-24 Christos Zoulasfix tab issue
2018-06-23 Christos ZoulasFix comma vs. colon for DDS and PVRX. (David Korth)
2018-06-23 Christos ZoulasUse the MS DirectDraw Surface lines for Sega PVRX....
2018-06-23 Christos ZoulasAdded more detail about the DDS file format:
2018-06-23 Christos ZoulasMoved Microsoft DirectDraw Surface from msdos to images.
2018-06-23 Christos ZoulasAdded detection for GameCube/Wii disc images with SDK...
2018-06-23 Christos ZoulasDetect unencrypted Wii games. (David Korth)
2018-06-23 Christos ZoulasUse 'default' to reduce complexity. Fix a few typos...
2018-06-23 Christos ZoulasAdded Wii U Cafe OS ABI detection and file type detecti...
2018-06-23 Christos ZoulasAdded ASTC texture format detection. (David Korth)
2018-06-23 Christos ZoulasAdded Valve VTF3 (PS3) detection. (David Korth)
2018-06-23 Christos ZoulasAdded Valve Texture Format (VTF) detection.
2018-06-23 Christos ZoulasHeight and depth may be 1 for 1D and/or 2D textures...
2018-06-23 Christos ZoulasAdded Khronos KTX texture detection.
2018-06-23 Christos ZoulasAdded Mozilla Mork databases. (David Korth)
2018-06-23 Christos ZoulasSome Sega Wii games have GVR with GCIX instead of GBIX...
2018-06-23 Christos ZoulasSome Sega Wii games have GVR with GCIX instead of GBIX...
2018-06-23 Christos ZoulasAdded unofficial MIME types from xdg/shared-mime-info...
2018-06-23 Christos ZoulasText fields are fixed at 32 characters and may not...
2018-06-23 Christos ZoulasDetect encrypted ADXes. (David Korth)
2018-06-23 Christos ZoulasAdded CRI ADX detection. (David Korth)
2018-06-23 Christos Zoulasone more syscall for 32 bits
2018-06-23 Christos ZoulasPR/2: Hugal31: Try to improve thermocam magic
next