- 11 Apr, 2011 4 commits
-
-
Cédric Luthi authored
-
Ben Copsey authored
-
Many thanks to Garrett Bjerkhoel for the code and patience in getting this merged (I've slightly adapted his original take on this) Conflicts: Classes/ASIHTTPRequest.m
Ben Copsey authored
-
- 28 Mar, 2011 1 commit
-
-
Ben Copsey authored
-
- 04 Mar, 2011 1 commit
-
-
Ben Copsey authored
-
- 06 Feb, 2011 4 commits
-
-
…request, as long as you explictly set authenticationScheme to kCFHTTPAuthenticationSchemeBasic
Ben Copsey authored -
Ben Copsey authored
-
- 05 Feb, 2011 7 commits
-
-
Ben Copsey authored
-
* GHUnit is no longer included as a git submodule. Instead, build scripts are used to fetch a pre-compiled GHUnit framework if one does not exist in External/GHUnit. * iPhone sample has moved to using the framework rather than the static library for GHUnit * Fiddle with conditional compilation for NSXMLParserDelegate * Tweak the build phases to move running the scripts earlier * Fix a clang warning that crept in as part of the recent changes to behaviour for fetching PAC files * Remove legacy clang.sh script * Move build scripts into their own folder
Ben Copsey authored -
Ben Copsey authored
-
- 01 Feb, 2011 1 commit
-
-
Previously the loop terminated when the output buffer was not completely filled by the previous call. Most of the time this is correct, because if the output buffer was completely filled, there is probably more to come. However, in the situation that the output fits perfectly in the output buffer, the buffer will be completely filled, yet there is nothing left to process. In this case we would run through the loop again calling inflate() / deflate() which would return Z_BUF_ERROR. This would manifest itself as the request (needlessly) failing. Rather than this we should simply terminate the loop when there is no more input left to process. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Committer: Alex Deem <alexdeem@Alex-MacBook-Pro.local> # # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: Classes/ASIDataCompressor.m # modified: Classes/ASIDataDecompressor.m #
Alex Deem authored
-
- 22 Jan, 2011 1 commit
-
-
Ben Copsey authored
-
- 07 Jan, 2011 3 commits
-
-
Sasmito Adibowo authored
-
Cédric Luthi authored
-
- 06 Jan, 2011 5 commits
-
-
…ting it back to UTF-8 Add tests for ASIWebPageRequest encoding Also, strip any gzip content-encoding header, since the parsed response will not be deflated (cache does this anyway, but we can't guarantee we'll have one)
Ben Copsey authored -
Cédric Luthi authored
-
Cédric Luthi authored
-
…ing ASIFallbackToCacheIfLoadFailsCachePolicy. If there is no cached data, the request will fail with an error. closes gh-118 - many thanks to Erik von Harten for catching this!
Ben Copsey authored
- 05 Jan, 2011 5 commits
-
-
Cédric Luthi authored
-
Cédric Luthi authored
-
Cédric Luthi authored
-
Cédric Luthi authored
-
Cédric Luthi authored
-
- 28 Dec, 2010 1 commit
-
-
Ben Copsey authored
-
- 21 Dec, 2010 2 commits
-
-
Ben Copsey authored
-
added before any server response when the authentication scheme is Digest or NTLM
Cédric Deltheil authored
-
- 15 Dec, 2010 2 commits
-
-
Tweak tests that rely on invalid urls to make them work to make them more reliable
Ben Copsey authored
- 14 Dec, 2010 2 commits
-
-
This should help in situations where the PAC File is unavailable or the connection is very slow
Ben Copsey authored -
Ben Copsey authored
-
- 13 Dec, 2010 1 commit