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-11 22:41:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41c8d27f04cbaca29419d5d32cbaea6c6c4eda6d
RestKit
/
RestKit.xcodeproj
History
Greg Combs
9ce25f5689
Added RKDotNetDateFormatter to translate back and forth between NSDate and strings like /Date(1234567890123-0500)/ Also includes header docs and specs.
Fixes
#264
2011-09-09 03:26:46 -05:00
..
project.xcworkspace
Updating gitignore workspaces
2011-03-09 15:14:48 -05:00
xcshareddata
/xcschemes
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
project.pbxproj
Added RKDotNetDateFormatter to translate back and forth between NSDate and strings like /Date(1234567890123-0500)/ Also includes header docs and specs.
Fixes
#264
2011-09-09 03:26:46 -05:00