6
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up the use of CFRunLoop. Previously, tasks running from inside the CFRunLoop would call CFRunLoopStop prior to finishing execution. This results in non-deterministic failures to call endBackgroundTask when running iOS tasks in the background with beginBackgroundTaskWithExpirationHandler. Since the only reason to break out of the CFRunLoop is to flush the autorelease pool, we instead invoke CFRunLoopRunInMode with returnAfterSourceHandled=True, which safely returns and flushes the autorelease pool after each invocation of the CFRunLoop. More... over 12 years ago
Merge pull request #268 from ikarius/master More... over 12 years ago
Correct indent More... over 12 years ago
Issue #263 More... over 12 years ago
Merge pull request #264 from ikarius/master More... over 12 years ago
Patched issue #263 - (can't revert 'validatesSecureCertificate' once set to 'NO' on new requests) More... over 12 years ago
ASIWebPageRequest: Fix from @RadhikaS that: * Ensures external resource requests are properly removed from the queue and released when they fail * Changes behaviour so that by default, external resource request failures do not cause everything else to fail More... over 12 years ago
Merge branch 'master' of https://github.com/mindsnacks/asi-http-request into mindsnacks-master More... over 12 years ago
Merge pull request #163 from 0xced/master More... over 12 years ago
Make same change to ASIDataDecompressor as previous commit More... over 12 years ago
Merge pull request #248 from artgillespie/master More... over 12 years ago
Update DONORS - thank you!! More... over 12 years ago
Update DONORS - many thanks! More... over 12 years ago
Added missing dealloc to last commit More... over 12 years ago
Merge branch 'master' of github.com:pokeb/asi-http-request More... over 12 years ago
Merge pull request #257 from aidansteele/master More... over 12 years ago
Merge pull request #258 from leereilly/master More... over 12 years ago
sp bandwith => bandwidth More... over 12 years ago
Some ivars were not being released in -dealloc. More... over 12 years ago
Fixed format strings in data compressor classes. More... over 12 years ago
Adding configurable ASI_DEBUG_LOG macro More... over 12 years ago
Cast `void *` values from NSData to types to eliminate compile errors when compiling with objective-c++. More... over 12 years ago
Merge pull request #236 from gamma/master More... over 12 years ago
Merge branch 'integration' More... over 12 years ago
Update donors - thank you!! More... over 12 years ago
Merge branch 'master' of github.com:pokeb/asi-http-request More... over 12 years ago
ASIDownloadCache now stores files with extensions for common web scripting languages with a .html extension This will help users that need to cache HTML content for display in a webview closes gh-241 More... over 12 years ago
Merge pull request #245 from mbelshe/master More... over 12 years ago
Fix bandwidthThrottling metrics for reads. The read stream was incorrectly charging the entire buffer size against the throttler rather than just the number of bytes actually read. More... over 12 years ago
Added AuthenticationScheme to CopyWithZone More... almost 13 years ago