Jeff Arena
|
948209b254
|
Remove wasNotModified method in favor of setting a flag on cached response entries to determine if mapping can be skipped.
|
2013-03-07 13:08:30 -05:00 |
|
Blake Watters
|
0e19f5deb1
|
Add NSURLConnectionDataDelegate to protocol declaration for AFURLConnectionOperation to avoid compiler error in some cases. closes #1249
|
2013-03-07 10:24:49 -05:00 |
|
Blake Watters
|
e7352f7919
|
Clarify logging for HTTP operation when cancelled
|
2013-02-07 17:36:50 -05:00 |
|
Blake Watters
|
f9c3e3a4d4
|
Add a lock around the overrideen error accessor on RKHTTPRequestOperation. refs #1193
|
2013-02-01 08:59:42 -05:00 |
|
Blake Watters
|
281247f8c9
|
Merge branch 'master' of github.com:AntonPalich/RestKit into development
|
2013-01-09 22:45:23 -05:00 |
|
Blake Watters
|
f4b805ff52
|
Fix issues with implementation of error override in RKHTTPRequestOperation. fixes #1140
|
2013-01-09 22:42:39 -05:00 |
|
Антон Щукин
|
3164c6d557
|
Fixed issue when body could be null on device
stringWithUTF8String accept NULL terminated C array of UTF8-encoded
bytes.
But NSData stores encoded data not like NULL terminated string.
|
2013-01-09 11:26:10 +04:00 |
|
Blake Watters
|
4612121ae5
|
Unify RKHTTPRequestOperation and RKObjectRequestOperation subclass customization via registration API's. closes #1131
|
2013-01-08 21:33:45 -05:00 |
|
Jeff Arena
|
bbfec220ed
|
Fix logging issues with error method
|
2012-12-27 16:47:24 -05:00 |
|
Blake Watters
|
477d04b9a9
|
Add support for logging the elapsed time. Guard against attempts to log non-HTTP request operations.
|
2012-12-19 13:35:28 -05:00 |
|
Blake Watters
|
c75a05a754
|
Fix usage of subscript access in RKHTTPRequestOperation.m refs #1077
|
2012-12-14 07:55:06 -05:00 |
|
Blake Watters
|
abd07043f3
|
Output a string representation of the HTTP status code in the HTTP operation log. Add RKStringFromStatusCode convenience method to the HTTP utilities
|
2012-12-13 17:52:51 -05:00 |
|
Blake Watters
|
69c65ef8ab
|
Override error implementation to correct the NSLocalizedDescription key for RKHTTPRequestOperation objects. fixes #1070
|
2012-12-11 23:12:20 -05:00 |
|
Blake Watters
|
5cab23b3af
|
Fix autoreleasepool error under iOS 5.x. fixes #1008
|
2012-10-28 20:32:10 -04:00 |
|
Blake Watters
|
a484af05f5
|
Update logger to display basic info about an input stream used to send a request instead of wrongly logging request.body=(null)
|
2012-10-25 13:18:01 -04:00 |
|
Blake Watters
|
feb998ea84
|
Added support for truncating the length of logged request and response bodies via the 'RKLogMaxLength' environment variable to avoid getting hammered with output on the Trace level
|
2012-10-17 22:33:31 -04:00 |
|
Blake Watters
|
3cc5ab9825
|
Fix inappropriate logging message regarding redirects
|
2012-10-14 13:51:38 -04:00 |
|
Jeff Arena
|
a88f58db55
|
Remove avoidsNetworkAccess property in favor of leveraging NSURLCache capabilities under the hood.
|
2012-09-28 13:41:28 -04:00 |
|
Arne Harren
|
bc7c65f03b
|
Switch to an embedded variant of LibComponentLogging with prefix RK
|
2012-09-27 21:47:36 +02:00 |
|
Blake Watters
|
3714dd4a56
|
Unwind the unexpected behaviors in RKHTTPRequestOperation regarding Acceptable Content Types and Status Codes. Explicitly configure the needed types within RKObjectRequestOperation instead.
|
2012-09-12 21:21:46 -04:00 |
|
Blake Watters
|
b40e39813c
|
License boilerplate
|
2012-09-12 21:18:45 -04:00 |
|
Blake Watters
|
e393236c43
|
Add context to the logs at the trace level
|
2012-09-09 12:35:32 -04:00 |
|
Blake Watters
|
ba7904632d
|
Add Header logging when log level is Trace
|
2012-09-09 11:23:09 -04:00 |
|
Blake Watters
|
3eda5832cb
|
Migrating files between modules to better reflect logical grouping with AFNetworking in the mix
|
2012-09-03 16:51:13 -04:00 |
|