| .. |
|
AFHTTPRequestOperation.h
|
Changing AFHTTPRequestOperation @properties to be readonly
|
2011-09-16 10:08:49 -05:00 |
|
AFHTTPRequestOperation.m
|
Fixing AFHTTPRequestOperation -responseString, to use string encoding from response, rather than assuming UTF8
|
2011-09-16 10:10:15 -05:00 |
|
AFImageCache.h
|
Moving AFNetworking classes into correct directory
|
2011-07-27 15:20:37 -05:00 |
|
AFImageCache.m
|
Making AFImageCache lazy init thread safe since it is called from main thread and background threads. Also making the increment and decrement for AFNetworkActivityIndicatorManager thread safe since start/stopAnimating are called from different threads.
|
2011-08-30 17:16:23 -07: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
|
[Issue #16] Formalizing AFNetworkingErrorDomain, and constructing errors accordingly
|
2011-09-15 12:06:25 -05: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
|
Ok, making the entire reading and increment atomic.
|
2011-08-30 22:36:24 -07:00 |
|
AFRestClient.h
|
Adding AFRestClient -enqueueHTTPOperation:
|
2011-09-16 10:06:11 -05:00 |
|
AFRestClient.m
|
Adding AFRestClient -enqueueHTTPOperation:
|
2011-09-16 10:06:11 -05:00 |
|
NSData+AFNetworking.h
|
[Issue #16] Formalizing AFNetworkingErrorDomain, and constructing errors accordingly
|
2011-09-15 12:06:25 -05:00 |
|
NSData+AFNetworking.m
|
Fixing zlib inflate and deflate NSData category methods
|
2011-09-16 23:23:34 -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 -cancelImageRequestOperation to UIImageView category
|
2011-09-15 14:29:29 -05:00 |
|
UIImageView+AFNetworking.m
|
Adding -cancelImageRequestOperation to UIImageView category
|
2011-09-15 14:29:29 -05:00 |