Historique des commits

Auteur SHA1 Message Date
  Ryan Olson 06ff0152bb Show an explanatory alert if we can’t display the HTTP body for a request. il y a 11 ans
  Ryan Olson ea1ecbc73a Change wording to refer to “Request Body” rather than “POST Body” il y a 11 ans
  Ryan Olson 33d2667c99 Don’t clutter logs with NSURLConnection cancelations that occur before willSendRequest:… il y a 11 ans
  Ryan Olson b333f83470 Actually avoid sending +initialize to all classes when looking for ones we want to swizzle. il y a 11 ans
  Ryan Olson fd54e4cae0 Simplify recorder API by requiring that requestWillBeSent: is called first with the request. il y a 11 ans
  Ryan Olson b1d6ac4d52 Fix response recording for NSURLSessionDownloadTasks il y a 11 ans
  Ryan Olson bd9a062329 Swizzle -[NSURLSessionTask resume] as a better requestWillBeSent… hook. il y a 11 ans
  Ryan Olson 56fffab825 Fix request duration in error case. il y a 11 ans
  Ryan Olson e73eafccdb Handle NSURLConnection requests that get cancelled. il y a 11 ans
  Ryan Olson f7d23bc8a2 Move setting request mechanism into a separate recorder method. il y a 11 ans
  Ryan Olson e531190616 Mute iOS 8 deprecation warnings. il y a 11 ans
  Ryan Olson a88b5f5019 Better placeholder for requests that don’t have any path components il y a 11 ans
  Ryan Olson 538fe5e17b Allow network history row insertions to finish before starting a new batch of insertions. il y a 11 ans
  Ryan Olson 62a350059b Handle NSURLSessionDataTasks that convert to NSURLSessionDownloadTasks il y a 11 ans
  Ryan Olson 02657d7766 More consistent request mechanism recording il y a 11 ans
  Ryan Olson f13e39450c Properly protect network observer work in the serial queue. il y a 11 ans
  Ryan Olson 1544f2bf4b Update README with network debugging info il y a 11 ans
  Ryan Olson cd41de37e9 Fix recording from URLSession:task:didFinishDownloadingToURL:… il y a 11 ans
  Ryan Olson b4c9cbd6a6 Avoid sending obj-c messages to classes when looking for connection/session delegates. il y a 11 ans
  Ryan Olson c5668f42b2 Reload data in network history table after all requests are cleared. il y a 11 ans
  Ryan Olson 99e8f112b2 Remove guards against using API added in iOS 7 il y a 11 ans
  Ryan Olson 57f4519c3f Bump deployment target to 7.0 il y a 11 ans
  Ryan Olson 671f2eeb77 Remove guards around using API added in iOS 5. il y a 11 ans
  Ryan Olson ab31f8202c Add icons for more MIME types il y a 11 ans
  Ryan Olson ffd532b630 Try to parse application/javascript and text/javascript as JSON il y a 11 ans
  Ryan Olson f911a91000 Improve messaging when we can’t show a response preview. il y a 11 ans
  Ryan Olson fed8c35f2f Add pragma mark il y a 11 ans
  Ryan Olson aafc23a5ec Add attribution and fix naming in inflate utility method. il y a 11 ans
  Ryan Olson eee45744d0 Better handling when only some of the network recorder methods are called. il y a 11 ans
  Ryan Olson 51493322c3 Add NSULRSessionDataTask to example requests il y a 11 ans