- 03 Oct, 2010 4 commits
-
-
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 9 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Sam Soffes authored
-
Eric Chamberlain authored
-
Ben Copsey authored
-
Luke Redpath authored
-
And also redirectToURL: method - these allow delegates to change the url during a redirect
Ben Copsey authored -
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
Ben Copsey authored
-
- 18 Aug, 2010 7 commits
-
-
Ben Copsey authored
-
Make clientCertificates work with NSCopying, headRequest, and release it in dealloc
Ben Copsey authored -
Added a test for client certificates (iOS only) Attempt to fix, YET AGAIN, building for 10.6 and that stupid NSXMLParserDelegate
Ben Copsey authored -
Based on an idea from Jesse Rusak -> http://github.com/MindSea/asi-http-request/commit/f346f7f9de333501f732404323e8f73e911fbeea
Ben Copsey authored -
Based on an idea from Jesse Rusak -> http://github.com/MindSea/asi-http-request/commit/f346f7f9de333501f732404323e8f73e911fbeea
Ben Copsey authored
-