Commit History

Author SHA1 Message Date
  Elf Sundae 3971bea526 Fix build warning for Example project (#4617) 4 years ago
  Jon Shier c9d06846ae AFNetworking 4 (#4523) 5 years ago
  Bofei Zhu 4743faa83c Fix travis CI build (#4472) 5 years ago
  Jeff Kelley 0de996f84b Apply recommended changes for Xcode 9.3 beta 1. 7 years ago
  Jeff Kelley 4b64a60d4b Change “OS X” to “macOS” across the board. 7 years ago
  Jeff Kelley 1f2ffbb41b Update project settings to Xcode 9.1 defaults. 7 years ago
  Kevin Harwood 89b79c53a0 Xcode 8 Compatibility for Travis CI 9 years ago
  Cédric Luthi dc25d2253f Split the iOS and OS X AppDelegate classes 9 years ago
  Cédric Luthi 9e610eb6ec Set indentation settings to four spaces at the project level 9 years ago
  Kevin Harwood 7117b5d594 Converted example to use frameworks 9 years ago
  Kevin Harwood 62ba94204c Removed UIAlertView category due to deprecation 10 years ago
  Kevin Harwood 3697462102 Added documentation 10 years ago
  Kevin Harwood 01f6aed22a - Removed support for NSURLConnection based API's 10 years ago
  Mattt Thompson efdaedc541 Adding Mac example project 14 years ago
  Mattt Thompson ebb6eb21ad You know what's an even _better name? AFHTTPClient. Boom. 14 years ago
  Mattt Thompson ab91d07575 Renaming AFRestClient to AFRESTClient 14 years ago
  Mattt Thompson f422cafe14 Removing UIImage category in favor of static function to resize images in UIImageView category implementation 14 years ago
  Mattt Thompson 8b8605185b Replacing NSMutableURLRequest category method with more flexible constructor in AFRestClient 14 years ago
  Mattt Thompson ca02e02b11 Removing categories on NSData and NSString, moving them to static functions in AFRestClient 14 years ago
  Mattt Thompson 3e3d94f938 Removing stray reference to QuartzCore.framework 14 years ago
  Mattt Thompson 9ee84844c4 Updating example project to new image request API 14 years ago
  Evan Long dddd567424 Making AFImageCache lazy init thread safe since it is called from main thread and background threads. Also making the increment and decrement for AFNetworkActivityIndicatorManager thread safe since start/stopAnimating are called from different threads. 14 years ago
  Mattt Thompson c004ceb0f1 Initial support for Gzip compression of HTTP Post Body 14 years ago
  Mattt Thompson 29de9132d2 Rearranging project directory structure 14 years ago
  Mattt Thompson 8833578a14 Adding NSMutableURLRequest category with -setHTTPBodyWithData:mimeType:forParameterNamed:parameters: method, for multi-part POST requests 14 years ago
  Mattt Thompson 3a4392ec43 Updating Example project to match AFNetworking changes 14 years ago
  Mattt Thompson f169a93f58 Moving AFNetworking classes into correct directory 14 years ago
  Mattt Thompson d87b783814 Porting over changes for 0.3.0 release 14 years ago
  Mattt Thompson 3f851b0a23 Removing AFURLCache, using NSURLCache instead 14 years ago
  Mattt Thompson 99581391c6 Re-ordering project file list 14 years ago