-
Send WebP as accepted content type only if it is enabled. In case it's not, stick with the standard formats in order to avoid the server sending us back WebP images.
-
Fixes http://git.chromium.org/webm/libwebp.git/info/refs not valid
-
should say asynchronously in methods ```removeImageForKey...```
-
Determines at runtime is UIApplication is available as per #1082
-
Purge nscache on system memory notifications
-
failedURLs can be removed at the appropriate time.
-
Add NSCache countLimit property
-
Fix parenthesis to avoid crashes
-
Carthage build fails in Xcode 6.2
-
Adds shared scheme for WebImage in SDWebImage.xcodeproj
-
Updates Podfile entry to v3.7
-
Adds support for iOS 8+ Framework and Carthage
-
[Refactor] Implement cache cost calculation as a inline function
-
Use __typeof(self) when assigning weak reference for block.
-
allow override diskCachePath
-
fixed typo
-
…ata parameter is nil" if imageData is nil
-
[Memory Issue] Clear SDWebImagePrefetcher progressBlock when it has completed
-
Bug fix:Collection <__NSArrayM: > was mutated while being enumerated
-
Improve operation behavior
-
Make a constant for the error domain
-
[Refactor] Use NSMutableSet for failed URLs' storage instead of array