Mattt Thompson
c2be31d4fa
First implementation of protocol for AFHTTPClient to register classes to automatically determine the appropriate operation to create
...
Wrapping AFURLConnectionOperation -setCompletionBlock: with blockSelf release pattern to avoid retain cycle
2011-10-05 15:44:51 -05:00
Mattt Thompson
db4c852e3d
[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
Mattt Thompson
2b9a66d7a9
Changing AFRestClient +baseURL to a @property
2011-09-16 10:02:51 -05:00
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
Mattt Thompson
3f851b0a23
Removing AFURLCache, using NSURLCache instead
2011-06-02 15:16:17 -05:00
Mattt Thompson
a8cb70db12
Changing Example project directory structure
2011-06-01 12:22:44 -05:00