AFNetworking/AFNetworking
2011-08-24 15:41:32 -04:00
..
AFHTTPRequestOperation.h Merge branch 'gzip-compression-experimental' into experimental-gcd-processing 2011-08-14 20:06:03 -05:00
AFHTTPRequestOperation.m Merge branch 'gzip-compression-experimental' into experimental-gcd-processing 2011-08-14 20:06:03 -05:00
AFImageCache.h Moving AFNetworking classes into correct directory 2011-07-27 15:20:37 -05:00
AFImageCache.m Moving AFNetworking classes into correct directory 2011-07-27 15:20:37 -05:00
AFImageRequestOperation.h Moving AFNetworking classes into correct directory 2011-07-27 15:20:37 -05:00
AFImageRequestOperation.m Merge branch 'gzip-compression-experimental' into experimental-gcd-processing 2011-08-14 20:06:03 -05:00
AFJSONRequestOperation.h Expanding success and failure block of most explicit signature for AFJSONRequestOperation to include request and response objects 2011-08-05 11:50:51 -05:00
AFJSONRequestOperation.m Only check HTTP status code and content type if there isn't already an error passed in to the completion block. Otherwise network errors are overwritten by a faulty error stating the HTTP status code is 0. 2011-08-24 15:41:32 -04:00
AFNetworkActivityIndicatorManager.h Changing activity status counter to signed integer, to ensure MAX(0,_activityCount) is enforced as expected 2011-08-14 20:11:49 -05:00
AFNetworkActivityIndicatorManager.m Changing activity status counter to signed integer, to ensure MAX(0,_activityCount) is enforced as expected 2011-08-14 20:11:49 -05:00
AFRestClient.h Adding AFRestClient -cancelHTTPOperationsWithRequest: and -cancelAllHTTPOperations 2011-08-14 20:19:59 -05:00
AFRestClient.m Adding AFRestClient -cancelHTTPOperationsWithRequest: and -cancelAllHTTPOperations 2011-08-14 20:19:59 -05:00
NSData+AFNetworking.h Initial support for Gzip compression of HTTP Post Body 2011-08-05 15:13:22 -05:00
NSData+AFNetworking.m Initial support for Gzip compression of HTTP Post Body 2011-08-05 15:13:22 -05:00
NSMutableURLRequest+AFNetworking.h useCompression -> useGzipCompression 2011-08-05 15:15:32 -05:00
NSMutableURLRequest+AFNetworking.m useCompression -> useGzipCompression 2011-08-05 15:15:32 -05:00
NSString+AFNetworking.h Adding NSMutableURLRequest category with -setHTTPBodyWithData:mimeType:forParameterNamed:parameters: method, for multi-part POST requests 2011-08-05 10:58:37 -05:00
NSString+AFNetworking.m Adding NSMutableURLRequest category with -setHTTPBodyWithData:mimeType:forParameterNamed:parameters: method, for multi-part POST requests 2011-08-05 10:58:37 -05:00
UIImage+AFNetworking.h Moving AFNetworking classes into correct directory 2011-07-27 15:20:37 -05:00
UIImage+AFNetworking.m Fix bug with scaling images with a portrait aspect ratio. 2011-08-04 11:55:37 -04:00
UIImageView+AFNetworking.h Adding method, adding a callback for when image was loaded. This fixes a shortcoming where images loaded into UITableViewCells wouldn't show up until being recycled, needing to layout its subviews 2011-08-05 10:41:20 -05:00
UIImageView+AFNetworking.m Execute block passed into UIImageView request if getting an image out of the cache 2011-08-14 19:48:31 -05:00