Commit History

Autor SHA1 Mensaxe Data
  Ryan Olson caadcce7f1 No longer swizzle dataTaskWithHTTPGetRequest:completionHandler: %!s(int64=11) %!d(string=hai) anos
  Ryan Olson a42af79040 Protect against a nil NSURLConnection or NSURLSession object being passed to the swizzled delegate methods. %!s(int64=11) %!d(string=hai) anos
  Max Odnovolyk 1efb40a07e Fix NSURLSession task creation with empty completion handler bug %!s(int64=11) %!d(string=hai) anos
  Ryan Olson efab760253 Fix setShouldEnableOnLauch: in FLEXNetworkObserver %!s(int64=11) %!d(string=hai) anos
  Jude Venn d9ecb2359b Fix fileURLOrData passthrough in network observer %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 1f43569a4d Protect NSURLSession and NSURLConnection swizzling with dispatch_once %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 991fd6559d Don’t log network events when network debugging is disabled. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 9d98993838 Fix NSURLSession and NSURLSessionTask swizzling on iOS 7 %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 300b68ae83 Swizzle the NSURLConnection and NSURLSessionTask convenience class methods. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson ea53ac9bfb Standardize on requestID instead of mixing in requestId %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 6f9c0917eb Refactor FLEXNetworkObserver’s internal state management %!s(int64=11) %!d(string=hai) anos
  Ryan Olson b66857f0da Simplify +[FLEXNetworkObserver nextRequestID] %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 33d2667c99 Don’t clutter logs with NSURLConnection cancelations that occur before willSendRequest:… %!s(int64=11) %!d(string=hai) anos
  Ryan Olson b333f83470 Actually avoid sending +initialize to all classes when looking for ones we want to swizzle. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson fd54e4cae0 Simplify recorder API by requiring that requestWillBeSent: is called first with the request. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson b1d6ac4d52 Fix response recording for NSURLSessionDownloadTasks %!s(int64=11) %!d(string=hai) anos
  Ryan Olson bd9a062329 Swizzle -[NSURLSessionTask resume] as a better requestWillBeSent… hook. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson e73eafccdb Handle NSURLConnection requests that get cancelled. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson f7d23bc8a2 Move setting request mechanism into a separate recorder method. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 62a350059b Handle NSURLSessionDataTasks that convert to NSURLSessionDownloadTasks %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 02657d7766 More consistent request mechanism recording %!s(int64=11) %!d(string=hai) anos
  Ryan Olson f13e39450c Properly protect network observer work in the serial queue. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson cd41de37e9 Fix recording from URLSession:task:didFinishDownloadingToURL:… %!s(int64=11) %!d(string=hai) anos
  Ryan Olson b4c9cbd6a6 Avoid sending obj-c messages to classes when looking for connection/session delegates. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 671f2eeb77 Remove guards around using API added in iOS 5. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson eee45744d0 Better handling when only some of the network recorder methods are called. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson baeb0c9a14 Remove unnecessary fake data accumulation for NSURLSessionDownloadTasks %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 176652010c Add API to the network observer to enable on launch. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson b8d8f29c97 Record/show “request mechanism” for requests. %!s(int64=11) %!d(string=hai) anos
  Ryan Olson 8e7dfe9adb Properly guard swizzled methods to avoid duplicate sniffing %!s(int64=11) %!d(string=hai) anos