| .. |
|
AFHTTPClient.h
|
Adding notifications for network reachability changes to AFHTTPClient
|
2012-02-01 11:27:57 -08:00 |
|
AFHTTPClient.m
|
Made progressBlock call back to the main queue by default.
|
2012-02-28 17:12:10 -06:00 |
|
AFHTTPRequestOperation.h
|
Removing AFInternal category, opting instead to inline success and failure dispatch
|
2012-02-20 20:22:46 -08:00 |
|
AFHTTPRequestOperation.m
|
Removing AFInternal category, opting instead to inline success and failure dispatch
|
2012-02-20 20:22:46 -08:00 |
|
AFImageRequestOperation.h
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
AFImageRequestOperation.m
|
Removing AFInternal category, opting instead to inline success and failure dispatch
|
2012-02-20 20:22:46 -08:00 |
|
AFJSONRequestOperation.h
|
fix unnecessary up-cast as discussed in #122
|
2011-11-22 16:50:21 +07:00 |
|
AFJSONRequestOperation.m
|
Removing AFInternal category, opting instead to inline success and failure dispatch
|
2012-02-20 20:22:46 -08:00 |
|
AFJSONUtilities.h
|
Mark the AFJSON* functions as 'extern'.
|
2012-01-20 14:35:19 -08:00 |
|
AFJSONUtilities.m
|
Move the AFJSON* functions into a source file.
|
2012-01-20 11:56:55 -08:00 |
|
AFNetworkActivityIndicatorManager.h
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
AFNetworkActivityIndicatorManager.m
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
AFNetworking.h
|
Add newline
|
2012-02-16 14:53:03 -08:00 |
|
AFPropertyListRequestOperation.h
|
Minor documentation fixes
|
2011-11-11 11:35:07 -06:00 |
|
AFPropertyListRequestOperation.m
|
Removing AFInternal category, opting instead to inline success and failure dispatch
|
2012-02-20 20:22:46 -08:00 |
|
AFURLConnectionOperation.h
|
[Issue 204] Adding authenticationAgainstProtectionSpace block, to intercept connection:canAuthenticateAgainstProtectionSpace: (Thanks Kevin Harwood & Peter Steinberger)
|
2012-02-14 08:38:49 -08:00 |
|
AFURLConnectionOperation.m
|
Avoid crash with nil URL in request
|
2012-02-29 14:35:45 -08:00 |
|
AFXMLRequestOperation.h
|
Returning NSXMLParser as response object on all platforms, and documenting the change (Thanks to Zac Bowling for the suggestion)
|
2011-11-10 11:47:28 -06:00 |
|
AFXMLRequestOperation.m
|
Removing AFInternal category, opting instead to inline success and failure dispatch
|
2012-02-20 20:22:46 -08:00 |
|
UIImageView+AFNetworking.h
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
UIImageView+AFNetworking.m
|
Refactoring UIImageView+AFNetworking to remove unused aspects of AFImageCache, and to prevent unexpected or incorrect cacheing behavior
|
2012-02-14 09:12:19 -08:00 |