Commit Verlauf

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