0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #46 from philippec/master More... about 7 years ago
Fixed issue with corrupted data More... over 8 years ago
Merge pull request #16 from dneiss/master More... over 11 years ago
Merge pull request #38 from yosit/master More... over 11 years ago
Added another initializer to support SDURLCache on ios5 and up More... almost 12 years ago
Fix potentiel crash on SDCachedURLResponse dealloc More... almost 12 years ago
Fix iOS 5 fallback: diskPath doesn't support path... More... almost 12 years ago
Fix SDURLCache with iOS 5+ (fix #30, #29) More... almost 12 years ago
Merge pull request #26 from yosit/master More... about 12 years ago
Upgraded project file to latest and suppressed a warning. More... about 12 years ago
Merge pull request #23 from cbess/master More... about 12 years ago
- reduced liberal usage of the autorelease pool More... about 12 years ago
Stronger parsing of Cache-Control header More... over 12 years ago
Merge pull request #19 from skydivedan/master More... over 12 years ago
Changed "expirationDateFromHeaders" beacuse it was miscalculating the expiration date when "Cache-Control" and "max-age" were set. It was adding max-age to the current time, not the time previously established as "now". More... over 12 years ago
"outreached" -> "reached", was just bugg'in me. More... over 12 years ago
Extend the synchronized block to the whole DateFormatter usage in order to fix a rare but recuring crash condition More... almost 13 years ago
Fix unit test: no-cache caches the response More... almost 13 years ago
Update .gitignore for Xcode 4 More... almost 13 years ago
You actually can cache no-cache, but not no-store. More... about 13 years ago
Fix a memory leak More... about 13 years ago
Work around an irritating retainCount bug in CFNetwork << 3.2. More... about 13 years ago
Merge and fix clearCache and removeAllCachedResponses More... about 13 years ago
Always use latest SDK More... about 13 years ago
Standardize threading across diskCache{Info,Usage}. More... about 13 years ago
Actually read the diskCacheUsage back from disk. More... about 13 years ago
XML .plist files should never be used: they are too slow. More... about 13 years ago
NSURLCache fails to ignore URL fragments. More... about 13 years ago
Fix threading issue More... about 13 years ago
Refresh diskCacheUsage from disk during initialisation. Refs #4. More... about 13 years ago