| .. |
|
AFHTTPClient.h
|
[Issue #715] Fixing warnings generated by earlier versions of Xcode (/cc Ignacio Rodrigo)
|
2013-01-05 22:19:59 -08:00 |
|
AFHTTPClient.m
|
Suppressing warning caused by AFHTTPBodyPart -hasBytesAvailable not having default condition in switch statement
|
2013-01-24 17:01:25 -05: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 #751] Removing NSURLConnectionDataDelegate from AFURLConnectionOperation's declared protocols
|
2013-01-24 17:00:27 -05:00 |
|
AFURLConnectionOperation.m
|
Rename the username variable to user
|
2013-01-18 15:08:29 +01: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
|
Fix race condition in UIImageView+AFNetworking
|
2013-01-21 14:11:26 -08:00 |