Commit History

Upphovsman SHA1 Meddelande Datum
  Marcus Ficner d1e9248695 Fix typo 8 år sedan
  Chaoshuai Lu a535f10d0c Add generics to foundation collection classes 8 år sedan
  Ryan Olson 29afa5e80f Merge pull request #177 from CodeLife2012/networkbug 9 år sedan
  Ryan Olson bf26bc6539 Fix formatting from 62ef95f 9 år sedan
  Aidan Dysart 62ef95ff93 satisfy the -Wstrict-prototypes clang warning 9 år sedan
  Karl Peng c69427613d should keep the same completion logic 9 år sedan
  Anchor 224978b31b Fixed #150. 9 år sedan
  kunka e455ac0c7d Fix swizzling for URLSession:task:willPerformHTTPRedirection:newRequest:completionHandler: and URLSession:dataTask:didReceiveResponse:completionHandler: 9 år sedan
  Dan Loewenherz 29a45aa02d use Objective-C 2.0 subscripting for dictionaries 10 år sedan
  Ryan Olson 3dd27557ea Move swizzling helpers into FLEXUtility 10 år sedan
  Ryan Olson a64188dd5e Simplify network debugging settings 10 år sedan
  Ryan Olson 7df172afac Make cast explicit 10 år sedan
  Ryan Olson ab4b678498 Fix NSURLSession network observing in iOS 9 11 år sedan
  Ryan Olson 52bf2071a5 Fix unsafe cast from signed integer to unsigned 11 år sedan
  Tim Johnsen 6405bf40e3 Remove unused typedef. 11 år sedan
  Ryan Olson caadcce7f1 No longer swizzle dataTaskWithHTTPGetRequest:completionHandler: 11 år sedan
  Ryan Olson a42af79040 Protect against a nil NSURLConnection or NSURLSession object being passed to the swizzled delegate methods. 11 år sedan
  Max Odnovolyk 1efb40a07e Fix NSURLSession task creation with empty completion handler bug 11 år sedan
  Ryan Olson efab760253 Fix setShouldEnableOnLauch: in FLEXNetworkObserver 11 år sedan
  Jude Venn d9ecb2359b Fix fileURLOrData passthrough in network observer 11 år sedan
  Ryan Olson 1f43569a4d Protect NSURLSession and NSURLConnection swizzling with dispatch_once 11 år sedan
  Ryan Olson 991fd6559d Don’t log network events when network debugging is disabled. 11 år sedan
  Ryan Olson 9d98993838 Fix NSURLSession and NSURLSessionTask swizzling on iOS 7 11 år sedan
  Ryan Olson 300b68ae83 Swizzle the NSURLConnection and NSURLSessionTask convenience class methods. 11 år sedan
  Ryan Olson ea53ac9bfb Standardize on requestID instead of mixing in requestId 11 år sedan
  Ryan Olson 6f9c0917eb Refactor FLEXNetworkObserver’s internal state management 11 år sedan
  Ryan Olson b66857f0da Simplify +[FLEXNetworkObserver nextRequestID] 11 år sedan
  Ryan Olson 33d2667c99 Don’t clutter logs with NSURLConnection cancelations that occur before willSendRequest:… 11 år sedan
  Ryan Olson b333f83470 Actually avoid sending +initialize to all classes when looking for ones we want to swizzle. 11 år sedan
  Ryan Olson fd54e4cae0 Simplify recorder API by requiring that requestWillBeSent: is called first with the request. 11 år sedan