2015-01-01 |
Christos Zoulas | indirect offsets should be relative to the beginning... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Christos Zoulas | fix continuation level |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Christos Zoulas | add more tags |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Christos Zoulas | use the tiff parser for exif |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Christos Zoulas | Fix big-endian tiff images. |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Christos Zoulas | PR/230: make getline() public. file.c uses it. |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Christos Zoulas | Limit string printing to 100 chars, and add flags I... |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Christos Zoulas | - Add a limit to the number of ELF notes processed... |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Christos Zoulas | 2 more bugs. |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Christos Zoulas | Bail out on partial reads, from Alexander Cherepanov |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Christos Zoulas | Fix incorrect bounds check, from Alexander Cherepanov |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Christos Zoulas | relax the binary resource checks. The example file... |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Christos Zoulas | Add CVE info from git. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Christos Zoulas | PR/407: Add Qt magic |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Christos Zoulas | PR/405: Ignore exit code from uncompress programs becau... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Christos Zoulas | handle more empty interpreters. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Christos Zoulas | print empty if we could not read the interpreter. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Christos Zoulas | * change printable -> file_printable and use it in... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Christos Zoulas | PR/405: file -bizL git-2.1.3.tar.xz broke because the... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Christos Zoulas | fix parameter options FILE5_21 |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Christos Zoulas | fix time |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Christos Zoulas | update version |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Christos Zoulas | add a demo entry to show shortcomings with the current... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Christos Zoulas | check the proper variable |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Christos Zoulas | and non-zero sizes. |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Christos Zoulas | Only trust sizes of regular files. |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Christos Zoulas | fix netbsd core magic entries |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Christos Zoulas | url for format |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Christos Zoulas | add bpg. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Christos Zoulas | WIN32 changes from Angelo Paolitto |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Christos Zoulas | Don't bail if there was no error, buf could have been... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Christos Zoulas | magic Delta ISO magic |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Christos Zoulas | put the changes in the original file not the generated... |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Christos Zoulas | PR/402: Christian Hesse: Add more ssh key types |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Christos Zoulas | Remove name recursion limit, it is always lower than... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Christos Zoulas | add a limit to the number of times a name/use entries... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Christos Zoulas | Kill -R and replace with -P param=value. Allow setting... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Christos Zoulas | Document changes |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Christos Zoulas | bump recursion to 15, and allow it to be set from the... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Christos Zoulas | adjust limits better (from NetBSD) |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Christos Zoulas | Complain if alignments are < 4 and repair. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Christos Zoulas | fix typos. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Christos Zoulas | Mention all the performance fixes from yesterday and... |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Christos Zoulas | - reduce recursion level from 20 to 10 and make a symbo... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Christos Zoulas | Stop reporting bad capabilities after the first few. |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Christos Zoulas | - limit the number of program and section header number... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Christos Zoulas | New change |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Christos Zoulas | Simplify freeing of the map and remove bogus frees... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Christos Zoulas | Decode the type of the pgp packet. |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Christos Zoulas | PR/396: Add sereal magic |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Christos Zoulas | today's fixes. |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Christos Zoulas | PR/398: Correctly truncate pascal strings (fixes out... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Christos Zoulas | fix memory leak. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Christos Zoulas | Remove duplicates from Chris Renshaw |
commit | commitdiff | tree | snapshot |
2014-11-07 |
Christos Zoulas | Make strings from files always printable. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Christos Zoulas | new mlocate entry. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Christos Zoulas | Always add the map to the head of the list; this way... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Christos Zoulas | PR/394: Properly cleanup in new buffers function. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Christos Zoulas | PR/395: fix typo |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Christos Zoulas | PR/395: Avoid infinite loop in oomem cleanup. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Christos Zoulas | patches from joerg jenderek to improve dbase detection |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Christos Zoulas | return NODATA in more cases and be more picky about... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Christos Zoulas | m4 files can be ALAC and AAC |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Christos Zoulas | print something before the ', offset', and boost the... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Christos Zoulas | Don't treat empty chains as an error (Guy Helmer) |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Christos Zoulas | - remove old compatibility code that ended up printing... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Christos Zoulas | PR/390: Jan Kaluza: Fix detection of iso9660 filesystems |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Christos Zoulas | Fix note bounds reading, Francisco Alonso / Red Hat |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Christos Zoulas | On arm, chars are by default unsigned so force sign... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Christos Zoulas | more detailed crypto magic |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Christos Zoulas | PR/388: According to POSIX we should not quote the... |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Christos Zoulas | locale autoconf fixes |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Christos Zoulas | welcome to 5.20 FILE5_20 |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Christos Zoulas | mention that perl uses BEGIN { |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Christos Zoulas | PR/383: Remove unicode BOM as suggested. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Christos Zoulas | PR/384: remove %z formats that break windows. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Christos Zoulas | PR/383: make regex use \x and not the non-ascii characters. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Christos Zoulas | decode more webp |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Christos Zoulas | define skeleton files as video. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Christos Zoulas | PR/382: add audio and video mime types as suggested by: |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Christos Zoulas | Add JPEG-XR |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Christos Zoulas | Don't abuse the const pointer we've been passed in... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Christos Zoulas | new entry |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Christos Zoulas | sync with NetBSD's tools. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Christos Zoulas | Don't forget to NUL terminate if the last line did... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Christos Zoulas | we are not supposed to modify the file pointer. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Christos Zoulas | more Web/P fixes, remove dup entry from images |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Christos Zoulas | symbolic photometric interpretation for tif |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Christos Zoulas | more details for tiff. |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Christos Zoulas | add mp4 mime for MOBI. Does that work? |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Christos Zoulas | change name per suggestion in the PR. |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Christos Zoulas | add webp vp8 |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Christos Zoulas | fix transposition |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Christos Zoulas | use recursion to traverse the jpeg markers |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Christos Zoulas | PR/380: Add zlib support |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Christos Zoulas | PR/379: Ville Skyttae: Add qpress support from |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Christos Zoulas | PR/378: don't print stuff, breaks all MP3 files. |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Christos Zoulas | remove duplicate assignment. |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Christos Zoulas | don't use setlocale(3); it is not thread-safe. |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Christos Zoulas | Apple HFS changes from Joerg Jenderek |
commit | commitdiff | tree | snapshot |
next |