Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fourplusone
/
RestKit
Public
forked from
RestKit/RestKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
RestKit
Code
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 13, 2011
Merge commit '20ed3d25fe3c6aef621600918f76f227326e16b3'
fourplusone
committed
ac16feb
View commit details
Copy full SHA for ac16feb
View code at this point
Browse repository at this point
Added parser(Class)ForResponse to parser registry for fine grained parsing
fourplusone
committed
732cfff
View commit details
Copy full SHA for 732cfff
View code at this point
Browse repository at this point
Commits on Nov 24, 2011
Merge commit 'a0b96421422e2de5fd29b8001622a74899d5fca0'
fourplusone
committed
20ed3d2
View commit details
Copy full SHA for 20ed3d2
View code at this point
Browse repository at this point
RKResponse uses the encoding Header for determinating encoding
fourplusone
committed
4fa8a02
View commit details
Copy full SHA for 4fa8a02
View code at this point
Browse repository at this point
Commits on Nov 17, 2011
Remove performSelector invocations that have resulted in App Store rejections. fixes #442
blakewatters
committed
70e2acc
View commit details
Copy full SHA for 70e2acc
View code at this point
Browse repository at this point
Commits on Nov 10, 2011
The OAuth use correct parameters to make signature for HTTP PUT/POST.
Tony Lee
committed
a566106
View commit details
Copy full SHA for a566106
View code at this point
Browse repository at this point
Commits on Nov 9, 2011
Reworked reachability initialization to support usage when there is no Internet connectivity.
Show description for fd80eae
blakewatters
committed
fd80eae
View commit details
Copy full SHA for fd80eae
View code at this point
Browse repository at this point
Commits on Nov 4, 2011
Fix typo 'current' => 'concurrent'
blakewatters
committed
dad00a4
View commit details
Copy full SHA for dad00a4
View code at this point
Browse repository at this point
Commits on Oct 27, 2011
Lowered logging level for NSNull collection from Warning to Debug. closes #422
blakewatters
committed
cb694c3
View commit details
Copy full SHA for cb694c3
View code at this point
Browse repository at this point
Commits on Oct 25, 2011
Add missing comma in reachabilityFlagsDescription for OS X build
blakewatters
committed
6ebe3c2
View commit details
Copy full SHA for 6ebe3c2
View code at this point
Browse repository at this point
Commits on Oct 20, 2011
Add missing scheduleObserver call in initWithAddress: refs #408
blakewatters
committed
a3d15d8
View commit details
Copy full SHA for a3d15d8
View code at this point
Browse repository at this point
Revert "Use run loop instead of dispatch queue as unscheduling via NULL queue is triggering errors. refs #408"
Show description for a863da1
blakewatters
committed
a863da1
View commit details
Copy full SHA for a863da1
View code at this point
Browse repository at this point
Use run loop instead of dispatch queue as unscheduling via NULL queue is triggering errors. refs #408
blakewatters
committed
fa6cff8
View commit details
Copy full SHA for fa6cff8
View code at this point
Browse repository at this point
Commits on Oct 19, 2011
Refactored RKReachabilityObserver to work around issues with iOS 5 + host reachability and expand its capabilities. closes #408
Show description for d75fd7d
blakewatters
committed
d75fd7d
View commit details
Copy full SHA for d75fd7d
View code at this point
Browse repository at this point
Replaced TDOAuth with GCOAuth. fixes #407
blakewatters
committed
eb9dec5
View commit details
Copy full SHA for eb9dec5
View code at this point
Browse repository at this point
Commits on Oct 16, 2011
Implemented example application building RestKit into a CLI utility for parsing files and evaluating keyPaths against the results. refs #409
blakewatters
committed
c45d3b2
View commit details
Copy full SHA for c45d3b2
View code at this point
Browse repository at this point
Implemented MIMETypeForPathExtension for NSURL and NSString. refs #409
Show description for 585d4aa
blakewatters
committed
585d4aa
View commit details
Copy full SHA for 585d4aa
View code at this point
Browse repository at this point
Updated RKAlert to build in cases where NSAlert and UIAlert are not available (i.e. CLI app). refs #409
blakewatters
committed
0e08147
View commit details
Copy full SHA for 0e08147
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Implemented support for URL encoding an array of dictionaries. fixes #391
Show description for d6e26a6
bradphelan
authored and
blakewatters
committed
d6e26a6
View commit details
Copy full SHA for d6e26a6
View code at this point
Browse repository at this point
Expanded docs in RKObjectMappingProvider. Normalized some method signatures
blakewatters
committed
23422c7
View commit details
Copy full SHA for 23422c7
View code at this point
Browse repository at this point
Commits on Oct 13, 2011
Fixed building on OS X.
ivucica
committed
33b663a
View commit details
Copy full SHA for 33b663a
View code at this point
Browse repository at this point
Implemented support for removing mappings from RKObjectMappingProvider by keyPath. Improved documentation on the mapping provider class.
blakewatters
committed
f527918
View commit details
Copy full SHA for f527918
View code at this point
Browse repository at this point
Merge pull request #399 from Felixyz/validationErrorLogging
Show description for c290460
blakewatters
committed
c290460
View commit details
Copy full SHA for c290460
View code at this point
Browse repository at this point
Commits on Oct 12, 2011
Log much-needed info when context fails to save
Show description for a235610
felixyz
committed
a235610
View commit details
Copy full SHA for a235610
View code at this point
Browse repository at this point
Fix issue with incorrectly built OAuth 1.0 invocation of TDOAuth. fixes #396
Show description for 214efd3
blakewatters
committed
214efd3
View commit details
Copy full SHA for 214efd3
View code at this point
Browse repository at this point
Improve assertion failure message when no serialization mapping is available and a put/postObject is attempted
blakewatters
committed
4b1db7a
View commit details
Copy full SHA for 4b1db7a
View code at this point
Browse repository at this point
Commits on Oct 11, 2011
Workaround for crashes due to over-release of RKParams on iOS 5. fixes #392
blakewatters
committed
d5987f0
View commit details
Copy full SHA for d5987f0
View code at this point
Browse repository at this point
Commits on Oct 10, 2011
Check the type of destinationValue as well as sourceValue when determining the comparison selector to use. refs #343, refs #320
Show description for e193610
blakewatters
committed
e193610
View commit details
Copy full SHA for e193610
View code at this point
Browse repository at this point
Commits on Oct 6, 2011
Fix for leaking object mapping queue references. fixes #390
blakewatters
committed
69e560d
View commit details
Copy full SHA for 69e560d
View code at this point
Browse repository at this point
Commits on Oct 5, 2011
Add support for the use of nesting key attributes as the primaryKey in managed mappings.
Show description for 586034b
blakewatters
committed
586034b
View commit details
Copy full SHA for 586034b
View code at this point
Browse repository at this point
Commits on Oct 4, 2011
Use lastObject instead of objectAtIndex: to avoid exception during sanity check
blakewatters
committed
a4d84aa
View commit details
Copy full SHA for a4d84aa
View code at this point
Browse repository at this point
Commits on Oct 1, 2011
Added sanity check that relationship mapping is not targeting a collection of collections. fixes #386
Show description for d94fcf6
blakewatters
committed
d94fcf6
View commit details
Copy full SHA for d94fcf6
View code at this point
Browse repository at this point
Added new RKLog helpers for changing the log level during the execution of a block. Very helpful for debugging. closes #387
blakewatters
committed
2823d60
View commit details
Copy full SHA for 2823d60
View code at this point
Browse repository at this point
Commits on Sep 29, 2011
Eliminated the use of @compatibility_alias to work around compiler issues reported on the mailing list
blakewatters
committed
da38149
View commit details
Copy full SHA for da38149
View code at this point
Browse repository at this point
Implemented full support for generation of cache keys on RKParams. fixes #272
Show description for f894226
V01dZer0
authored and
blakewatters
committed
f894226
View commit details
Copy full SHA for f894226
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.