| .. |
|
AFHTTPClient.h
|
Fixing formatting for URL construction example code in AFHTTPClient
|
2011-11-14 14:24:21 -06:00 |
|
AFHTTPClient.m
|
Fix issue with multipart form boundaries.
|
2011-11-29 14:16:48 -08:00 |
|
AFHTTPRequestOperation.h
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
AFHTTPRequestOperation.m
|
Merge branch 'experimental-http-client-callback-refactoring' into experimental-0.8
|
2011-11-07 11:20:15 -06:00 |
|
AFImageCache.h
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
AFImageCache.m
|
Cache image data, as NSPurgeableData, rather than UIImage/NSImage
|
2011-10-25 08:50:08 -05:00 |
|
AFImageRequestOperation.h
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
AFImageRequestOperation.m
|
[Issue #110] Fixing orientation issues by using UIImage imageOrientation value rather than assuming UIImageOrientationUp
|
2011-11-21 11:19:25 -06:00 |
|
AFJSONRequestOperation.h
|
fix unnecessary up-cast as discussed in #122
|
2011-11-22 16:50:21 +07:00 |
|
AFJSONRequestOperation.m
|
Make JSON requests allow text/javascript content
|
2011-12-11 01:10:01 -08:00 |
|
AFJSONUtilities.h
|
I promise, this time I really fixed it...
|
2011-12-10 00:06:57 +01: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
|
Removing AFNetworking framework prefix from AFNetworking.h
|
2011-10-31 11:17:53 -05:00 |
|
AFPropertyListRequestOperation.h
|
Minor documentation fixes
|
2011-11-11 11:35:07 -06:00 |
|
AFPropertyListRequestOperation.m
|
Refactoring success and failure callbacks for HTTP request operations and client, to add more information and make everything more consistent
|
2011-10-24 13:08:58 -05:00 |
|
AFURLConnectionOperation.h
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
AFURLConnectionOperation.m
|
[Issue #124] Calling super implementation in -isReady, following the guidelines for NSOperation subclasses
|
2011-11-22 21:22:13 -06: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
|
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 |
|
UIImageView+AFNetworking.h
|
Updating and revising documentation
|
2011-11-11 11:28:05 -06:00 |
|
UIImageView+AFNetworking.m
|
in UIImageView+AFNetworking, calling net request success callback after setting UIImageView.image (symmetrical with cached image retrieval/callback)
|
2011-11-29 17:26:33 -08:00 |