6
I Use This!
Inactive

Commits : Listings

Analyzed about 7 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
Added support for inline css images, iframes and framesets More... over 13 years ago
Fix merges More... over 13 years ago
Merge branch 'newgzipstuff' into v1.8-merge More... over 13 years ago
Merge branch 'new-s3-changes' into v1.8-merge More... over 13 years ago
Merge branch 'backgroundtask' into v1.8-merge More... over 13 years ago
Merge branch 'asiwebpagerequest' into v1.8-merge More... over 13 years ago
Fixing some compiler warnings More... over 13 years ago
added use cases in iphone sample More... over 13 years ago
updated to newest ref added block level variables to avoid retain cycles More... over 13 years ago
@interface for UIAlertView SPIs that are used, to get rid of warnings More... over 13 years ago
Don't retain autoreleased objects More... over 13 years ago
Added comments explaining cache policy options More... over 13 years ago
Rework ASIDownloadCache / ASICacheDelegate * Request cache policies implemented as a bitmask - you can now combine multiple policies (eg: ASIAskServerIfModifiedWhenStaleCachePolicy|ASIFallbackToCacheIfLoadFailsCachePolicy) * You can now tell requests to perform a conditional get only when the cached data is stale (if response is 403, new headers are written to the cache, but the existing response is preserved) More... over 13 years ago
Added support for S3 storage class (eg Reduced Redundancy) Added tests for canned ACLs More... over 13 years ago
Added basic santity check test for S3 over https More... over 13 years ago
Reorganise code to build URLS for S3 stuff - we now delay building an S3 url until the last minute Add support for S3 over HTTPS Added a couple of new constants for access policies More... over 13 years ago
Update donors - thanks so much! More... over 13 years ago
Update DONORS - many thanks! More... over 13 years ago
reapplied blocks patch from http://github.com/jamiepinkham/asi-http-request on latest master More... over 13 years ago
Fix stupid warning about shadowing a global declaration More... over 13 years ago
Update donors - thank you! More... over 13 years ago
Fix delegate didFinish selector being called twice when using ASIReloadIfDifferentCachePolicy (Reported by Philippe Jayet) More... over 13 years ago
Move isMultitaskingSupported to class method More... over 13 years ago
Added new request:willRedirectToURL: delegate method And also redirectToURL: method - these allow delegates to change the url during a redirect More... over 13 years ago
Several semi-related changes: Change requestReceivedResponseHeaders: delegate method to request:didReceiveResponseHeaders: - this change was nescessary because there's no guarantee the request won't set the headers to nil at any point Add a manual implementation of setURL: that clears the CFNetwork objects, this fixes a problem where changing the url in a delegate method like authenticationNeededForRequest would cause failure Rework delegate calling methods (again) Remove kCFStreamEventOpenCompleted from our list of event callbacks, as we don't do anything with this Tweak the delegate tests yet again More... over 13 years ago
Add accept as one of the desired headers to be passed through on redirects More... over 13 years ago
Fixed Reachability changed notification name. More... over 13 years ago
Runtime checks are required for multi-tasking on iOS3 devices More... over 13 years ago
Added support for ASIHTTPRequests as background tasks More... over 13 years ago
Fix problem with copying requests without a clientCertificateIdentity Make clientCertificates work with NSCopying, headRequest, and release it in dealloc More... over 13 years ago