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-03-29 22:43:24 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e7d6e674a960b2ae085eca4ad24dd24d77b44a1
RestKit
/
Examples
History
Blake Watters
4e7d6e674a
Merge pull request
#325
from allenwei/master
...
Can not update user's token if token changed at server side
2011-09-21 05:53:51 -07:00
..
RKCatalog
Fixed issue with order dependence in Core Data connections.
fixes
#173
2011-09-20 12:02:50 -04:00
RKDiscussionBoardExample
fix issue: can not update user's token if token changed
2011-09-03 02:16:19 +08:00
RKMacOSX
Reworked installation and build process to eliminate the need to configure the Header and Library search paths. Updated all example projects to match. This makes the use of the DerivedData directory a requirement going forward.
fixes
#323
2011-09-01 21:54:45 -04:00
RKTwitter
Refactored OAuth support for merge into master.
fixes
#84
,
#211
2011-09-20 15:52:17 -04:00
RKTwitterCoreData
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