156
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2024 — May 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new from Mike Frysigner
christos
as Christos Zoulas
More... about 9 years ago
From Mike Frysinger: The current configure logic will autodetect & use zlib if it's found. If the user wants to disable zlib support, they have no way to do so easily. Conversely, if they want to make sure zlib is always included, there's no way to do so. Add a configure flag for both.
christos
as Christos Zoulas
More... about 9 years ago
welcome to 5.27
christos
as Christos Zoulas
More... about 9 years ago
Allow this to be found later in the file
christos
as Christos Zoulas
More... about 9 years ago
better errno setting and error checking.
christos
as Christos Zoulas
More... about 9 years ago
add IOS app from Guy Helmer
christos
as Christos Zoulas
More... about 9 years ago
Allow extension and apple magic to go further in ascmagic so that search magic gets a chance to do the binary tests.
christos
as Christos Zoulas
More... about 9 years ago
pointless to try to deal with -1
christos
as Christos Zoulas
More... about 9 years ago
make compile
christos
as Christos Zoulas
More... about 9 years ago
travis: add osx platform test More... about 9 years ago
Don't free uninitialized pointer on error.
christos
as Christos Zoulas
More... about 9 years ago
Be more picky about cdf sector handling.
christos
as Christos Zoulas
More... about 9 years ago
use the proper sector size when chasing the chain
christos
as Christos Zoulas
More... about 9 years ago
Don't make exceeding magic offsets an error; just fail this magic entry test. Consider truncated files...
christos
as Christos Zoulas
More... about 9 years ago
grr, people have ancient compilers still.
christos
as Christos Zoulas
More... about 9 years ago
no need for err.h unless we are debugging.
christos
as Christos Zoulas
More... about 9 years ago
mention the bug here, and fix a debugging printf.
christos
as Christos Zoulas
More... about 9 years ago
Restore part of previous logic, that breaks out of the uncompress loop if there was a compression match error or not. Separate the return values to avoid confusion.
christos
as Christos Zoulas
More... about 9 years ago
Revert: Don't close stdin...
christos
as Christos Zoulas
More... about 9 years ago
Strengthen the magic of relocatable microsoft objects to avoid spurious matches (Joerg Jenderek)
christos
as Christos Zoulas
More... about 9 years ago
Fix wrong level
christos
as Christos Zoulas
More... about 9 years ago
Changes since release.
christos
as Christos Zoulas
More... about 9 years ago
Fix compression code (Werner Fink)
christos
as Christos Zoulas
More... about 9 years ago
Add missing continuation
christos
as Christos Zoulas
More... about 9 years ago
Run tests in UTC
christos
as Christos Zoulas
More... about 9 years ago
Restore test back to its previous value.
christos
as Christos Zoulas
More... about 9 years ago
exit on error.
christos
as Christos Zoulas
More... about 9 years ago
Downgrade DER comparison and offset lookup failures to be handled as match failures.
christos
as Christos Zoulas
More... about 9 years ago
only define strings for debugging
christos
as Christos Zoulas
More... about 9 years ago
Fix typo
christos
as Christos Zoulas
More... about 9 years ago