AFNetworking/AFNetworking
2011-09-21 16:52:22 -05:00
..
AFHTTPRequestOperation.h Adding documentation to constants in AFHTTPRequestOperation 2011-09-21 15:55:21 -05:00
AFHTTPRequestOperation.m [Issue #33] Changing return type of class method object contructors from id to an actual instance of that class 2011-09-21 15:33:20 -05:00
AFImageCache.h [Issue #33] Changing return type of class method object contructors from id to an actual instance of that class 2011-09-21 15:33:20 -05:00
AFImageCache.m [Issue #33] Changing return type of class method object contructors from id to an actual instance of that class 2011-09-21 15:33:20 -05:00
AFImageRequestOperation.h [Issue #33] Changing return type of class method object contructors from id to an actual instance of that class 2011-09-21 15:33:20 -05:00
AFImageRequestOperation.m Dispatching callbacks to main thread for Image requests 2011-09-21 16:52:22 -05:00
AFJSONRequestOperation.h Adding #import for Foundation to AFJSONRequestOperation 2011-09-21 15:34:08 -05:00
AFJSONRequestOperation.m Dispatching callbacks to main thread for JSON requests 2011-09-21 16:07: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 Replacing NSMutableURLRequest category method with more flexible constructor in AFRestClient 2011-09-21 14:00:05 -05:00
AFRestClient.m Fixing a few things with AFRestClient multipart request functionality 2011-09-21 14:22:21 -05:00
UIImageView+AFNetworking.h Refactoring image request API to remove unnecessary configuration, and focus the design goals of those classes 2011-09-16 22:40:52 -05:00
UIImageView+AFNetworking.m Fixing optimization to not re-initiate duplicated calls to a UIImageView, by adding missing check to see if the last operation was cancelled 2011-09-21 15:50:22 -05:00