- 01 Oct, 2010 4 commits
-
-
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 15 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 -
Ben Copsey authored
-
…at it gets the name of the correct bundle, such as in the case of a Preference Pane.
Justin Mecham authored -
Ben Copsey authored
-
Philipp Schmid authored
-
Ben Copsey authored
-
Ben Copsey authored
-
- 17 Aug, 2010 5 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
Probably need to move all this gzip stuff out of ASIHTTPRequest next, it's starting to get a bit complicated
Ben Copsey authored
-