AFNetworking/AFNetworking
Peter Steinberger ed4c558755 remote obsolete KVO change calls.
See http://petersteinberger.com/blog/2012/dont-call-willchangevalueforkey/.

I didn't remove the call in the AFNetworkActivityIndicatorManager, since I already removed this in my other pull request.
2012-04-06 01:46:58 -07:00
..
AFHTTPClient.h Adding notes in documentation about JSON libraries necessary for decoding responses in AFJSONRequestOperation and encoding requests in AFHTTPClient 2012-03-20 10:32:29 -07:00
AFHTTPClient.m [Issue #266] Re-adding conditional in multipartFormRequestWithMethod:... that does not doubly-encode NSData parameter values 2012-03-28 10:08:49 -07:00
AFHTTPRequestOperation.h Removing AFInternal category, opting instead to inline success and failure dispatch 2012-02-20 20:22:46 -08:00
AFHTTPRequestOperation.m [Issue #238] Reverting change in AFHTTPRequestOperation -setCompletionBlockWithSuccess:failure: to once again have responseData be the response object 2012-03-09 12:44:29 -08:00
AFImageRequestOperation.h Updating and revising documentation 2011-11-11 11:28:05 -06:00
AFImageRequestOperation.m remote obsolete KVO change calls. 2012-04-06 01:46:58 -07:00
AFJSONRequestOperation.h Adding notes in documentation about JSON libraries necessary for decoding responses in AFJSONRequestOperation and encoding requests in AFHTTPClient 2012-03-20 10:32:29 -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 merged e87b3c1 2012-03-21 00:17:59 +01:00
AFNetworkActivityIndicatorManager.h Updating and revising documentation 2011-11-11 11:28:05 -06:00
AFNetworkActivityIndicatorManager.m [Issue #278] Adding thread safety to incrementing / decrementing and display of network activity indicator 2012-04-04 16:31:52 -07: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 Fixing upload/download typo. 2012-03-15 17:20:56 -07:00
AFURLConnectionOperation.m [Issue #246] Making AFURLConnectionOperation behavior consistent for _AFNETWORKING_ALLOW_INVALID_SSL_CERTIFICATES_ in -connection:didReceiveAuthenticationChallenge: 2012-03-13 09:02:42 -07: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