This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-04-18 08:30:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a1b2201f2ae90146daf9e994e7c83a517b832a51
RestKit
/
Code
History
Greg Combs
a1b2201f2a
Fixes a crash in RKObjectMappingProvider where objectMappingsForClass is called after some dynamic mappings have been registered in the provider.
Fixes
#342
. Thanks to @bjornjonsson
2011-09-14 20:32:37 -05:00
..
CoreData
Added assertions for object store nilness.
2011-09-13 13:13:12 -04:00
Network
Small header file changes for Appledoc output changes
2011-09-13 13:13:11 -04:00
ObjectMapping
Fixes a crash in RKObjectMappingProvider where objectMappingsForClass is called after some dynamic mappings have been registered in the provider.
Fixes
#342
. Thanks to @bjornjonsson
2011-09-14 20:32:37 -05:00
Support
Small header file changes for Appledoc output changes
2011-09-13 13:13:11 -04:00
Three20
Eliminated the global sharedQueue in favor of allowing each RKClient to own its a private queue. This eliminates problems where multiple clients are tracking reachability notifications and mutating the suspension state on a single queue. If you want to use a single queue across multiple RKClient instances, you can assign a single queue to both and worry about suspension and reachability yourself.
fixes
#278
2011-09-03 15:52:45 -04:00
RestKit.h
Added special 'App' logging component for logging messages via RKLog() from your app.
closes
#183
2011-06-30 15:11:58 -04:00