AFNetworking/AFNetworking
David Keegan 391aa64392 JSON exception created but never raised: fix #175
In the JSON decoder an exception was created if a JSON library could not be found, however it was never raised. The exception for encoding was already being raised.
2012-01-16 10:38:25 -08:00
..
AFHTTPClient.h Fix up documentation for requestWithMethod:path:parameters:. 2012-01-05 20:47:59 -08:00
AFHTTPClient.m "Content-disposition" should be "form-data" for a single file. 2012-01-06 21:24:45 -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 Added scaling while constructing image from cached data. 2011-12-10 19:00:49 +01:00
AFImageCache.m Minor code formatting 2011-12-13 09:39:31 -06: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 JSON exception created but never raised: fix #175 2012-01-16 10:38:25 -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 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 Adding authentication challenge callback block to override default NSURLConnection delegate method implementation 2011-12-04 03:45:02 -06:00
AFURLConnectionOperation.m Cancel request if there is an authentication challenge but no credentials for it 2012-01-10 14:40:15 -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 Minor refactoring of XMLDocumentRequestOperationWithRequest:success:failure: 2012-01-10 14:56:55 -08: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