-
Fixed issue where cancelled operations aren't removed from runningOperations.
-
…uested by several developers for easier setup of their downloads. Replaces #486
-
Added alternate compiler flag for frameworks that extend optional libraries, like Parse and RestKit
-
#761 fixing potential bug when sending a nil url for UIButton+WebCache
-
Create NSOperation when start operation.
-
Added method to SDWebImageManager to check if an image exists in either ...
-
Saves image to cache without downloading it.
-
Keep a reference to the image URL
-
Delay the loading of the placeholder image until after load
-
…ted:cancelled: method. Fixes #526
-
#725 adding completition block when removing image from cache
-
fixed SDWebImageRefreshCached bug for large images
-
Synthesize `executing` and `finished` properties.
-
Fix build on Xcode6
-
If NSURLConnection response statusCode not valid (e.g. 404) , downloader...
-
…tops its runloop and hangs the operation queue
-
add a suspension method to image downloaders
-
…thod so we don't break compatibility with older versions
-
The ioQueue is "SERIAL" ,so "dispatch_barrier_async" is not needed.