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 }}
ctide
/
RestKit
Public
forked from
RestKit/RestKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 16, 2012
ensure that auth token stuff is added so that it will work with object mapper
ctide
committed
93d6e5e
View commit details
Copy full SHA for 93d6e5e
Browse repository at this point
Commits on Feb 12, 2012
add an auth token option
ctide
committed
c6beae8
View commit details
Copy full SHA for c6beae8
Browse repository at this point
Commits on Jan 25, 2012
Fix indentation inconsistencies in dealloc
blakewatters
committed
c19a500
View commit details
Copy full SHA for c19a500
Browse repository at this point
Invalidate the timer before dispatching error delegate callbacks
blakewatters
committed
98cb113
View commit details
Copy full SHA for 98cb113
Browse repository at this point
Commits on Jan 24, 2012
Fix test for pull request 519
Christopher Swasey
authored and
blakewatters
committed
1a4bd9b
View commit details
Copy full SHA for 1a4bd9b
Browse repository at this point
Remove duplicate timer creation. Fixes #517.
Brian Morton
authored and
blakewatters
committed
7174937
View commit details
Copy full SHA for 7174937
Browse repository at this point
Move RKRequest timeoutTimer creation to a helper method so that we can test the number of times it is invoked.
Brian Morton
authored and
blakewatters
committed
b2c4b2f
View commit details
Copy full SHA for b2c4b2f
Browse repository at this point
Add test to make sure that only one timeoutTimer is created.
Brian Morton
authored and
blakewatters
committed
e9bf8a2
View commit details
Copy full SHA for e9bf8a2
Browse repository at this point
Commits on Jan 20, 2012
Merge pull request #505 from spenrose/xml-attributes-bug
Show description for fa44916
Jeff Arena
committed
fa44916
View commit details
Copy full SHA for fa44916
Browse repository at this point
Merge branch 'feature/513-dates-before-1970'
blakewatters
committed
d0b8594
View commit details
Copy full SHA for d0b8594
Browse repository at this point
adding treatment for dates before jan 1st 1970
marlonandrade
authored and
blakewatters
committed
377d350
View commit details
Copy full SHA for 377d350
Browse repository at this point
Merge branch 'bmorton-timeouts'
blakewatters
committed
55c72a5
View commit details
Copy full SHA for 55c72a5
Browse repository at this point
Add RKRequestConnectionTimeoutError to throw when our connection timeout has been exceeded.
Brian Morton
authored and
blakewatters
committed
035e773
View commit details
Copy full SHA for 035e773
Browse repository at this point
Add support for timing out an RKRequest via a timeoutTimer and a timeout property.
Show description for 9071633
Brian Morton
authored and
blakewatters
committed
9071633
View commit details
Copy full SHA for 9071633
Browse repository at this point
Invalidate the RKRequest timer in RKResponse when the NSURLConnection begins receiving data.
Brian Morton
authored and
blakewatters
committed
8051fbd
View commit details
Copy full SHA for 8051fbd
Browse repository at this point
Add timeoutInterval property to RKClient so that it can be passed on to RKRequest.
Brian Morton
authored and
blakewatters
committed
8946f4d
View commit details
Copy full SHA for 8946f4d
Browse repository at this point
Responsibly invalidate the timeoutTimer when the RKRequest is deallocated. Move location of timer creation for asynchronous request.
Brian Morton
authored and
blakewatters
committed
dab403a
View commit details
Copy full SHA for dab403a
Browse repository at this point
Move the invalidateTimeoutTimer call in RKResponse from didReceiveData to didReceiveResponse and didFailWithError so we are sure its always called and as early as possible.
Brian Morton
authored and
blakewatters
committed
15d05f1
View commit details
Copy full SHA for 15d05f1
Browse repository at this point
Add /timeout route to fake a long response for testing RKRequest's timeout interval. We need to leave this around 4 seconds so we don't hold up the ruby process too long and cause the tests launch…
Show description for 2385814
Brian Morton
authored and
blakewatters
committed
2385814
View commit details
Copy full SHA for 2385814
Browse repository at this point
Add test for confirming that an RKClient object can pass through a timeoutInterval to a request.
Brian Morton
authored and
blakewatters
committed
b88bba9
View commit details
Copy full SHA for b88bba9
Browse repository at this point
Add cast to int to failureError.code so this test works on both the iOS and Mac OS X frameworks.
Brian Morton
authored and
blakewatters
committed
f9dd0e9
View commit details
Copy full SHA for f9dd0e9
Browse repository at this point
Commits on Jan 14, 2012
This fixes a bug where attributes of a object would also get added to parent object.
Show description for c6fd924
spenrose
committed
c6fd924
View commit details
Copy full SHA for c6fd924
Browse repository at this point
Merge pull request #504 from bmorton/ordered-set
Show description for e3264a7
blakewatters
committed
e3264a7
View commit details
Copy full SHA for e3264a7
Browse repository at this point
Add test to make sure an NSOrderedSet can be mapped to an NSArray.
Brian Morton
committed
3f0844f
View commit details
Copy full SHA for 3f0844f
Browse repository at this point
Commits on Jan 13, 2012
Add support for mapping an array to an NSOrderedSet.
Brian Morton
committed
0f3f3d5
View commit details
Copy full SHA for 0f3f3d5
Browse repository at this point
Add test for an array being mapped to an NSOrderedSet.
Brian Morton
committed
3cf2ea5
View commit details
Copy full SHA for 3cf2ea5
Browse repository at this point
Commits on Jan 12, 2012
Updated visual install guide images to reflect build process changes
blakewatters
committed
d5da3ae
View commit details
Copy full SHA for d5da3ae
Browse repository at this point
Commits on Jan 10, 2012
Remove 'file' from Specs/Uploads group. This is a test asset that should not be part of the project.
blakewatters
committed
8363d35
View commit details
Copy full SHA for 8363d35
Browse repository at this point
Fix for ocassional crashes using http basic auth
rayfix
authored and
blakewatters
committed
7be7da6
View commit details
Copy full SHA for 7be7da6
Browse repository at this point
RKRequest: Added null check for HTTP Basic username and password. Closes #493.
DavidYKay
authored and
blakewatters
committed
6a18ebd
View commit details
Copy full SHA for 6a18ebd
Browse repository at this point
Revert "Merge branch 'nolanw-request-delegate-gets-failed-auth-challenge'"
Show description for 89a4e57
blakewatters
committed
89a4e57
View commit details
Copy full SHA for 89a4e57
Browse repository at this point
Commits on Jan 4, 2012
Remove UISpecRunner gem
blakewatters
committed
722d080
View commit details
Copy full SHA for 722d080
Browse repository at this point
Commits on Dec 17, 2011
Merge pull request #477 from rayfix/fix-log-root-key-path
Show description for 4d99d28
blakewatters
committed
4d99d28
View commit details
Copy full SHA for 4d99d28
Browse repository at this point
Fixed logging of root key path on object mapping. Remove TODO comment that is done.
chethan
committed
ea0cbed
View commit details
Copy full SHA for ea0cbed
Browse repository at this point
Commits on Dec 16, 2011
Bump version number
blakewatters
committed
091b49a
View commit details
Copy full SHA for 091b49a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.