AFNetworking/AFNetworking
apouche d90aca3ff6 [Issue #992] Adding missing __bridge casts in AFHTTPClient
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-05-16 11:28:11 -07:00
..
AFHTTPClient.h Switched the #warning messages to #pragma message messages instead, so you can still compile the framework with -Werror switched on 2013-05-05 22:18:53 +01:00
AFHTTPClient.m [Issue #992] Adding missing __bridge casts in AFHTTPClient 2013-05-16 11:28:11 -07:00
AFHTTPRequestOperation.h Removed all @discussion tags, since they are not supported. 2013-04-02 17:13:30 -07:00
AFHTTPRequestOperation.m Adds missing [self.response respondsToSelector:@selector(allHeaderFields)] check. 2013-05-08 20:22:07 +02:00
AFImageRequestOperation.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFImageRequestOperation.m Fixing AFImageRequestOperation to use [self alloc] instead of explicit class in class method in order to preserve behavior in subclasses 2013-04-06 12:11:29 +02:00
AFJSONRequestOperation.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFJSONRequestOperation.m Using self.error instead of self.JSONError in AFJSONRequestOperation. 2013-05-02 20:03:17 +02:00
AFNetworkActivityIndicatorManager.h Removed all @discussion tags, since they are not supported. 2013-04-02 17:13:30 -07:00
AFNetworkActivityIndicatorManager.m Fixing crasher in AFNetworkActivityIndicatorManager, due to unsafe calls to updateNetworkActivityIndicatorVisibilityDelayed from multiple threads. 2013-04-23 11:10:34 -10: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 Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFPropertyListRequestOperation.m Use dispatch_once to initialize content-type-specific processing queues 2013-02-04 00:45:35 +01:00
AFURLConnectionOperation.h Minor edits to documentation 2013-05-05 09:42:39 -07:00
AFURLConnectionOperation.m [Issue #942] [Issue #943] Don't attempt to use URL-encoded credentials in connection:didReceiveAuthenticationChallenge:, since any included credentials would have to be invalid to have an authentication challenge be issued 2013-05-10 11:23:25 -07:00
AFXMLRequestOperation.h Whitespace formatting by Xcode re-indentation 2013-01-27 12:15:07 -05:00
AFXMLRequestOperation.m Use dispatch_once to initialize content-type-specific processing queues 2013-02-04 00:45:35 +01:00
UIImageView+AFNetworking.h Removed all @discussion tags, since they are not supported. 2013-04-02 17:13:30 -07:00
UIImageView+AFNetworking.m UIImageView+AFNetworking not using setHTTPShouldHandleCookies 2013-03-14 12:56:38 -07:00