Historial de Commits

Autor SHA1 Mensaje Fecha
  Ryan Olson 84dcbb4847 Improve response body detail view controller logic hace 11 años
  Ryan Olson cca6415c2a Make FLEXUtility JSON prettifying more robust. hace 11 años
  Ryan Olson 73f3d52bb3 Generalize utility method to generate dictionary from query data hace 11 años
  Ryan Olson 4e167f02fb Properly guard use of FLEX in the example project with #if DEBUG hace 11 años
  Ryan Olson ec76385bcf Add NSURLSession request to the example project hace 11 años
  Ryan Olson 387a72d93e Appease Xcode by adding more launch images hace 11 años
  Ryan Olson b8d8f29c97 Record/show “request mechanism” for requests. hace 11 años
  Ryan Olson 8e7dfe9adb Properly guard swizzled methods to avoid duplicate sniffing hace 11 años
  Ryan Olson 6471a96b19 Fix incorrect argument type in swizzled NSURLSession delegate method. hace 11 años
  Ryan Olson 3b66d9b53e Pass delegate along to all swizzled connection and session methods. hace 11 años
  Ryan Olson 3385493b6a Remove ineffective swizzle guard hace 11 años
  Ryan Olson 993b61ecb6 Bail in the network recorder if we get messages for a request we don’t know about. hace 11 años
  Ryan Olson ea5cea6d77 Support showing responses for application/x-plist MIME types. hace 11 años
  Ryan Olson 47db763ea6 Add error row to the request detail view controller. hace 11 años
  Ryan Olson 054cfd196a Ignore CLTilesManagerClient when swizzling to eliminate sandbox violation warnings. hace 11 años
  Ryan Olson 4d9271c7ed Add pass-through API to FLEXManager for setting the response cache limit hace 11 años
  Ryan Olson 719c641692 Support a customizable limit on the network response cache. hace 11 años
  Ryan Olson 95eaab3486 Set titles for web views pushed onto the navigation stack. hace 11 años
  Ryan Olson b4d03fc9e9 Unescape forward slashes when making pretty JSON. hace 11 años
  Ryan Olson 3b5ed964b2 Set a better initial zoom scale when using a web view to display text. hace 11 años
  Ryan Olson 67a91b5283 Update the transaction detail table view controller when properties on its transaction are updated. hace 11 años
  Ryan Olson 580a4d8a1c Add request start time to the network transaction detail interface hace 11 años
  Ryan Olson ad0b130dc4 Improve network history interface when new requests are fired. hace 11 años
  Ryan Olson 5ecdb953c7 Handle redirect responses in the network recorder. hace 11 años
  Ryan Olson c7132f5890 Be robust to nil body data in recordLoadingFinishedWithRequestId:responseBody: hace 11 años
  Ryan Olson 6d680e4df7 Order network transactions from newest first. hace 11 años
  Ryan Olson 18e2edb15f Reload the relevant network transaction cell in the history view controller when the transaction updates. hace 11 años
  Ryan Olson f4106e4be5 Update search results when a new network request matching the search term comes in. hace 11 años
  Ryan Olson a53f744035 Improve thread safety in the network recorder. hace 11 años
  Ryan Olson 61bcf5354a Post recorder notifications on the main thread so observers don’t need to worry about which thread the notification is posted on. hace 11 años