1. 28 May, 2011 8 commits
  2. 19 May, 2011 1 commit
  3. 16 May, 2011 1 commit
  4. 15 May, 2011 3 commits
    • ASIDownloadCache will now store 301, 302, 303 and 307 redirect responses in the cache. Requests pulling from the cache will automatically redirect (assuming shouldRedirect is true) as if they'd received a Location header from the server.
      This change should allow the download cache to operate more effectively as an offline fallback when no internet connection is available.
      Additionally, requests encountering a 304 will no longer read from the cache and then write back to it. Instead, they merely update the expiry date (if an updated date was supplied).
      As part of this work, two new required methods were added to the ASICacheDelegate protocol, see ASICacheDelegate.h for more info
      Finally, ASIDownloadCache now stores the response status code in a custom header in the cached headers dictionary, and requests will have their response status code set to this when they are pulled from the cache.
      Ben Copsey authored
    • …celLoad if the whole download is complete
      * Also, don't clear responseHeaders in cancelLoad
      
      closes gh-182
      Ben Copsey authored
    • Ben Copsey authored
  5. 14 May, 2011 1 commit
    • * Tweak ouput from all debug options, adding a label to make debug output easier to scan
      * Tweak a couple of tests to make them more reliable
      Ben Copsey authored
  6. 11 May, 2011 1 commit
  7. 08 May, 2011 3 commits
  8. 07 May, 2011 6 commits
  9. 30 Apr, 2011 1 commit
  10. 11 Apr, 2011 12 commits
  11. 28 Mar, 2011 1 commit
  12. 04 Mar, 2011 1 commit
  13. 06 Feb, 2011 1 commit