]> granicus.if.org Git - file/shortlog
file
2014-08-04 Christos ZoulasPR/367: Brooks Davis: Add magic_load_buffers to provide...
2014-08-04 Christos ZoulasPR/369: Matthieu CASTET: Add android sparse images.
2014-08-04 Christos ZoulasPR/371: Benedikt Morbach: Add python 3.4 compiled magic
2014-08-03 Christos Zoulasbump OS/BS MBR and remove leading comma since nothing...
2014-07-24 Christos Zoulasnew change
2014-07-24 Christos ZoulasAdd thumbs.db parsing support.
2014-07-14 Reuben ThomasComment out too-sensitive Pascal magic
2014-07-13 Christos Zoulasnew nec-88 magic
2014-06-30 Reuben ThomasAdd test data for FIT map from Francis Irving (bug...
2014-06-26 Christos ZoulasFix warnings (Xin Li)
2014-06-19 Christos ZoulasUBI byteorder consistency.
2014-06-16 Christos Zoulasbetter PIT file recognition (Joerg Jenderek)
2014-06-12 Christos ZoulasAdjust test result FILE5_19
2014-06-12 Christos ZoulasWelcome to 5.19
2014-06-12 Christos ZoulasAdd new elf machines (Branko Dreven)
2014-06-09 Christos ZoulasMore bugs
2014-06-09 Christos ZoulasAdd missing check offset test (Francisco Alonso, Jan...
2014-06-04 Christos ZoulasCorrectly compute the truncated pascal string size...
2014-06-04 Christos ZoulasUse the proper sector size when checking stream offsets...
2014-06-04 Christos ZoulasFix incorrect bounds check for sector count. (Francisco...
2014-06-03 Christos Zoulasremove stray g.
2014-06-03 Christos ZoulasPR/356: Spelling fixes
2014-06-03 Christos ZoulasPR/355: use vnd.debian.binary-package mime type.
2014-06-03 Christos ZoulasPR/357: flake8 warning cleanups
2014-06-03 Christos Zoulas* Enforce limit of 8K on regex searches that have no...
2014-06-03 Christos ZoulasAdd map
2014-06-03 Christos ZoulasPR/358: Add .FIT map data.
2014-06-03 Christos Zoulasremove line number mention in regex. We don't want...
2014-06-03 Christos ZoulasAdd norton guide files (Joerg Jenderek)
2014-06-02 Christos Zoulasremove l modifier
2014-06-02 Christos ZoulasUse more the dos filename function (Joerg Jenderek)
2014-06-02 Christos ZoulasPatch for acronis (Joerg Jenderek)
2014-06-02 Christos Zoulasupdate from Joerg Jenderek
2014-06-01 Christos Zoulasfix some more MBR misidentifications (Joerg Jenderek)
2014-06-01 Christos ZoulasSymantek GHOST magic (Joerg Jenderek)
2014-06-01 Christos ZoulasFix some Dyalog APL magic that does not make sense...
2014-06-01 Christos ZoulasFix the strength of DOS/MBR (Joerg Jenderek)
2014-05-30 Christos Zoulasdocument regex limit.
2014-05-30 Christos ZoulasUpdate regex recommendation.
2014-05-30 Christos ZoulasLimit regex search for BEGIN to the first 4K of the...
2014-05-30 Christos ZoulasIf requested, limit search length.
2014-05-30 Christos Zoulasrecognize nonorton ghost files. Joerg Jenderek
2014-05-28 Christos Zoulas- fix non-ascii.
2014-05-28 Christos Zoulasfurther optimize awk by not looking for the BEGIN regex...
2014-05-28 Christos Zoulasfix endianness problem.
2014-05-21 Christos ZoulasCVE-2014-0207: Prevent 0 element vectors and vectors...
2014-05-20 Christos Zoulasadd linux device tree.
2014-05-15 Christos ZoulasPR/343: dosexec mime broken
2014-05-14 Christos ZoulasPR/354: Fix stray ^M's
2014-05-14 Christos ZoulasPR/354: Encoding irregularities.
2014-05-14 Christos ZoulasPR/352: Support for Hangul (Korean) Word Processor...
2014-05-14 Christos ZoulasPR/347: Windows patches.
2014-05-14 Christos Zoulasremove unused.
2014-05-14 Christos ZoulasPR/346: New sereal magic
2014-05-13 Christos ZoulasPR/353: Dagobert Michelsen: Add "file.h" to get proper...
2014-05-13 Christos ZoulasRoman I Khimov:
2014-05-13 Christos ZoulasRoman I Khimov:
2014-05-13 Christos ZoulasRoman I Khimov:
2014-05-13 Christos ZoulasRoman I Khimov:
2014-05-07 Christos ZoulasFix coredump in clang caused by missing array terminato...
2014-05-07 Christos Zoulasmerge dup VDI
2014-05-07 Christos Zoulasmore lz4
2014-05-07 Christos ZoulasFix for uninialized title (Jan Kaluza)
2014-05-06 Christos ZoulasRemove loop that kept reading the same offset (Jan...
2014-05-06 Christos Zoulas_POSIX2_RE_DUP_MAX is 255 on most systems.
2014-05-06 Christos ZoulasCompile regex during the magic compilation process...
2014-05-05 Christos Zoulasfactor out all the duplicated regex code into a wrapper.
2014-05-05 Christos ZoulasApply patches from file-CVE-2012-1571.patch
2014-05-04 Christos ZoulasPR/351: Fix compilation of empty files.
2014-05-02 Christos ZoulasCode to detect gnu attributes, and start of parser.
2014-05-02 Christos ZoulasFrom Christoph Biedl:
2014-04-30 Christos ZoulasKill %h %hh and %l modifiers for bytes, shorts, and...
2014-04-28 Christos ZoulasAdd missing specifiers for %h?
2014-04-28 Christos Zoulasfix integer format widths
2014-04-28 Christos Zoulasadd perl hash magic
2014-04-17 Christos ZoulasFix wrong ifdef configure test (Jean-Louis CHARTON)
2014-04-17 Christos Zoulastry to fix memcpy (Jean-Louis CHARTON)
2014-04-17 Christos Zoulaskill c99 comments, aix does not like them (Jean-Louis...
2014-04-12 Christos ZoulasPR/337: Fix incorrect handling of offsets (wrong sign)
2014-04-12 Christos ZoulasPR/339: updates from Rick Richardson
2014-04-12 Christos ZoulasPR/340: New magic for snappy framing
2014-04-12 Christos ZoulasPR/345: add tests for intptr_t and uintptr_t
2014-04-03 Christos ZoulasFix regression: If a file was already bytes, don't...
2014-04-01 Christos ZoulasNew fixes
2014-04-01 Christos ZoulasPR/341: Jan Kaluza: Fix memory leak
2014-04-01 Christos ZoulasPR/342: Jan Kaluza: Reverse order of evaluation to...
2014-03-30 Christos Zoulasraise the strength of the targa magic, instead of dropp...
2014-03-30 Christos Zoulasremove extra line (Christoph Biedl)
2014-03-29 Christos Zoulascapitalize sparc
2014-03-28 Christos ZoulasImprove library detection, (Christoph Biedl)
2014-03-28 Christos Zoulasfix compilation without fmt debug.
2014-03-28 Christos Zoulasreduce strength of windows cursors so that they don...
2014-03-27 Christos Zoulas- Add some debugging code to print incorrect formats.
2014-03-26 Christos Zoulaswelcome to 5.18 FILE5_18
2014-03-23 Christos Zoulasadd megaraid.
2014-03-16 Christos Zoulasminor changes
2014-03-16 Kimmo SuominenTurn heading into markdown heading.
2014-03-16 Kimmo SuominenDocument the release procedure.
2014-03-16 Christos Zoulasadd ConTeXt documents
2014-03-15 Christos Zoulasadd fmtcheck
next