Commit History

Author SHA1 Message Date
  Ryan Olson fd54e4cae0 Simplify recorder API by requiring that requestWillBeSent: is called first with the request. 11 years ago
  Ryan Olson b1d6ac4d52 Fix response recording for NSURLSessionDownloadTasks 11 years ago
  Ryan Olson bd9a062329 Swizzle -[NSURLSessionTask resume] as a better requestWillBeSent… hook. 11 years ago
  Ryan Olson e73eafccdb Handle NSURLConnection requests that get cancelled. 11 years ago
  Ryan Olson f7d23bc8a2 Move setting request mechanism into a separate recorder method. 11 years ago
  Ryan Olson 62a350059b Handle NSURLSessionDataTasks that convert to NSURLSessionDownloadTasks 11 years ago
  Ryan Olson 02657d7766 More consistent request mechanism recording 11 years ago
  Ryan Olson f13e39450c Properly protect network observer work in the serial queue. 11 years ago
  Ryan Olson cd41de37e9 Fix recording from URLSession:task:didFinishDownloadingToURL:… 11 years ago
  Ryan Olson b4c9cbd6a6 Avoid sending obj-c messages to classes when looking for connection/session delegates. 11 years ago
  Ryan Olson 671f2eeb77 Remove guards around using API added in iOS 5. 11 years ago
  Ryan Olson eee45744d0 Better handling when only some of the network recorder methods are called. 11 years ago
  Ryan Olson baeb0c9a14 Remove unnecessary fake data accumulation for NSURLSessionDownloadTasks 11 years ago
  Ryan Olson 176652010c Add API to the network observer to enable on launch. 11 years ago
  Ryan Olson b8d8f29c97 Record/show “request mechanism” for requests. 11 years ago
  Ryan Olson 8e7dfe9adb Properly guard swizzled methods to avoid duplicate sniffing 11 years ago
  Ryan Olson 6471a96b19 Fix incorrect argument type in swizzled NSURLSession delegate method. 11 years ago
  Ryan Olson 3b66d9b53e Pass delegate along to all swizzled connection and session methods. 11 years ago
  Ryan Olson 3385493b6a Remove ineffective swizzle guard 11 years ago
  Ryan Olson 054cfd196a Ignore CLTilesManagerClient when swizzling to eliminate sandbox violation warnings. 11 years ago
  Ryan Olson d74bc56487 Add public API to determine if FLEXNetworkObserver is enabled. 11 years ago
  Ryan Olson 630eec59ee Add classes for observing and recording network events. 11 years ago