AFNetworking/AFNetworking
Daniel Rinser d8f074dcfa [Issue #559] Fixed body for NSNull parameter values in multipart/form-data requests
Parts for parameters with a value of NSNull now have an empty body rather than "<null>" (which was produced by -[NSNull description]).
2012-10-05 15:56:48 +02:00
..
AFHTTPClient.h Fix type discrepancy for upload stream delay. 2012-10-04 23:03:54 +02:00
AFHTTPClient.m [Issue #559] Fixed body for NSNull parameter values in multipart/form-data requests 2012-10-05 15:56:48 +02:00
AFHTTPRequestOperation.h Merge branch 'master' into 1.0RC2 2012-09-14 10:30:25 -07:00
AFHTTPRequestOperation.m Fixing misuse of #if instead of #ifdef for AF_DISPATCH_RETAIN_RELEASE 2012-10-01 10:47:17 -07:00
AFImageRequestOperation.h Merge branch 'master' into 1.0RC2 2012-09-14 10:30:25 -07:00
AFImageRequestOperation.m Merge branch 'master' into 1.0RC2 2012-09-14 10:30:25 -07:00
AFJSONRequestOperation.h Merge branch 'master' into 1.0RC2 2012-09-14 10:30:25 -07:00
AFJSONRequestOperation.m Using more idiomatic ?: for success/failureCallbackQueue fallbacks 2012-08-29 09:29:47 -07:00
AFNetworkActivityIndicatorManager.h Adding additional documentation about usage for AFNetworkActivityIndicatorManager 2012-09-25 07:24:52 -07:00
AFNetworkActivityIndicatorManager.m Use MAX to constrain _activityCount to non-negative numbers 2012-09-25 07:15:02 -07:00
AFNetworking.h Add newline 2012-02-16 14:53:03 -08:00
AFPropertyListRequestOperation.h First pass at converting to ARC 2012-06-26 09:14:52 -07:00
AFPropertyListRequestOperation.m Using more idiomatic ?: for success/failureCallbackQueue fallbacks 2012-08-29 09:29:47 -07:00
AFURLConnectionOperation.h Merge branch 'master' into 1.0RC2 2012-09-14 10:30:25 -07:00
AFURLConnectionOperation.m Fixing warnings triggered by -Weverything flag 2012-10-01 10:43:12 -07:00
AFXMLRequestOperation.h Fixing compiler warnings relating to incorrect use of #if rather than #ifdef 2012-10-01 10:41:08 -07:00
AFXMLRequestOperation.m Fixing compiler warnings relating to incorrect use of #if rather than #ifdef 2012-10-01 10:41:08 -07:00
UIImageView+AFNetworking.h Disabling HTTP pipelining for image request operations 2012-09-25 21:48:25 -07:00
UIImageView+AFNetworking.m Disabling HTTP pipelining for image request operations 2012-09-25 21:48:25 -07:00