new from Mike Frysigner |
|
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. |
|
More...
|
about 9 years ago
|
welcome to 5.27 |
|
More...
|
about 9 years ago
|
Allow this to be found later in the file |
|
More...
|
about 9 years ago
|
better errno setting and error checking. |
|
More...
|
about 9 years ago
|
add IOS app from Guy Helmer |
|
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. |
|
More...
|
about 9 years ago
|
pointless to try to deal with -1 |
|
More...
|
about 9 years ago
|
make compile |
|
More...
|
about 9 years ago
|
travis: add osx platform test |
|
More...
|
about 9 years ago
|
Don't free uninitialized pointer on error. |
|
More...
|
about 9 years ago
|
Be more picky about cdf sector handling. |
|
More...
|
about 9 years ago
|
use the proper sector size when chasing the chain |
|
More...
|
about 9 years ago
|
Don't make exceeding magic offsets an error; just fail this magic entry test. Consider truncated files... |
|
More...
|
about 9 years ago
|
grr, people have ancient compilers still. |
|
More...
|
about 9 years ago
|
no need for err.h unless we are debugging. |
|
More...
|
about 9 years ago
|
mention the bug here, and fix a debugging printf. |
|
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. |
|
More...
|
about 9 years ago
|
Revert: Don't close stdin... |
|
More...
|
about 9 years ago
|
Strengthen the magic of relocatable microsoft objects to avoid spurious matches (Joerg Jenderek) |
|
More...
|
about 9 years ago
|
Fix wrong level |
|
More...
|
about 9 years ago
|
Changes since release. |
|
More...
|
about 9 years ago
|
Fix compression code (Werner Fink) |
|
More...
|
about 9 years ago
|
Add missing continuation |
|
More...
|
about 9 years ago
|
Run tests in UTC |
|
More...
|
about 9 years ago
|
Restore test back to its previous value. |
|
More...
|
about 9 years ago
|
exit on error. |
|
More...
|
about 9 years ago
|
Downgrade DER comparison and offset lookup failures to be handled as match failures. |
|
More...
|
about 9 years ago
|
only define strings for debugging |
|
More...
|
about 9 years ago
|
Fix typo |
|
More...
|
about 9 years ago
|