コミット履歴

作者 SHA1 メッセージ 日付
  Ryan Olson f590263d9f Add copy button to request detail view controller. 11 年 前
  Ryan Olson a1c378a9d5 Support copying individual network detail cells via long press 11 年 前
  Ryan Olson 617db9c48a Bump version to 2.0.1 11 年 前
  Ryan Olson b05f78c388 Merge pull request #47 from judev/patch-1 11 年 前
  Jude Venn d9ecb2359b Fix fileURLOrData passthrough in network observer 11 年 前
  Ryan Olson 5f9a61c755 Show copy menu from long press on network history cells. 11 年 前
  Ryan Olson 3dd178c029 Update podspec for v2.0.0 11 年 前
  Ryan Olson ed938aa333 Merge pull request #46 from Flipboard/network-debugging 11 年 前
  Ryan Olson 717ed18077 Update README with network history GIF 11 年 前
  Ryan Olson 1f43569a4d Protect NSURLSession and NSURLConnection swizzling with dispatch_once 11 年 前
  Ryan Olson 991fd6559d Don’t log network events when network debugging is disabled. 11 年 前
  Ryan Olson 9d98993838 Fix NSURLSession and NSURLSessionTask swizzling on iOS 7 11 年 前
  Ryan Olson 3eae2ce457 Add confirmation action sheet when clearing requests. 11 年 前
  Ryan Olson f24edcdba9 Remove NSLogs from FLEXNetworkRecorder 11 年 前
  Ryan Olson a2c7110b07 Modify example network requests to use many different request methods. 11 年 前
  Ryan Olson 300b68ae83 Swizzle the NSURLConnection and NSURLSessionTask convenience class methods. 11 年 前
  Ryan Olson ea53ac9bfb Standardize on requestID instead of mixing in requestId 11 年 前
  Ryan Olson 6f9c0917eb Refactor FLEXNetworkObserver’s internal state management 11 年 前
  Ryan Olson b66857f0da Simplify +[FLEXNetworkObserver nextRequestID] 11 年 前
  Ryan Olson 52a51b6fd4 Reorder the rows in the request detail view to be more logically grouped by request, then response. 11 年 前
  Ryan Olson 06ff0152bb Show an explanatory alert if we can’t display the HTTP body for a request. 11 年 前
  Ryan Olson ea1ecbc73a Change wording to refer to “Request Body” rather than “POST Body” 11 年 前
  Ryan Olson 33d2667c99 Don’t clutter logs with NSURLConnection cancelations that occur before willSendRequest:… 11 年 前
  Ryan Olson b333f83470 Actually avoid sending +initialize to all classes when looking for ones we want to swizzle. 11 年 前
  Ryan Olson fd54e4cae0 Simplify recorder API by requiring that requestWillBeSent: is called first with the request. 11 年 前
  Ryan Olson b1d6ac4d52 Fix response recording for NSURLSessionDownloadTasks 11 年 前
  Ryan Olson bd9a062329 Swizzle -[NSURLSessionTask resume] as a better requestWillBeSent… hook. 11 年 前
  Ryan Olson 56fffab825 Fix request duration in error case. 11 年 前
  Ryan Olson e73eafccdb Handle NSURLConnection requests that get cancelled. 11 年 前
  Ryan Olson f7d23bc8a2 Move setting request mechanism into a separate recorder method. 11 年 前