Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SDWebImage/SDWebImage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: epyx-src/SDWebImage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 9 files changed
  • 4 contributors

Commits on Dec 9, 2011

  1. 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é committed Dec 9, 2011
    Configuration menu
    Copy the full SHA
    898c963 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2012

  1. 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 committed Jan 3, 2012
    Configuration menu
    Copy the full SHA
    10d0cca View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2012

  1. Request server with etag only after a given time interval.

    Default is 15 minutes.
    Claire Reynaud committed Jan 4, 2012
    Configuration menu
    Copy the full SHA
    2e76a13 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2012

  1. Fixed potential memory leak detected by clang static analyser

    Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
    Vincent Fournié committed Jan 11, 2012
    Configuration menu
    Copy the full SHA
    64064ed View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2012

  1. 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 committed Feb 17, 2012
    Configuration menu
    Copy the full SHA
    bf6ad06 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2012

  1. Fix exception when image does not have an etag

    Claire Reynaud committed May 25, 2012
    Configuration menu
    Copy the full SHA
    753f7fb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2013

  1. Fixed potential set nil object to dictionary

    Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
    Vincent Fournié committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    d878b21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from epyx-src/fix/set-nil-to-dictionary

    Fix/set nil to dictionary
    smeusling committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    d3eda83 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Migration 64 bits

    Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
    Vincent Fournié committed May 11, 2015
    Configuration menu
    Copy the full SHA
    e6a0285 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Merge pull request #2 from epyx-src/feature/migration-64bits

    Migration 64 bits
    vfournie committed May 19, 2015
    Configuration menu
    Copy the full SHA
    81b7a30 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Fix 64-bit migration warning

    Signed-off-by: Vincent Fournié <vincent.fournie@epyx.ch>
    Vincent Fournié committed May 20, 2015
    Configuration menu
    Copy the full SHA
    ec970ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from epyx-src/fix/64-bit-warnings

    Fix 64-bit migration warning
    vfournie committed May 20, 2015
    Configuration menu
    Copy the full SHA
    d54b443 View commit details
    Browse the repository at this point in the history
Loading