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-06 09:41:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
99250475ad9fc800b778c85f64e25bda92935eca
RestKit
/
Code
History
Parker
99250475ad
added Apache License headers to all files in ObjectMapping directory
2011-09-07 11:31:01 -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
added apache license to everything in the Network directory
2011-09-07 10:45:42 -04:00
ObjectMapping
added Apache License headers to all files in ObjectMapping directory
2011-09-07 11:31:01 -04:00
Support
Oops … RKPathMatcher merge didn't actually have RKPathMatcher .h and .m in it … Thanks @dmthomas for the heads up.
2011-09-06 16:44:55 -05: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 blank comment to the RestKit.h header
2011-09-07 10:34:26 -04:00