1. 18 Aug, 2010 10 commits
  2. 30 Jul, 2010 2 commits
  3. 27 Jul, 2010 8 commits
  4. 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
  5. 24 Jul, 2010 2 commits
  6. 22 Jul, 2010 2 commits
  7. 18 Jul, 2010 1 commit
  8. 17 Jul, 2010 8 commits
  9. 04 Jul, 2010 1 commit
  10. 02 Jul, 2010 4 commits