AFNetworking/AFNetworking
Eric Florenzano a610a89f8c Added single quote to the chars to escape
Ran into some issues with sending an unescaped apostrophe,
but by adding it to the list of characters to escape, this problem
is now fixed for me.
2013-01-03 17:53:30 -08:00
..
AFHTTPClient.h Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05:00
AFHTTPClient.m Added single quote to the chars to escape 2013-01-03 17:53:30 -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 Cause a failure when an operation is cancelled, fixes #657 2012-12-19 14:47:49 +00:00
AFImageRequestOperation.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFImageRequestOperation.m Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05:00
AFJSONRequestOperation.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFJSONRequestOperation.m Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05:00
AFNetworkActivityIndicatorManager.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFNetworkActivityIndicatorManager.m Implemented usage of instancetype. 2012-12-23 10:59:56 +02: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 Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFPropertyListRequestOperation.m Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05:00
AFURLConnectionOperation.h [Issue #686][Issue #168] Adding userInfo @property /cc @tewha 2012-12-26 10:29:57 -05:00
AFURLConnectionOperation.m Asynchronously posting all notifications by dispatching to main 2012-12-27 12:22:46 -05:00
AFXMLRequestOperation.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFXMLRequestOperation.m Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05: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