157
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 29, 2024 — May 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add IPS magic (Thomas Klausner)
christos
as Christos Zoulas
More... over 8 years ago
fix typo "avalues" from Thomas Klausner.
christos
as Christos Zoulas
More... over 8 years ago
If we exceeded the offset in a search don't break, return 0 (no match) From Christoph Biedl
christos
as Christos Zoulas
More... over 8 years ago
Improve flash detection (Christoph Biedl)
christos
as Christos Zoulas
More... over 8 years ago
If we are reading a sector stream that is shorter than the minimum standard stream size, but there is no short sector chain, adjust the dirlen.
christos
as Christos Zoulas
More... over 8 years ago
use unsigned int shifts
christos
as Christos Zoulas
More... over 8 years ago
PR/593: Clement Lecigne: Fix off-by-one
christos
as Christos Zoulas
More... over 8 years ago
PR/591: Print if the file has debug info.
christos
as Christos Zoulas
More... over 8 years ago
PR/589: David Korth: Add support for Wii U and 3DS Virtual Console NES ROM images. Misc fixes.
christos
as Christos Zoulas
More... over 8 years ago
PR/588: Add ECDSA magic
christos
as Christos Zoulas
More... over 8 years ago
use 040 consistently
christos
as Christos Zoulas
More... over 8 years ago
Fix x3d from Thomas Ledoux
christos
as Christos Zoulas
More... over 8 years ago
PR/574: osm0sis: Handle android having zlib.h and no -lz.
christos
as Christos Zoulas
More... over 8 years ago
PR/584: Timo Foerster: Add a mime type according to: https://en.wikipedia.org/wiki/Encapsulated_PostScript
christos
as Christos Zoulas
More... over 8 years ago
PR/585: Martin Reifer: OpenStreetMap header is not always 13 bytes long.
christos
as Christos Zoulas
More... over 8 years ago
PR/586: Add missing section headers info message.
christos
as Christos Zoulas
More... over 8 years ago
PR/587: Luc Gommans: Add OpenSSL files
christos
as Christos Zoulas
More... over 8 years ago
More arm64 uboot stuff from Martin Michlmayr
christos
as Christos Zoulas
More... over 8 years ago
minor nits from Abhinav Upadhyay
christos
as Christos Zoulas
More... over 8 years ago
compute the search match length correctly (found by oss-fuzzer)
christos
as Christos Zoulas
More... over 8 years ago
use CCAST, instead of __UNCONST
christos
as Christos Zoulas
More... over 8 years ago
when the pattern search length is 0, search for the empty string instead of the original string because the original string might not be NUL-terminated. Found by oss-fuzzer.
christos
as Christos Zoulas
More... over 8 years ago
make sure we don't exceed the array sie if nbytes is odd. Found by oss-fuzz
christos
as Christos Zoulas
More... over 8 years ago
Escape the . and provide more text for BSD make (Joerg Jenderek)
christos
as Christos Zoulas
More... over 8 years ago
overhaul with more detail from Joerg Jenderek, many thanks!
christos
as Christos Zoulas
More... over 8 years ago
PR/583: Lukas Koldrt: Don't attempt to read 0 sized stream.
christos
as Christos Zoulas
More... over 8 years ago
PR/580: Johannes Niediek: Bump PNG strength to beat DOS/MBR
christos
as Christos Zoulas
More... over 8 years ago
PR/579: Andre: Avoid possible infinite recursion in out of memory from *asprintf
christos
as Christos Zoulas
More... over 8 years ago
PR/578: Roger H: Add SVG HTML file magic
christos
as Christos Zoulas
More... over 8 years ago
PR/577: David Korth: This patch adds detection for the following GameCube disc image formats:
christos
as Christos Zoulas
More... over 8 years ago