-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: SDWebImage/SDWebImage
base: master
head repository: epyx-src/SDWebImage
compare: master
- 12 commits
- 9 files changed
- 4 contributors
Commits on Dec 9, 2011
-
Added 'httpHeaders' to ImageDownloader (to be able to set the 'Author…
…ization' head for instance if needed) Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
Vincent Fournié committedDec 9, 2011 Configuration menu - View commit details
-
Copy full SHA for 898c963 - Browse repository at this point
Copy the full SHA 898c963View commit details
Commits on Jan 3, 2012
-
Add etag support in SDImageCache
This is a 1st implementation. There is no way to specify whether the server should be requested again after a given amount of time only. When the SDWebImageCacheUseETags option is used, the server is requested every time an image is set via the setImageWithURL call.
Claire Reynaud committedJan 3, 2012 Configuration menu - View commit details
-
Copy full SHA for 10d0cca - Browse repository at this point
Copy the full SHA 10d0ccaView commit details
Commits on Jan 4, 2012
-
Request server with etag only after a given time interval.
Default is 15 minutes.
Claire Reynaud committedJan 4, 2012 Configuration menu - View commit details
-
Copy full SHA for 2e76a13 - Browse repository at this point
Copy the full SHA 2e76a13View commit details
Commits on Jan 11, 2012
-
Fixed potential memory leak detected by clang static analyser
Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
Vincent Fournié committedJan 11, 2012 Configuration menu - View commit details
-
Copy full SHA for 64064ed - Browse repository at this point
Copy the full SHA 64064edView commit details
Commits on Feb 17, 2012
-
Fix image not being downloaded to cache if app does not run 15 minutes
When an image is 1st added in the memory cache, set its timestamp to 1970 to make sure a request with etag will be made to the server. Before this fix an image update would never be downloaded if the calling app was running less than 15 minutes.
Claire Reynaud committedFeb 17, 2012 Configuration menu - View commit details
-
Copy full SHA for bf6ad06 - Browse repository at this point
Copy the full SHA bf6ad06View commit details
Commits on May 25, 2012
-
Fix exception when image does not have an etag
Claire Reynaud committedMay 25, 2012 Configuration menu - View commit details
-
Copy full SHA for 753f7fb - Browse repository at this point
Copy the full SHA 753f7fbView commit details
Commits on Sep 9, 2013
-
Fixed potential set nil object to dictionary
Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
Vincent Fournié committedSep 9, 2013 Configuration menu - View commit details
-
Copy full SHA for d878b21 - Browse repository at this point
Copy the full SHA d878b21View commit details -
Merge pull request #1 from epyx-src/fix/set-nil-to-dictionary
Fix/set nil to dictionary
smeusling committedSep 9, 2013 Configuration menu - View commit details
-
Copy full SHA for d3eda83 - Browse repository at this point
Copy the full SHA d3eda83View commit details
Commits on May 11, 2015
-
Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
Vincent Fournié committedMay 11, 2015 Configuration menu - View commit details
-
Copy full SHA for e6a0285 - Browse repository at this point
Copy the full SHA e6a0285View commit details
Commits on May 19, 2015
-
Merge pull request #2 from epyx-src/feature/migration-64bits
Migration 64 bits
Configuration menu - View commit details
-
Copy full SHA for 81b7a30 - Browse repository at this point
Copy the full SHA 81b7a30View commit details
Commits on May 20, 2015
-
Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
Vincent Fournié committedMay 20, 2015 Configuration menu - View commit details
-
Copy full SHA for ec970ef - Browse repository at this point
Copy the full SHA ec970efView commit details -
Merge pull request #3 from epyx-src/fix/64-bit-warnings
Fix 64-bit migration warning
Configuration menu - View commit details
-
Copy full SHA for d54b443 - Browse repository at this point
Copy the full SHA d54b443View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master