]> granicus.if.org Git - imagemagick/history - MagickCore/blob.c
cleanup identical conditions (#1339)
[imagemagick] / MagickCore / blob.c
2018-09-29 CristyEliminate c++ compiler warnings
2018-09-09 Cristy...
2018-08-18 Cristy...
2018-08-11 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/1245
2018-07-22 Cristy...
2018-07-21 Cristy...
2018-07-14 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/1211
2018-06-26 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-06-09 Cristy...
2018-06-09 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-06-05 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-04-23 Cristy...
2018-04-22 CristyPingBlob() is an analog to BlobToImage()
2018-03-10 CristyUse memset() rather than ResetMagickMemory()
2018-03-10 Dirk LemstraFixed issue when writing to non-seekable custom stream.
2018-02-18 Dirk LemstraFixed memory leak.
2018-02-04 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-02-04 Cristy...
2018-02-04 Dirk LemstraFixed builds that don't link zlib.
2018-02-04 Cristy...
2018-02-04 Cristy...
2018-02-03 Cristy...
2018-02-03 Cristy...
2018-01-28 Cristy"-" filename is a standard stream
2018-01-28 Cristyfseek() under Windows does not conform to POSIX
2018-01-28 CristyRevert
2018-01-28 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-01-15 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/945
2018-01-06 Dirk LemstraFixed check for when the custom_stream was changed...
2018-01-01 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/926
2017-12-29 CristyExit early on bad file descriptor
2017-12-26 Cristy...
2017-12-25 Cristy...
2017-12-25 Cristy...
2017-12-21 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/901
2017-12-06 Cristy...
2017-11-29 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/886
2017-11-21 Dirk LemstraUse filename from blob_info in case a temporary file...
2017-11-20 Dirk LemstraExplicitly set image format in CustomStreamToImage()
2017-11-19 Dirk LemstraUse `magick` from blob_info instead.
2017-11-18 CristyExplicitedly set image format in BlobToImage()
2017-10-29 Cristy...
2017-10-28 Cristy...
2017-10-28 Dirk LemstraFixed compilation issues.
2017-10-28 Cristy...
2017-10-27 Dirk LemstraFixed compilation errors.
2017-10-25 Cristy...
2017-10-15 Dirk LemstraUse AcquireCriticalMemory.
2017-09-30 Cristy...
2017-09-06 Dirk LemstraAdded support for writing layered tiff files with ...
2017-09-06 CristyEliminate lint warnings
2017-09-02 Dirk LemstraSeveral comment changes.
2017-09-02 Dirk LemstraFixed signature of the custom stream functions.
2017-08-13 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/672
2017-07-12 Glenn Randers-PehrsonMerge branch 'master' of http://git.imagemagick.org...
2017-07-12 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/510
2017-07-09 Dirk LemstraImplemented GetBlobSize for a custom stream.
2017-07-01 Dirk LemstraFixed compiler warnings.
2017-06-12 Dirk LemstraAdded extra checks.
2017-06-04 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/506
2017-06-04 Dirk LemstraRemoved invalid assert.
2017-06-01 Dirk LemstraFixed error message.
2017-04-24 Cristy...
2017-02-03 Dirk LemstraAdded signature to CustomStreamInfo.
2017-02-03 Dirk LemstraAdded acquire and destroy method for CustomStreamInfo.
2017-02-02 Dirk LemstraSome more refactoring for custom streams.
2017-02-01 Cristy...
2017-02-01 Cristy...
2017-02-01 Cristy...
2017-01-31 CristyIntroducing custom streams that gets input from an...
2017-01-29 Dirk LemstraChanged check for when the user_info can be used and...
2017-01-29 Dirk LemstraRemoved assert for the writer.
2017-01-29 Dirk LemstraAdded check for when SetImageInfo changed the blob...
2017-01-29 Dirk LemstraFixed setting eof.
2017-01-29 Dirk LemstraChanged handler into a separate reader and writer ...
2017-01-29 Dirk LemstraRemoved invalid set of adjoin.
2017-01-29 Dirk LemstraCorrected initialization when reading/writing a user...
2017-01-28 Dirk LemstraRemoved unused variable.
2017-01-28 Dirk LemstraAdded check for status, fixed uninitialized value and...
2017-01-27 Dirk LemstraAdded new method that can be used to write an image...
2017-01-22 Cristy...
2016-12-05 Cristy...
2016-11-28 Dirk LemstraRemoved immutable flag to fix issue when SeekBlob shoul...
2016-06-22 Cristy...
2016-05-31 CristySupport configure script --enable-pipes option to enabl...
2016-05-30 Cristy...
2016-05-29 CristyAdd support for SanitizeString() method
2016-04-27 CristyUpdate to the latest configure script
2016-04-26 Cristy...
2016-04-26 Cristy...
2016-04-26 Cristy...
2016-04-23 CristySupport signed blob reads
2016-04-22 Cristy...
2016-04-22 Cristy...
2016-04-22 Cristy...
2016-04-22 Cristy...
2016-04-21 CristyChange visibility attribute for many blob methods to...
2016-03-17 dirkBuild fixes.
2016-03-17 dirkFixes for unused parameters.
2016-01-18 Dirk LemstraMerge pull request #86 from remicollet/issue-perm2
next