| .. |
|
AFHTTPClient.h
|
Fixing @param name to correspond to actual parameter (filename -> fileName)
|
2013-01-29 15:31:12 +00:00 |
|
AFHTTPClient.m
|
Adding comma (,) as a percent escaped character since it's in the reserved words per the RFC
|
2013-02-19 16:01:01 -08:00 |
|
AFHTTPRequestOperation.h
|
Whitespace formatting by Xcode re-indentation
|
2013-01-27 12:15:07 -05:00 |
|
AFHTTPRequestOperation.m
|
[Issue #837] Refactoring implementation of HTTP string encoding edge case to -responseStringEncoding to fix potential inconsistency in effective value
|
2013-03-05 14:42:23 -08:00 |
|
AFImageRequestOperation.h
|
Whitespace formatting by Xcode re-indentation
|
2013-01-27 12:15:07 -05:00 |
|
AFImageRequestOperation.m
|
Use dispatch_once to initialize content-type-specific processing queues
|
2013-02-04 00:45:35 +01:00 |
|
AFJSONRequestOperation.h
|
Whitespace formatting by Xcode re-indentation
|
2013-01-27 12:15:07 -05:00 |
|
AFJSONRequestOperation.m
|
Use dispatch_once to initialize content-type-specific processing queues
|
2013-02-04 00:45:35 +01:00 |
|
AFNetworkActivityIndicatorManager.h
|
Whitespace formatting by Xcode re-indentation
|
2013-01-27 12:15:07 -05:00 |
|
AFNetworkActivityIndicatorManager.m
|
Whitespace formatting by Xcode re-indentation
|
2013-01-27 12:15:07 -05:00 |
|
AFNetworking.h
|
Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings
|
2012-11-30 15:09:11 -08:00 |
|
AFPropertyListRequestOperation.h
|
Whitespace formatting by Xcode re-indentation
|
2013-01-27 12:15:07 -05:00 |
|
AFPropertyListRequestOperation.m
|
Use dispatch_once to initialize content-type-specific processing queues
|
2013-02-04 00:45:35 +01:00 |
|
AFURLConnectionOperation.h
|
[Issue #767] Consolidating macros
|
2013-01-31 07:06:26 +00:00 |
|
AFURLConnectionOperation.m
|
Fixes -[AFURLConnectionOperation totalBytesRead] threading issue.
|
2013-02-26 08:37:18 +01:00 |
|
AFXMLRequestOperation.h
|
Whitespace formatting by Xcode re-indentation
|
2013-01-27 12:15:07 -05:00 |
|
AFXMLRequestOperation.m
|
Use dispatch_once to initialize content-type-specific processing queues
|
2013-02-04 00:45:35 +01:00 |
|
UIImageView+AFNetworking.h
|
Whitespace formatting by Xcode re-indentation
|
2013-01-27 12:15:07 -05:00 |
|
UIImageView+AFNetworking.m
|
[Issue #803] Only set image in UIImageView category if non-nil
|
2013-02-27 11:11:49 -08:00 |