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 година |
Ryan Olson
|
e531190616
Mute iOS 8 deprecation warnings.
|
пре 11 година |
Ryan Olson
|
a88b5f5019
Better placeholder for requests that don’t have any path components
|
пре 11 година |
Ryan Olson
|
538fe5e17b
Allow network history row insertions to finish before starting a new batch of insertions.
|
пре 11 година |
Ryan Olson
|
62a350059b
Handle NSURLSessionDataTasks that convert to NSURLSessionDownloadTasks
|
пре 11 година |
Ryan Olson
|
02657d7766
More consistent request mechanism recording
|
пре 11 година |
Ryan Olson
|
f13e39450c
Properly protect network observer work in the serial queue.
|
пре 11 година |
Ryan Olson
|
1544f2bf4b
Update README with network debugging info
|
пре 11 година |