AFNetworking/Example
Evan Long b681971116 The allocation for the shared client could occur twice resulting in a leak. Two
threads could pass the nil check. One would acquire the lock and create the
sharedClient. The second thread would eventually get the lock and also acquire
a sharedClient.
2011-09-15 00:58:41 -07:00
..
AFNetworking Example.xcodeproj 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
Classes The allocation for the shared client could occur twice resulting in a leak. Two 2011-09-15 00:58:41 -07:00
Images Changing Example project directory structure 2011-06-01 12:22:44 -05:00
Vendor Changing Example project directory structure 2011-06-01 12:22:44 -05:00
AppDelegate.h Changing Example project directory structure 2011-06-01 12:22:44 -05:00
AppDelegate.m Removing AFURLCache, using NSURLCache instead 2011-06-02 15:16:17 -05:00
Info.plist Changing Example project directory structure 2011-06-01 12:22:44 -05:00
main.m Changing Example project directory structure 2011-06-01 12:22:44 -05:00
Prefix.pch Changing Example project directory structure 2011-06-01 12:22:44 -05:00