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