AFNetworking/AFNetworking
2012-11-30 14:40:53 -08:00
..
AFHTTPClient.h [Issue #640] Removing documentation note about default Accept-Encoding header 2012-11-12 21:44:29 -08:00
AFHTTPClient.m [Issue #652] Adding early return in -startMonitoringNetworkReachability if network reachability object could not be created (i.e. invalid hostnames) 2012-11-30 14:22:05 -08:00
AFHTTPRequestOperation.h Merge branch 'master' into 1.0RC2 2012-09-14 10:30:25 -07:00
AFHTTPRequestOperation.m Changing order of conditional check to match responseString 2012-11-15 10:20:21 -08:00
AFImageRequestOperation.h Indenting macro conditionals 2012-11-06 09:21:41 -08:00
AFImageRequestOperation.m Replacing existing property ownership values of retain with strong 2012-10-09 09:26:50 -07:00
AFJSONRequestOperation.h Renaming parseOptions property to JSONReadingOptions 2012-10-31 08:01:22 -07:00
AFJSONRequestOperation.m [Issue #651] Adding workaround for Rails behavior of returning a single space in head :ok responses, which is interpreted as invalid input by NSJSONSerialization 2012-11-30 14:40:53 -08:00
AFNetworkActivityIndicatorManager.h Adding additional documentation about usage for AFNetworkActivityIndicatorManager 2012-09-25 07:24:52 -07:00
AFNetworkActivityIndicatorManager.m Replacing existing property ownership values of retain with strong 2012-10-09 09:26:50 -07:00
AFNetworking.h Indenting macro conditionals 2012-11-06 09:21:41 -08:00
AFPropertyListRequestOperation.h First pass at converting to ARC 2012-06-26 09:14:52 -07:00
AFPropertyListRequestOperation.m Using more idiomatic ?: for success/failureCallbackQueue fallbacks 2012-08-29 09:29:47 -07:00
AFURLConnectionOperation.h Adding responseStringEncoding property to AFURLConnectionOperation 2012-11-30 14:11:59 -08:00
AFURLConnectionOperation.m Adding responseStringEncoding property to AFURLConnectionOperation 2012-11-30 14:11:59 -08:00
AFXMLRequestOperation.h Fix typo in AFXMLRequestOperation block. 2012-10-25 11:47:15 -04:00
AFXMLRequestOperation.m Replacing existing property ownership values of retain with strong 2012-10-09 09:26:50 -07:00
UIImageView+AFNetworking.h [Issue #592][Issue #600] Changes the logic of UIImageView -setImageWithURLRequest:placeholderImage:success:failure: such that if the success block is specified, the default behavior of self.image = image is not executed. This allows for full customization over any post-processing on the image, or the animation to be used when setting the image. 2012-10-31 08:20:58 -07:00
UIImageView+AFNetworking.m [Issue #592][Issue #600] Changes the logic of UIImageView -setImageWithURLRequest:placeholderImage:success:failure: such that if the success block is specified, the default behavior of self.image = image is not executed. This allows for full customization over any post-processing on the image, or the animation to be used when setting the image. 2012-10-31 08:20:58 -07:00