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 }}
sinss
/
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
Breadcrumbs
History for
RestKit
Code
on
development
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 15, 2016
fixes NSURLCache deadlock in tests
valeriomazzeo
committed
a87528e
View commit details
Copy full SHA for a87528e
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
fixed predicate with substitution variables (#2430)
valeriomazzeo
committed
533c955
View commit details
Copy full SHA for 533c955
View code at this point
Browse repository at this point
Commits on May 9, 2016
Update RKObjectManager.h
BenchR267
committed
79d47ba
View commit details
Copy full SHA for 79d47ba
View code at this point
Browse repository at this point
Fix imports to be ready to use as dynamic framework
Benjamin Herzog
committed
b52e5b1
View commit details
Copy full SHA for b52e5b1
View code at this point
Browse repository at this point
Commits on May 2, 2016
Merge pull request #2414 from kanunnikau/development
Show description for 11bffdc
segiddins
committed
11bffdc
View commit details
Copy full SHA for 11bffdc
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Fix whitespace (tab width)
kanunnikau
committed
31b45ad
View commit details
Copy full SHA for 31b45ad
View code at this point
Browse repository at this point
Merge pull request #2404 from mcfedr/no-frameworks
Show description for b485277
segiddins
committed
b485277
View commit details
Copy full SHA for b485277
View code at this point
Browse repository at this point
Remove extra whitespace reintroduced by reverts
fred-ekreative
committed
41e2573
View commit details
Copy full SHA for 41e2573
View code at this point
Browse repository at this point
RKHTTPRequestOperation: remove unused (and possibly dangerous) NSURLConnectionDelegate method. If it happens to be used it will try to trigger this method on a super - but no superclass implements …
Show description for 9a8a1b0
kanunnikau
committed
9a8a1b0
View commit details
Copy full SHA for 9a8a1b0
View code at this point
Browse repository at this point
Commits on Apr 11, 2016
added metadata list to RKTestMapping
valeriomazzeo
committed
9def958
View commit details
Copy full SHA for 9def958
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
fixed RKObjectMapping equality (#2412)
Show description for 08beeff
valeriomazzeo
committed
08beeff
View commit details
Copy full SHA for 08beeff
View code at this point
Browse repository at this point
Commits on Mar 18, 2016
Revert "Merge pull request #2310 from RestKit/seg-bracket-imports"
Show description for 5088103
fred-ekreative
committed
5088103
View commit details
Copy full SHA for 5088103
View code at this point
Browse repository at this point
Revert "Merge pull request #2353 from TimothyChilvers/development"
Show description for 2620d24
fred-ekreative
committed
2620d24
View commit details
Copy full SHA for 2620d24
View code at this point
Browse repository at this point
Revert "Merge pull request #2355 from dev4dev/development"
Show description for 170977a
fred-ekreative
committed
170977a
View commit details
Copy full SHA for 170977a
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
Merge pull request #2388 from rojo69/development
Show description for 9846852
segiddins
committed
9846852
View commit details
Copy full SHA for 9846852
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Indentation
Adlai-Holler
committed
3854403
View commit details
Copy full SHA for 3854403
View code at this point
Browse repository at this point
Reduce amount of exceptions in RKManagedObjectRequestOperation
Adlai-Holler
committed
e6da2b5
View commit details
Copy full SHA for e6da2b5
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Use a strong pointer inside the block.
Roger Jönsson
committed
1b82bd7
View commit details
Copy full SHA for 1b82bd7
View code at this point
Browse repository at this point
Completion block retained self, causing leaks if request operations did not complete or was not used at all.
Roger Jönsson
committed
f4e70b6
View commit details
Copy full SHA for f4e70b6
View code at this point
Browse repository at this point
Removed the confusing comment "Weakly tag the HTTP operation with its parent object request operation".
Show description for 3296dbc
Roger Jönsson
committed
3296dbc
View commit details
Copy full SHA for 3296dbc
View code at this point
Browse repository at this point
Commits on Jan 21, 2016
remove comment
Simon Booth
committed
bf755f6
View commit details
Copy full SHA for bf755f6
View code at this point
Browse repository at this point
Set the value to the default so that it passes validation
Simon Booth
committed
d8f7847
View commit details
Copy full SHA for d8f7847
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Fix warning on nil use when NSString expected
Show description for b4ba50c
lferro9000
committed
b4ba50c
View commit details
Copy full SHA for b4ba50c
View code at this point
Browse repository at this point
Commits on Dec 23, 2015
Don't unlock in-memory cache until the flush has completed.
Adlai-Holler
committed
272e6d1
View commit details
Copy full SHA for 272e6d1
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
Merge pull request #2370 from RestKit/DontFlushInMemoryCache
Show description for 8b1d27e
Adlai Holler
committed
8b1d27e
View commit details
Copy full SHA for 8b1d27e
View code at this point
Browse repository at this point
Import UIKit if needed in RKEntityCache.m
Adlai-Holler
committed
428ad25
View commit details
Copy full SHA for 428ad25
View code at this point
Browse repository at this point
Merge pull request #2364 from timbodeit/move_lcl_rk
Show description for fa7cc70
Adlai Holler
committed
fa7cc70
View commit details
Copy full SHA for fa7cc70
View code at this point
Browse repository at this point
Use dispatch_group_notify to avoid consuming a thread in RKEntityCache.waitForDispatchGroup
Adlai-Holler
committed
1cd0f71
View commit details
Copy full SHA for 1cd0f71
View code at this point
Browse repository at this point
Prevent flushing an RKEntityByAttributeCache while accessing it, to workaround #1613
Adlai-Holler
committed
a104914
View commit details
Copy full SHA for a104914
View code at this point
Browse repository at this point
Commits on Nov 28, 2015
Remove pointless NSNotificationCenter unregister
Adlai-Holler
committed
32fb03a
View commit details
Copy full SHA for 32fb03a
View code at this point
Browse repository at this point
Commits on Nov 27, 2015
Improve initialization hierarchy for RKObjectMapping and RKObjectRequestOperation
Adlai-Holler
committed
122ec61
View commit details
Copy full SHA for 122ec61
View code at this point
Browse repository at this point
Commits on Nov 25, 2015
Move lcl_RK.{h,m} to Code/Support
timbodeit
committed
36a18f7
View commit details
Copy full SHA for 36a18f7
View code at this point
Browse repository at this point
Commits on Nov 24, 2015
fix for #2361: RKObjectRequestOperationLogger causes a memory leak
Ruslan
authored and
Ruslan
committed
813ff40
View commit details
Copy full SHA for 813ff40
View code at this point
Browse repository at this point
Commits on Nov 21, 2015
Merge pull request #2359 from AgentFeeble/in-memory-cache-fix
Show description for dce4294
segiddins
committed
dce4294
View commit details
Copy full SHA for dce4294
View code at this point
Browse repository at this point
Fix a multithreading violation introduced in RKEntityByAttributeCache
AgentFeeble
committed
7c575bc
View commit details
Copy full SHA for 7c575bc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.