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-01 17:39:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db82df19eb7b14e06ea5941afdcbee7fb0fd1e4a
RestKit
/
Code
History
Blake Watters
2ccc44954a
Configured default locale to en_US_POSIX for default date formatters.
closes
#273
2011-09-05 17:54:07 -04:00
..
CoreData
Eliminated requirement to use -all_load linker flag. Fixed breakage in OS X builds due to ivar/property name disagreement. Removed references to all_load from the install docs.
fixes
#239
2011-09-01 20:52:46 -04:00
Network
Reworked Brendan Ribera's contributions around time zone handling to eliminate the use of transient
2011-09-05 17:25:43 -04:00
ObjectMapping
Configured default locale to en_US_POSIX for default date formatters.
closes
#273
2011-09-05 17:54:07 -04:00
Support
Added support for parsing XML containing CDATA content.
fixes
#327
2011-09-03 14:30:07 -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