Commit Graph

1776 Commits

Author SHA1 Message Date
Blake Watters
0f2013d67b Docs formatting for RKRoute 2012-09-11 19:59:20 -04:00
Blake Watters
382f9f8ceb Kill use of delegate on dynamic mapping in favor of blocks and declarative matching 2012-09-11 18:36:26 -04:00
Blake Watters
ec8181dd78 Docs for URL-encoding functions 2012-09-11 18:13:39 -04:00
Blake Watters
8b91650917 Register the URL Encoded Serialization 2012-09-11 17:15:34 -04:00
Blake Watters
d2417e5263 Rename to RKURLEncodedSerialization for consistency 2012-09-11 17:05:07 -04:00
Blake Watters
709c3d324b Drop category methods in favor of C functions for required functionality to reduce API size and avoids namespace conflicts 2012-09-11 16:48:18 -04:00
Blake Watters
c1cb8c881d Migrate directory utilities to path utilities. Move Bundle category to Testing 2012-09-11 16:46:33 -04:00
Blake Watters
b5ea45c14c Add serialization for Form URL Encoding 2012-09-11 16:42:15 -04:00
Blake Watters
b94eb3af6e Eliminate legacy parentheses checking from RKPathMatcher 2012-09-11 11:56:49 -04:00
Blake Watters
2c1f79cbb9 Migrate header copy configuration into RestKit/Core subspec 2012-09-11 11:49:42 -04:00
Blake Watters
7c6a4c33d4 Eliminate NSURL+RKAdditions from main codebase 2012-09-11 11:39:46 -04:00
Blake Watters
ccd1629c8e Atomize dependencies and make Search and Testing modules optional. Add RestKit/Core preferred dependency 2012-09-11 11:25:22 -04:00
Blake Watters
1aec05c59e Use a reverse object enumerator when enumerating the fetch request blocks to allow blocks registered later to override earlier registrations 2012-09-10 19:11:05 -04:00
Blake Watters
c7bc76711d Add support for creating an NSMutableURLRequest for a relationship 2012-09-10 18:00:15 -04:00
Blake Watters
216306722f Add support for no-cache header to require revalidation with the server. fixes #1465 2012-09-10 16:02:15 -04:00
Blake Watters
19cdce5eef Add request and response descriptors to Network.h 2012-09-10 14:55:20 -04:00
Blake Watters
ba4301c43d Merge Twitter example code fixes from mdd; closes #927 2012-09-10 14:54:53 -04:00
Blake Watters
743592b1ff Add license boilerplate; rev docs 2012-09-10 14:52:35 -04:00
Blake Watters
7f838a0f77 Add license boilerplate 2012-09-10 14:52:11 -04:00
Blake Watters
d0f14443f8 Fix warnings about missing assign property declarations 2012-09-10 14:51:54 -04:00
Blake Watters
27984265a7 Clean up issues instantiating managed vs unmanaged object request operations through the object manager. 2012-09-10 14:51:27 -04:00
Blake Watters
0379806796 Setup a default managedObjectCache instance of RKFetchRequestManagedObjectCache 2012-09-10 12:41:57 -04:00
Stephan Diederich
70960d5638 configure MIMEtype via AFHTTPClient
also remove non-working XML sample
2012-09-10 17:15:05 +02:00
Stephan Diederich
e28dce6efb fix build of twitter sample
* new network activity indicator handling
* new object mapping interface
* new ResponseDescriptor interface
* new query interface
* init RKObjectManager with an AFHTTPClient instance
2012-09-10 17:02:57 +02:00
Blake Watters
40ed221edf Merge branch 'fix/mem-leak' of https://github.com/diederich/RestKit into feature/reboot-networking-layer 2012-09-10 10:49:43 -04:00
Blake Watters
01a1319b15 Merge branch 'feature/xcodeproject-householding' of https://github.com/diederich/RestKit into feature/reboot-networking-layer 2012-09-10 10:45:49 -04:00
Blake Watters
24e82ee9d6 Drop deprecated URLEncodedString: 2012-09-10 09:42:51 -04:00
Blake Watters
0c3f5fbc57 Log full cached response headers at Trace log level for debugging caching 2012-09-09 20:02:29 -04:00
Blake Watters
e5aed512a7 Add new optimization to permit RKObjectRequestOperation to avoid the network and use an existing cached response. Update initialization paths for RKObjectRequestOperation to work with requests instead of request operations. 2012-09-09 18:25:43 -04:00
Blake Watters
954fe6bf0b Add new HTTP utilities for working with dates. Borrowed from SDURLCache 2012-09-09 18:24:23 -04:00
Blake Watters
8f1e3012f8 Add parameter assertions when initializing an RKResponseMapperOperation 2012-09-09 18:23:32 -04:00
Stephan Diederich
bdf03466d0 fix mem leak
release the retained dispatch queue in dealloc
2012-09-09 20:33:23 +02:00
Stephan Diederich
71c914632c xcode auto change 2012-09-09 19:51:26 +02:00
Stephan Diederich
48bf8d3ec0 sign the device version with a developer certificate
remove overwriting config from target setting
2012-09-09 19:51:26 +02:00
Stephan Diederich
25bb1f2d9e set public headers to 'Public' 2012-09-09 19:51:25 +02:00
Stephan Diederich
1a0d94ea9d added a few more groups to xcodeproject
+ minor file reorder in xcode project
2012-09-09 19:51:16 +02:00
Stephan Diederich
bc6c32098b add a workspace to hold all samples and the RestKit project 2012-09-09 19:49:59 +02:00
Blake Watters
e393236c43 Add context to the logs at the trace level 2012-09-09 12:35:32 -04:00
Blake Watters
5688c4d2ee Header updates work in progress 2012-09-09 12:35:08 -04:00
Blake Watters
125f123068 Header docs for request and response descriptors 2012-09-09 11:29:45 -04:00
Blake Watters
ba7904632d Add Header logging when log level is Trace 2012-09-09 11:23:09 -04:00
Blake Watters
565248ca88 requestForRouteNamed: -> requestWithPathForRouteNamed: 2012-09-07 11:47:11 -04:00
Blake Watters
8835d4bbbe Normalize routable object request primitives around the getObjectAtPath naming convention for consistency. Docs update. 2012-09-07 11:39:24 -04:00
Blake Watters
bed7779be4 Kill default mapping queue. Basic header docs for RKObjectManager 2012-09-06 11:48:31 -04:00
Blake Watters
6af117cd80 API consistency cleanup: multipartFormRequestForObject: -> multipartFormRequestWithObject: 2012-09-05 21:00:24 -04:00
Blake Watters
22a68baf0c Rework podspec to organize header file imports to match existing RestKit releases 2012-09-05 11:04:42 -04:00
Blake Watters
9f67cb5c0f Remove Tools dir 2012-09-05 09:23:45 -04:00
Blake Watters
2aefb46e6a Remove bundled appledoc in favor of installation via homebrew 2012-09-05 09:22:55 -04:00
Blake Watters
046f8f7766 Drop double star from comment to prevent indexing by appledoc 2012-09-05 07:53:24 -04:00
Blake Watters
d4104c2a12 Only generate docs from header files to remove private classes from being included in docset 2012-09-05 06:53:50 -04:00