AFNetworking/AFNetworking
2012-12-17 10:31:00 -08:00
..
AFHTTPClient.h [Issue #640] Removing documentation note about default Accept-Encoding header 2012-11-12 21:44:29 -08:00
AFHTTPClient.m Adding assertion for empty data in -appendPartWithHeaders:body: 2012-12-17 10:31:00 -08:00
AFHTTPRequestOperation.h Fixes warning: atomic by default property 'X' has a user defined getter (property should be marked 'atomic' if this is intended) [-Werror,-Wcustom-atomic-properties] 2012-11-30 18:02:15 +11:00
AFHTTPRequestOperation.m Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings 2012-11-30 15:09:11 -08:00
AFImageRequestOperation.h Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings 2012-11-30 15:09:11 -08:00
AFImageRequestOperation.m Fixes warning: 'X' is not defined, evaluates to 0 [-Werror,-Wundef] 2012-11-30 18:12:47 +11: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 Fixes warning: 'macro' is not defined, evaluates to 0 2012-11-30 17:59:50 +11:00
AFNetworkActivityIndicatorManager.m Fixes warning: 'macro' is not defined, evaluates to 0 2012-11-30 17:59:50 +11:00
AFNetworking.h Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings 2012-11-30 15:09:11 -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 Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings 2012-11-30 15:09:11 -08:00
AFURLConnectionOperation.m Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings 2012-11-30 15:09:11 -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 Fixes warning: 'macro' is not defined, evaluates to 0 2012-11-30 17:59:50 +11:00