You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed diskImageExistsWithKey: deadlock - #6256e4fbaf
For consistency, added async methods in SDWebImageManagercachedImageExistsForURL:completion: and diskImageExistsForURL:completion:
Fixed race condition that causes cancellation of one download operation to stop a run loop that is now used for another download operation. Race is introduced through performSelector:onThread:withObject:waitUntilDone: - #698
Fixed race condition between operation cancelation and loading finish - 39db378#621#783
Fixed race condition in SDWebImageManager if one operation is cancelled - f080e38#699
Fixed issue where cancelled operations aren't removed from runningOperations - #68
Should not add url to failedURLs when timeout, cancel and so on - #766#707
Fixed potential object mutated while being enumerated crash - #727#728 (revert a threading fix from #727)
Fixed NSURLConnection response statusCode not valid (e.g. 404), downloader never stops its runloop and hangs the operation queue - #735
Fixed SDWebImageRefreshCached bug for large images - #744
Added proper handling for SDWebImageDownloaderLowPriority - #713#745
Fixed fixing potential bug when sending a nil url for UIButton+WebCache - #761#763
Fixed issue #529 - if the cacheKeyFilter was set, this was ignored when computing the scaledImageForKey. For most of the developers that did not set cacheKeyFilter, the code will work exactly the same - eb91fdd
Returning error in setImage completedBlock if the url was nil. Added dispatch_main_async_safe macro - #505af3e4f8
Avoid premature completion of prefetcher if request fails - #751
Return nil from SDScaledImageForKey if the input image is nil - #365#750
Do not load placeholder image if SDWebImageDelayPlaceholder option specified - #780
Make sure we call the startPrefetchingAtIndex: method from main queue - #694
Save image in cache before calling completion block - #700