Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ReadOpenSourceCode
/
SDWebImage
Public
forked from
SDWebImage/SDWebImage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SDWebImage
SDWebImage
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 3, 2017
Merge pull request #1879 from hbhpeng/master
Show description for 041842b
bpoplauschi
authored
041842b
View commit details
Copy full SHA for 041842b
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
on a 32bit machine,long long type transfer to NSInteger may become negative. e.g. (NSInteger)9223372036854775807
kenny
committed
f258e9b
View commit details
Copy full SHA for f258e9b
View code at this point
Browse repository at this point
Commits on Apr 1, 2017
[bugfix] Add @autoreleasepool to SDImageCache.storeImage to prevent huge memory consumption when store a lot of images in series
Andrey Gibadullin
committed
e6536d2
View commit details
Copy full SHA for e6536d2
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
Merge pull request #1737 from zaczh/master
Show description for ad9f1a2
bpoplauschi
committed
ad9f1a2
View commit details
Copy full SHA for ad9f1a2
View code at this point
Browse repository at this point
Code review and cleanup for #1737
bpoplauschi
committed
d02c58f
View commit details
Copy full SHA for d02c58f
View code at this point
Browse repository at this point
Commits on Feb 19, 2017
Merge pull request #1805 from nemissm/SDImageCacheConfig-forward-declaration-fix
Show description for 4e342f6
bpoplauschi
authored
4e342f6
View commit details
Copy full SHA for 4e342f6
View code at this point
Browse repository at this point
Updated copyright info - replaces #1806
bpoplauschi
committed
b1c3bb7
View commit details
Copy full SHA for b1c3bb7
View code at this point
Browse repository at this point
Update for #1802 - made sure we don’t get into problems when checking for self.activityIndicator on one thread and allocating on another. Also, made sure `sd_removeActivityIndicator` executes on th…
Show description for a6af214
bpoplauschi
committed
a6af214
View commit details
Copy full SHA for a6af214
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
SDImageCacheConfig forward declaration changed to import
nemissm
committed
add652e
View commit details
Copy full SHA for add652e
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
#1801: Makes sure UIActivityIndicator view is always initialized on the main thread
jimmaye
committed
25e19a2
View commit details
Copy full SHA for 25e19a2
View code at this point
Browse repository at this point
Commits on Jan 30, 2017
Merge pull request #1767 from sunXiChun/master
Show description for 1f52288
bpoplauschi
authored
1f52288
View commit details
Copy full SHA for 1f52288
View code at this point
Browse repository at this point
Commits on Jan 28, 2017
Merge pull request #1696 from skyline75489/master
Show description for 10a86a7
bpoplauschi
authored
10a86a7
View commit details
Copy full SHA for 10a86a7
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
Merge pull request #1741 from Baichenghui/master
Show description for 8a9ae3d
bpoplauschi
authored
8a9ae3d
View commit details
Copy full SHA for 8a9ae3d
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
add a network error situation
xichun
authored and
xichun
committed
57502a9
View commit details
Copy full SHA for 57502a9
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Word corrections
Baichenghui
committed
dedbf30
View commit details
Copy full SHA for dedbf30
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
restore a if statement checking
zaczh
committed
d400124
View commit details
Copy full SHA for d400124
View code at this point
Browse repository at this point
clear image downloading cache policy to fix issue #1623
zaczh
committed
1b954b0
View commit details
Copy full SHA for 1b954b0
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
Update Prefetch Docs
Show description for 45c0387
cdunkel
authored
45c0387
View commit details
Copy full SHA for 45c0387
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
Utilize __has_include to fix framework import
skyline75489
authored
8c3c06c
View commit details
Copy full SHA for 8c3c06c
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
Fix FLAnimatedImage import when using CocoaPods
skyline75489
committed
7dbf15b
View commit details
Copy full SHA for 7dbf15b
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
Fixed #1693 Same URLs didn't cancel download
bpoplauschi
committed
032ab1d
View commit details
Copy full SHA for 032ab1d
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
Marked the `SDWebImageManager` `initWithCache:downloader:` as designated initializer.
bpoplauschi
committed
beb1717
View commit details
Copy full SHA for beb1717
View code at this point
Browse repository at this point
Commits on Oct 6, 2016
Fixed #1668 CGContextDrawImage: invalid context 0x0
bpoplauschi
committed
b366d84
View commit details
Copy full SHA for b366d84
View code at this point
Browse repository at this point
Fixed a bug introduced by 00bf467
bpoplauschi
committed
efad1e5
View commit details
Copy full SHA for efad1e5
View code at this point
Browse repository at this point
Update for #787 Add an option to scale down large images on iOS - code cleanup
bpoplauschi
committed
00bf467
View commit details
Copy full SHA for 00bf467
View code at this point
Browse repository at this point
Merge pull request #787 from gsempe:master
Show description for 959d965
bpoplauschi
committed
959d965
View commit details
Copy full SHA for 959d965
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
Made sure SDWebImageCompat.h is imported in all the headers
bpoplauschi
committed
7e0964f
View commit details
Copy full SHA for 7e0964f
View code at this point
Browse repository at this point
Fixed documentation warning, param name is `completionBlock`
bpoplauschi
committed
945f869
View commit details
Copy full SHA for 945f869
View code at this point
Browse repository at this point
Commits on Oct 3, 2016
Fix FLAnimatedImageView+WebCache.m not got compiled
Show description for a347aba
S2Ler
committed
a347aba
View commit details
Copy full SHA for a347aba
View code at this point
Browse repository at this point
Commits on Oct 1, 2016
#1089 properly stated on all API docs that the progressBlock is called on a background queue
bpoplauschi
committed
62180db
View commit details
Copy full SHA for 62180db
View code at this point
Browse repository at this point
Fix #1619 iOS10 Crash issue
bpoplauschi
committed
7940577
View commit details
Copy full SHA for 7940577
View code at this point
Browse repository at this point
Merge pull request #984 from gztchan:master
Show description for 8382899
bpoplauschi
committed
8382899
View commit details
Copy full SHA for 8382899
View code at this point
Browse repository at this point
Merge pull request #1459 from mime29:macrowarning
Show description for e844a85
bpoplauschi
committed
e844a85
View commit details
Copy full SHA for e844a85
View code at this point
Browse repository at this point
Merge pull request #1654 from Wondermall/session-configuration
Show description for 9012d26
bpoplauschi
committed
9012d26
View commit details
Copy full SHA for 9012d26
View code at this point
Browse repository at this point
The shared objects (not really singletons) should allow subclassing, therefore the return type should be instancetype and not a fixed type.
bpoplauschi
committed
c57cf7e
View commit details
Copy full SHA for c57cf7e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.