- 10 Oct, 2010 5 commits
-
-
…here available. This makes viewing cached local content in a web view work better * Use xmlsave api to prevent libxml adding xml declaration to the generated html * Add html5 audio tag, and video poster attribute to xpath query * Prevent download of webm, ogg and ogv files * Make accurate progress tracking work in iPhone sample
Ben Copsey authored -
Fix progress views not showing up in iphone sample, and fix potential divide by zero More comments to explain ASIWebPageRequest
Ben Copsey authored -
Conflicts: Classes/ASICacheDelegate.h Classes/ASIDownloadCache.m Mac.xcodeproj/project.pbxproj iPhone.xcodeproj/project.pbxproj
Ben Copsey authored -
Ben Copsey authored
-
- 09 Oct, 2010 3 commits
-
-
* ASIDownloadCache now strips trailing slashes from urls when building the key used to store the data. Now it doesn't matter if the request's url includes the trailing slash or not * ASIDownloadCache now names all data-files with an .html extension. This allows ASIWebPageRequest to display frames and iframes with local content. * Remove broken NSURLCache compatibility from ASIDownloadCache * ASIDownloadCache now stores its data in the NSCachesDirectory instead of NSTemporaryDirectory (Thanks to Dincho Todorov for pointing this out!)
Ben Copsey authored -
Ben Copsey authored
-
Ben Copsey authored
-
- 08 Oct, 2010 1 commit
-
-
Ben Copsey authored
-
- 03 Oct, 2010 9 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Fix some spelling mistakes. One of these days it will be necessary to sit down and learn how to spell 'necessary'.
Ben Copsey authored -
Ben Copsey authored
-
Ben Copsey authored
-
Fixed a problem where streamError seemed to be non-nil even when no error occurred - change to look at streamStatus instead
Ben Copsey authored
-
- 02 Oct, 2010 4 commits
-
-
Ben Copsey authored
-
Added replaceURLsWithDataURLs option to ASIWebPageRequest to allow leaving HTML and CSS unchanged (useful with the above change)
Ben Copsey authored -
Ben Copsey authored
-
Added primitive download progress tracking Tweak Mac sample to load clicked links with ASIWebPageRequest
Ben Copsey authored
-
- 01 Oct, 2010 9 commits
-
-
Necessary because xpath is case-sensitive, and we can't be certain of the case of the rel parameter (eg: rel="stylesheet" vs rel="Stylesheet")
Ben Copsey authored -
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Conflicts: Classes/ASIHTTPRequest.h Classes/ASIHTTPRequest.m Mac.xcodeproj/project.pbxproj iPhone.xcodeproj/project.pbxproj
Ben Copsey authored -
Conflicts: Classes/ASIHTTPRequest.m Classes/Tests/ASINetworkQueueTests.m Mac.xcodeproj/project.pbxproj
Ben Copsey authored
- 26 Sep, 2010 2 commits
-
-
Ben Copsey authored
-
* 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)
Ben Copsey authored
-
- 19 Sep, 2010 4 commits
-
-
Ben Copsey authored
-
Add support for S3 over HTTPS Added a couple of new constants for access policies
Ben Copsey authored -
Ben Copsey authored
- 08 Sep, 2010 1 commit
-
-
Ben Copsey authored
-
- 30 Aug, 2010 2 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-