| .. |
|
AFHTTPClient.h
|
Fixing appledoc compliation errors in documentation
|
2012-08-31 09:53:55 -07:00 |
|
AFHTTPClient.m
|
Merge branch 'master' of github.com:AFNetworking/AFNetworking
|
2012-09-05 19:48:12 -07:00 |
|
AFHTTPRequestOperation.h
|
Significant restructuring and editing of documentation, organizing notifications, functions, and constants into separate sections at the end of the class header
|
2012-08-29 14:15:35 -07:00 |
|
AFHTTPRequestOperation.m
|
[Issue #505] Handling missing content type correctly
|
2012-09-07 16:45:12 -07:00 |
|
AFImageRequestOperation.h
|
Fixing appledoc compliation errors in documentation
|
2012-08-31 09:53:55 -07:00 |
|
AFImageRequestOperation.m
|
Removing references to AFHTTPClientOperation protocol in documentation
|
2012-08-31 09:13:18 -07:00 |
|
AFJSONRequestOperation.h
|
Spelling corrections.
|
2012-08-23 10:08:12 -07:00 |
|
AFJSONRequestOperation.m
|
Using more idiomatic ?: for success/failureCallbackQueue fallbacks
|
2012-08-29 09:29:47 -07: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
|
Adding additional note about not ever really having to manually increment or decrement the activity count on AFNetworkActivityIndicatorManager
|
2012-06-11 07:57:33 -07:00 |
|
AFNetworkActivityIndicatorManager.m
|
[Issue #460] Removing atomic keyword in activityCount property for AFNetworkActivityIndicatorManager
|
2012-08-22 10:09:24 -07:00 |
|
AFNetworking.h
|
Add newline
|
2012-02-16 14:53:03 -08:00 |
|
AFPropertyListRequestOperation.h
|
Removing unnecessary ivar declaration in headers
|
2012-04-08 15:25:20 -07:00 |
|
AFPropertyListRequestOperation.m
|
Using more idiomatic ?: for success/failureCallbackQueue fallbacks
|
2012-08-29 09:29:47 -07:00 |
|
AFURLConnectionOperation.h
|
Fixing appledoc compliation errors in documentation
|
2012-08-31 09:53:55 -07:00 |
|
AFURLConnectionOperation.m
|
[BUGFIX] Avoid common output stream setup errors, including immediately scheduling the stream on a runloop.
|
2012-09-10 13:17:04 -07:00 |
|
AFXMLRequestOperation.h
|
Spelling corrections.
|
2012-08-23 10:08:12 -07:00 |
|
AFXMLRequestOperation.m
|
Using more idiomatic ?: for success/failureCallbackQueue fallbacks
|
2012-08-29 09:29:47 -07:00 |
|
UIImageView+AFNetworking.h
|
Improving documentation for UIImageView+AFNetworking
|
2012-06-16 13:23:50 -07:00 |
|
UIImageView+AFNetworking.m
|
Using dispatch_once pattern for initializing UIImageView request operation queue singleton
|
2012-08-31 16:57:04 -07:00 |