-
added clearDiskOnCompletion
-
Missing method definition in header file
-
Update SDWebImagePrefetecher.m
-
I added "+ self.skippedCount" because it never completes if there are skipped operations.
-
Update SDWebImagePrefetecher.m
-
I added progress block that I need.
-
SDWebImageDownloaderOperation: pass orientation to initWithCGImage during progressive rendering
-
refs #620 move NSData+ImageContenttype to the SDWebImage subdirectory
-
fix demo
-
Code standardization
-
…t notation is preferred in all other instances
-
use a NSInteger as size (was NSUInteger, was long long) cause we are using -1 (NSURLResponseUnknownLength) in progress callback
-
upgrade libwebp to 0.4.0
-
Webp detect
-
64bits support (fix #572, fix #504, fix #494)
-
Expose timeout property for the downloader.
-
Assign thread for downloada cancellation + minor doc fix