Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/SDWebImage/SDWebImage

Asynchronous image downloader with cache support as a UIImageView category
https://github.com/SDWebImage/SDWebImage

Updated README.md to fix #476

12ee2d114bf1ff48f9ab992e77834ccf6044252e authored over 10 years ago
Adjusted completion logic in prefetcher, as the old implementation would finish prematurely if any requests were skipped.

Also adjusted documentation in headers to make it clear that the `finishedCount` includes both s...

f63a45add6a4c365fdfad68ff2bef5c5bd5d15a7 authored over 10 years ago
Resolve race condition.

While exceedingly unlikely, the old construct introduced potential race condition where it check...

a46f6149e502862ef8b8b02a39a8df118dea3f3c authored over 10 years ago
Merge pull request #732 from dchohfi/master

#725 adding completition block when removing image from cache

257da39e4d528bda29d305e8a9f7e76e01d015c0 authored over 10 years ago
Merge pull request #744 from Pei116/master

fixed SDWebImageRefreshCached bug for large images

caf3299c270b5792962f7fed80dafa8037a47f37 authored over 10 years ago
Merge pull request #741 from martinblech/master

Synthesize `executing` and `finished` properties.

3b32f1dd9df5c7eba813d7a955577ae9b2d578a0 authored over 10 years ago
fixed SDWebImageRefreshCached bug for large images

f43dd896fa2cc6410ca02f94f928a9fb7f2b2ee3 authored over 10 years ago
Merge pull request #742 from openresearch/master

Fix getter names. Fixes commit: 097b502eae

542d930f109d7de7e5d14ef1710f85ffa87e4ff8 authored over 10 years ago
Fix getter names. Fixes commit: 097b502eae

The getters of the properties “executing” and
“finished” both use custom getter names.

097b502e...

5f239c07b8f488721abe3a025a72a8baa9854cce authored over 10 years ago
Synthesize `executing` and `finished` properties.

It wouldn't build on Xcode 6 otherwise.

241dafdd57eef9694f753be3fd50b46ee846ad87 authored over 10 years ago
Merge pull request #737 from openresearch/master

Fix build on Xcode6

a83f44026946ba44525f7243bf1c73d5f22817f0 authored over 10 years ago
Fix build on Xcode6

097b502eae36fdb552580e100427ebe604b03973 authored over 10 years ago
Merge pull request #735 from nickhingston/pullRequestBranch

If NSURLConnection response statusCode not valid (e.g. 404) , downloader...

4566b67f983bf1f5f2a21c8acb2348cea7ea4f8b authored over 10 years ago
If NSURLConnection response statusCode not valid (e.g. 404) , downloader never stops its runloop and hangs the operation queue

db614bc53e17553a3720a1af3569a2145435c357 authored over 10 years ago
Merge pull request #734 from soundcloud/master

add a suspension method to image downloaders

5b3c54ba163d2949b4712120e79882beb8ca2f54 authored over 10 years ago
add a suspension method to image downloaders

2c5ee720ba44da43615de9c0f9ecf2634f6de213 authored over 10 years ago
#725 adding completition block when removing image from cache, added an extra method so we don't break compatibility with older versions

2ca5eab0e53f4cbbb0638281e7bdbc03c9d39d69 authored over 10 years ago
Updated README.md with CocoaPods install

7edeef9f1a564d6157f8d501f8b8cdf09ec08b02 authored over 10 years ago
Merge pull request #728 from kejinlu/master

The ioQueue is "SERIAL" ,so "dispatch_barrier_async" is not needed.

fca411224b9604fa6f80e8b77a7418c14f912cc0 authored over 10 years ago
The ioQueue is "SERIAL" ,so "dispatch_barrier_async" is not needed.

dab65ae8f5883d0bef61a092bf89bf505df85f61 authored over 10 years ago
Merge pull request #727 from kejinlu/master

It's generally a bad idea to remove items from a container while iterating through it.

7764e47a36e7f1db785673c7ba7d58e6a606f53a authored over 10 years ago
It's generally a bad idea to remove items from a container while iterating through it. And fix the thread safe issue.

b1203d4a9e4ba69e1b0da90e009517fa0734c67a authored over 10 years ago
fix UIImageView+HighlightedWebCache call error method

acac18d6a271b709431358ccf485c3126a8bcdce authored over 10 years ago
Merge pull request #721 from rivera-ernesto/improve_logging

Improve logging and fix arm64 warnings when printing integers with %d

1c5060369e2db2a72b218ba245ca615bc30e3569 authored over 10 years ago
Merge pull request #720 from rivera-ernesto/update_projects

Update projects to Xcode recommended settings

36d5069b66714042de4fc9172305a396607d7372 authored over 10 years ago
Improve logging and fix arm64 warnings when printing integers with %d

29302f49b344c1a5b37b9b0925e5f452c7ce54cb authored over 10 years ago
Update projects to recommended settings

6c79daad001851da55b50a214913e4e14ad5078e authored over 10 years ago
Merge pull request #646 from Whirlwind/master

add category for imageView's highlighted state

6f02d77add2750dfb2fba5f7cb0d2842c8198098 authored over 10 years ago
fix duplicate symbols when using with webp via pods

c335e1f597d550cca37dbc4a96618b88981461c8 authored over 10 years ago
Adds -[SDWebImageManager saveImageToCache:forURL:] method

78a50d39296b2e04cb9ca6c59ee9c694dcd2669c authored over 10 years ago
Wrapped placeholder check in parens to work with bitwise

9a45faac3f9169bd78fff9a63175eeec3c410657 authored over 10 years ago
Updated bitwise operator to correctly find option if more than 1 are included

7ca81d0e36612a7df27fcdace61aca157963cc83 authored over 10 years ago
Moved the delay placeholder flag to SDWebImageOptions

f7ee9d337513fdb181543f9b7ad80e38f7fcb3ec authored over 10 years ago
Overload -setImageWithURL to delay setting of placeholder image until after loading

12715da31b591ae888c05f5307e6a8997af03e2d authored over 10 years ago
Merge pull request #700 from herrernst/master

Save image in cache before calling completion block

8fe72023dc7f0c097aabb4397d5f8690ce8a6b0e authored almost 11 years ago
Save image in cache before calling completion block

83843a493a7b785d3c83eba82ecec3d527168df3 authored almost 11 years ago
Merge pull request #698 from salling/master

Fixing race in SDWebImageDownloaderOperation leading to erroneous timeout.

c9a24e294aa8bd464cd8d34962399a44b2469758 authored almost 11 years ago
Update SDWebImageDownloaderOperation.m

Fixing race condition that causes cancellation of one download operation to stop a run loop that...

bdef7651f02e3e725a46b1d30045d0ebf96ef4a3 authored almost 11 years ago
Merge pull request #694 from shifu/master

Port Max's crash fix to my 3.6 fork

88e6ca3e497c6d42f70a9d24261a428d54437923 authored almost 11 years ago
Port Max's crash fix to my 3.6 fork

1f202ed7a39f2f203ae2f50bcae7561f22bbcd0b authored almost 11 years ago
Create NSOperation when start operation.

Method getDiskCount returns NSUInteger.

c28507432144cfe7673402bae62812bf8c501edf authored almost 11 years ago
Merge pull request #685 from jeffleeismyhero/patch-1

Updates progress callback to use NSInteger

db86161132e6e7742a084879ec9f54467a1b5435 authored almost 11 years ago
Updates progress callback to use NSInteger

Pull Request #606 resolves this issue in the code but not in the Documentation.

065db6db0c47668735d36ec7eedcf2e26b071b64 authored almost 11 years ago
Fixed issue where cancelled operations aren't removed from runningOperations

ec5369db135b9f0a2f4ab3e70b583697dc95b1f1 authored almost 11 years ago
Bump version to 3.6.0

b49243d147b2abd5c1604c498c60aad5366dfb7b authored almost 11 years ago
Merge pull request #676 from matej/cache-gcd-fixes

Various GCD related fixes for SDImageCache

710908ed917c500cfc89f5a9b52ead1453fdd114 authored almost 11 years ago
Exposed cleanDiskWithCompletionBlock:, added some additional documentation and fixed a typo.

556665d8a79714d73eaffad864ecfccecbca2680 authored almost 11 years ago
Fixed the background task handled in backgroundCleanDisk.

- the background task had no effect, since cleanDisk returns immediately and thereby cancels th...

87aed007335603587d0c7d0fb09a9dc9235a67a1 authored almost 11 years ago
Performing getSize and getDiskCount on the ioQueue.

63f5c9706e244f40af1003edbc176ee53562a54d authored almost 11 years ago
Using the private fileManager instance when on the ioQueue.

1c463ad46b3aac9213ad7de9a9acdd64bf580bce authored almost 11 years ago
Performing cache callbacks from the ioQueue asynchronously.

- more appropriate than dispatch_main_sync_safe, since we’ll always be on the ioQueue when calli...

dd682c92b59f556d548031dbaaf3ea0ea5a6f269 authored almost 11 years ago
Merge pull request #671 from T-Pham/patch-1

Typo in README.md

4b26a89ac42337e0ed16dc7d727755b248800484 authored almost 11 years ago
Typo in README.md

65163ea1ac1e36691ac16acbeac0247dd8ae746c authored almost 11 years ago
Merge pull request #665 from taichino/fix_backgrounding_task

Call endBackgroundTask at the end of start method

71de51d65874c36f23594bd76d05d24d620cb418 authored almost 11 years ago
SDWebImageDownloaderOperation: call endBackgroundTask after operation is finished so that beginBackgroundTaskWithExpirationHandler and endBackgroundTask are balanced

efb0b359bf2d09700c0fa20709355047837ad33e authored almost 11 years ago
Fix some indentation issues

938c2e0f3f90847b5da09bdfbc69c9f09c7bd094 authored almost 11 years ago
Merge pull request #664 from xuki/master

add support for high priority download

a883c63e9c81efcaca60c2754f41c5122dd949b4 authored almost 11 years ago
add support for high priority download

8b315a35859a1abb0cc8ebd35d96a439dd030f5c authored almost 11 years ago
Merge pull request #649 from finik/patch-1

Add typedef for cache operation complete block

4e4ecd6d028de22dd3b1c08130bbdf72f62abce4 authored almost 11 years ago
Add typedef for cache operation complete block

Makes it cleaner when users want to define the block independantly

b9bb5558e4521ac63f5dd2b886a01382b1043b42 authored almost 11 years ago
Merge pull request #647 from musaicapp/bug

Prefetcher: check progressBlock is not nil before executing.

129358204705b2695d5ef20ebb335cdbe375a381 authored almost 11 years ago
Check progressBlock is not nil before executing.

f2546c733328b57d459ae6754f0bda99ef0012b8 authored almost 11 years ago
add category for imageView's highlighted state

986794012d39ed1844a5a11d5e9e810d0984c0a7 authored almost 11 years ago
Added method to SDWebImageManager to check if an image exists in either the disk OR the memory cache

25d20ead49f8992e001c262ee2c0d2ec0b1e3f4b authored almost 11 years ago
Fix deployement target for arm64

5f3e9272c8061fcd056904aa9a32cb19d3121448 authored almost 11 years ago
Bump version to 3.5.4

e34e8e6c65c4402d3d26af234ee7691efdaa22bc authored almost 11 years ago
Merge pull request #638 from limbo-lab/master

added clearDiskOnCompletion

657bd816587b894aa83a72f9bc678ac26b6e421d authored almost 11 years ago
added clearDiskOnCompletion

1d8bfa6064fe05f2435c5d7b2593f566c11be7c6 authored almost 11 years ago
Merge pull request #637 from runmad/master

Missing method definition in header file

1b394c14b6389ed2ff529ea93a9fb69dfe7be5cd authored almost 11 years ago
Missing method definition in header file

f717d507a5bca54bad37e01a780706ddd3942c85 authored almost 11 years ago
Merge pull request #635 from burakkilic/patch-1

Update SDWebImagePrefetecher.m

65acbec16d39a6252975de2c03e4ee895a079347 authored almost 11 years ago
Update SDWebImagePrefetecher.m

I added "+ self.skippedCount" because it never completes if there are skipped operations.

c04e4efbf128f34f3f0f98279beda1b3928136e0 authored almost 11 years ago
Merge pull request #634 from burakkilic/patch-1

Update SDWebImagePrefetecher.m

2ad8d81768f2b8bf18d02b20e37145464d0f5cf1 authored almost 11 years ago
Update SDWebImagePrefetecher.m

I added progress block that I need.

159f08279af01deb77233545f29e5c29adafce77 authored almost 11 years ago
Merge pull request #633 from hlian/progressive-orientation

SDWebImageDownloaderOperation: pass orientation to initWithCGImage during progressive rendering

895249b3125ac42bcffb1343588f70238cdb3cf6 authored almost 11 years ago
SDWebImageDownloaderOperation: pass orientation to initWithCGImage during progressive rendering

c13ec87b152033f38c19755203e2cac1d725871d authored almost 11 years ago
Merge pull request #624 from akhenakh/620_move_categories

refs #620 move NSData+ImageContenttype to the SDWebImage subdirectory

10ff1892b43b5a7cbd69ad5727b062c0a461a802 authored about 11 years ago
refs #620 move NSData+ImageContenttype to the SDWebImage subdirectory

edc1d882e8920e2a0ffd8ca4c597b8173b0f3484 authored about 11 years ago
Merge pull request #616 from akhenakh/fix_demo

fix demo

4589e4a7447bdcf1e8a2bcbe78f78a9bae7527f3 authored about 11 years ago
fix demo

8b16de257576b991c77cfaa471c5dbd527d42b7c authored about 11 years ago
Merge pull request #607 from akhenakh/reformat_code

Code standardization

42f97369726f1ee282b40b63616e339adfcb2c8a authored about 11 years ago
reformat a long method call

03eeb5842f08514bf5ce50cea501f39fcde6c857 authored about 11 years ago
Dot-notation should always be used for accessing and mutating properties. Bracket notation is preferred in all other instances

bdea43aec17ec4f61002cfc0008a66b5c2eedddc authored about 11 years ago
NS_ENUM & NS_OPTIONS

6d8133557c5eb63017420e5b04678e788d8e1d3c authored about 11 years ago
reformat code (appcode)

6dc02bd8f7c0b1b9dc6b0ef38556095babcc03a2 authored about 11 years ago
Merge pull request #606 from akhenakh/64bits_support

use a NSInteger as size (was NSUInteger, was long long) cause we are using -1 (NSURLResponseUnkn...

c00c2e0ed4d56218bf6f80bf1185c3dca64d4e32 authored about 11 years ago
more details about delegate call with -1 NSURLResponseUnknownLength

765a89712062c62c759e0931a2e9c977ed912588 authored about 11 years ago
use a NSInteger as size (cause we are using -1 as start indicator)

056e1e65620b6dfc633977ab12a92515f16a5fcd authored about 11 years ago
Merge pull request #605 from akhenakh/upgrade_webp

upgrade libwebp to 0.4.0

1e0af36f3f262786ff2d6694b89dcd5d8c682ec5 authored about 11 years ago
Merge pull request #604 from akhenakh/webp_detect

Webp detect

6aca6a2100fef451745685a3b2ef871a140d09ca authored about 11 years ago
upgrade libwebp to 0.4.0

5e3384e77bc309fd06ae7f36cf16ed67eea42158 authored about 11 years ago
reformat code

adffebc8fb6d348658ba55f31ba58199284bf999 authored about 11 years ago
fixed code format

20bada38a0483468c3f58d0678751e5e068309a9 authored about 11 years ago
explicit webp detection

6d6796c31a9303e3759e46caa50268d8bb38adf4 authored about 11 years ago
Merge pull request #603 from akhenakh/64bits_support

64bits support (fix #572, fix #504, fix #494)

853ad83647441d2a081c05f1e05da0e004dc3fbf authored about 11 years ago
changed sizes to NSUInteger

77fad5cdf1ab531b9aa58f3808e0b426675fa5fa authored about 11 years ago
update documentation

21842747aa91039c18d75dc39a3edf4a77eb3d1b authored about 11 years ago
support arm64

d3a9a57a0d56c7a1f034d3cda263931e15ac530b authored about 11 years ago
Bump version to 3.5.2

8f8228e2a63af86ba441e49770f444919d4a6902 authored about 11 years ago
Merge pull request #591 from hsoi/downloader-timeout

Expose timeout property for the downloader.

48846851ee2ed1b8fc1bc561880fe66f3a031fca authored about 11 years ago