| .. |
|
AFHTTPClient.h
|
fixed type( resonse VS response)
|
2012-08-23 19:01:30 +03:00 |
|
AFHTTPClient.m
|
Renaming numberOfCompletedOperations variable in progress block to numberOfFinishedOperations
|
2012-08-22 11:32:59 -07:00 |
|
AFHTTPRequestOperation.h
|
Removing leftover methods and functions from download operation patch
|
2012-08-06 17:22:34 -04:00 |
|
AFHTTPRequestOperation.m
|
Reformatting and documenting AFHTTPRequestOperation -connection:didReceiveResponse:
|
2012-08-22 11:53:19 -07:00 |
|
AFImageRequestOperation.h
|
[Issue #347] Removing deprecated cacheName parameter in AFImageRequestOperation
|
2012-05-25 14:15:12 -07:00 |
|
AFImageRequestOperation.m
|
Fixes warning about using == on floats.
|
2012-07-24 12:36:25 -07:00 |
|
AFJSONRequestOperation.h
|
Removing unnecessary ivar declaration in headers
|
2012-04-08 15:25:20 -07:00 |
|
AFJSONRequestOperation.m
|
Using more idiomatic ?: for success/failureCallbackQueue fallbacks
|
2012-08-29 09:29:47 -07:00 |
|
AFJSONUtilities.h
|
Mark the AFJSON* functions as 'extern'.
|
2012-01-20 14:35:19 -08:00 |
|
AFJSONUtilities.m
|
merged e87b3c1
|
2012-03-21 00:17:59 +01:00 |
|
AFNetworkActivityIndicatorManager.h
|
Adding additional note about not ever really having to manually increment or decrement the activity count on AFNetworkActivityIndicatorManager
|
2012-06-11 07:57:33 -07:00 |
|
AFNetworkActivityIndicatorManager.m
|
[Issue #460] Removing atomic keyword in activityCount property for AFNetworkActivityIndicatorManager
|
2012-08-22 10:09:24 -07:00 |
|
AFNetworking.h
|
Add newline
|
2012-02-16 14:53:03 -08:00 |
|
AFPropertyListRequestOperation.h
|
Removing unnecessary ivar declaration in headers
|
2012-04-08 15:25:20 -07:00 |
|
AFPropertyListRequestOperation.m
|
Using more idiomatic ?: for success/failureCallbackQueue fallbacks
|
2012-08-29 09:29:47 -07:00 |
|
AFURLConnectionOperation.h
|
Converting int to NSUInteger for instances of manually checking status code in AFHTTPRequestOperation
|
2012-08-22 11:46:03 -07:00 |
|
AFURLConnectionOperation.m
|
Replacing NSAutoreleasePool with @autoreleasepool
|
2012-08-21 16:06:39 -07:00 |
|
AFXMLRequestOperation.h
|
Removing unnecessary ivar declaration in headers
|
2012-04-08 15:25:20 -07:00 |
|
AFXMLRequestOperation.m
|
Using more idiomatic ?: for success/failureCallbackQueue fallbacks
|
2012-08-29 09:29:47 -07:00 |
|
UIImageView+AFNetworking.h
|
Improving documentation for UIImageView+AFNetworking
|
2012-06-16 13:23:50 -07:00 |
|
UIImageView+AFNetworking.m
|
Use requestWithURL: instead of requestWithURL:cachePolicy:timeout: in UIImageView category to use default cache policy and timeout
|
2012-08-13 13:19:51 -07:00 |