1. 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
  2. 19 Sep, 2010 1 commit
  3. 08 Sep, 2010 1 commit
  4. 30 Aug, 2010 5 commits
  5. 18 Aug, 2010 11 commits
  6. 30 Jul, 2010 2 commits
  7. 27 Jul, 2010 8 commits
  8. 25 Jul, 2010 2 commits
    • It seems that notifying the NSOperationQueue we're complete before we start running causes a problem resulting in a crash.
      
      Hence, we avoid calling markAsFinished unless we're inprogress - main() will call it when we do start.
      Joseph Heenan authored
    • This can be used by clients to alter or inspect the queue.
      
      The most obvious use for this is calling setMaxConcurrentOperations: on the queue to alter the number of simultaneous requests that will be made over the network.
      Joseph Heenan authored
  9. 24 Jul, 2010 2 commits
  10. 22 Jul, 2010 2 commits
  11. 18 Jul, 2010 1 commit
  12. 17 Jul, 2010 3 commits