Commit graph

  • 64555e5dff Merge branch 'custom-callback-queues' of https://github.com/steipete/AFNetworking into steipete-custom-callback-queues Mattt Thompson 2012-02-20 19:42:36 -08:00
  • f56f538053 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-02-20 19:32:06 -08:00
  • ad27bd0397 [Issue #209] Adding conditional in AFURLEncodedStringFromStringWithEncoding to correctly handle cases where '%' is passed in literally, and not interpreted as an escape sequence, which would have previously caused the subsequent string to be nil. Mattt Thompson 2012-02-20 19:31:55 -08:00
  • 9824054d5f Merge pull request #208 from samsoffes/master Mattt Thompson 2012-02-16 14:54:47 -08:00
  • 79e622159a Add newline Sam Soffes 2012-02-16 14:50:10 -08:00
  • 06d1b3a400 Merge pull request #197 from AFNetworking/experimental-network-reachability-notification Mattt Thompson 2012-02-14 09:54:23 -08:00
  • 09a5329bb8 Merge branch 'master' into experimental-uiimageview-category-refactoring Mattt Thompson 2012-02-14 09:13:26 -08:00
  • 7f413b3c38 Fixing property setters for authentication block properties Mattt Thompson 2012-02-14 09:13:03 -08:00
  • f8fd95e26a Refactoring UIImageView+AFNetworking to remove unused aspects of AFImageCache, and to prevent unexpected or incorrect cacheing behavior Mattt Thompson 2012-02-14 09:12:19 -08:00
  • 17f55849d9 [Issue 204] Adding authenticationAgainstProtectionSpace block, to intercept connection:canAuthenticateAgainstProtectionSpace: (Thanks Kevin Harwood & Peter Steinberger) Mattt Thompson 2012-02-14 08:38:49 -08:00
  • a8c205b3c8 Merge pull request #205 from maicki/master Mattt Thompson 2012-02-10 10:59:04 -08:00
  • babe84ec1a Fixed missing comma in the defaultAcceptableContentTypes of the AFImageRequestOperation Michael Schneider 2012-02-10 09:10:08 +01:00
  • 28e580c961 Replaces a failure block with dispatchFailureBlock method Peter Steinberger 2012-02-08 15:05:19 -08:00
  • 800d05181d Simplify dispatchFailureBlock Peter Steinberger 2012-02-08 15:04:29 -08:00
  • 30a5cea4fc Added methods to simplify calling the success/failure handlers. Peter Steinberger 2012-02-06 13:43:43 -08:00
  • feaf0814c4 add support for setting custom success/failure callback queues. Defaults to main queue if nothing set. Peter Steinberger 2012-02-06 13:29:00 -08:00
  • 4266dc60d1 Adding notifications for network reachability changes to AFHTTPClient Mattt Thompson 2012-02-01 11:27:57 -08:00
  • 37559c792c Merge pull request #195 from cbess/patch-1 Mattt Thompson 2012-01-29 19:40:02 -08:00
  • fe56222f5c Updated reachability flags. C. Bess 2012-01-28 14:13:52 -06:00
  • 3e4725bb3e Improved reachability check, detects severed internet connections. C. Bess 2012-01-28 13:59:40 -06:00
  • 76255d3f04 Updating Mac example project to pass -fno-objc-arc for AFJSONUtilities.m Mattt Thompson 2012-01-23 12:21:04 -08:00
  • 82a5d94305 Formatting fix for CHANGES file Mattt Thompson 2012-01-23 09:34:06 -08:00
  • 1c64c6c374 Merge branch 'experimental-0.9' Mattt Thompson 2012-01-23 09:11:32 -08:00
  • 1635c8ec83 Updating podspec for 0.9.0 release Mattt Thompson 2012-01-23 09:10:59 -08:00
  • 4f5503ae78 Adding CHANGES file, with notes for 0.9.0 release Mattt Thompson 2012-01-23 08:53:37 -08:00
  • dfa6e97ad3 Merge branch 'feature-batched-operations' into experimental-0.9 Mattt Thompson 2012-01-23 08:44:59 -08:00
  • e334407891 Adding -description to AFHTTPClient Mattt Thompson 2012-01-23 08:41:55 -08:00
  • 21e907cb98 Adding -description to AFURLConnectionOperation Mattt Thompson 2012-01-23 08:35:43 -08:00
  • abc1cbfd29 Fixing link to property lists in README Mattt Thompson 2012-01-22 11:53:34 -08:00
  • 83afa2c734 Adding AFJSONUtilities.m to example project files Mattt Thompson 2012-01-22 11:50:42 -08:00
  • a9094d38f4 Merge branch 'afjson' of https://github.com/jparise/AFNetworking into jparise-afjson Mattt Thompson 2012-01-22 11:46:22 -08:00
  • 4ef3c71260 Minor formatting changes to README Mattt Thompson 2012-01-22 11:42:46 -08:00
  • 77dc7aaaed Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-01-20 15:43:48 -08:00
  • 6fa72568c4 Updating README with new introduction and overview, and improved formatting Mattt Thompson 2012-01-20 15:43:39 -08:00
  • 3095740490 Improve NSIndexSet formatting in error strings. Jon Parise 2012-01-20 14:58:48 -08:00
  • 6c70e39584 Mark the AFJSON* functions as 'extern'. Jon Parise 2012-01-20 14:35:19 -08:00
  • 776b251f03 Move the AFJSON* functions into a source file. Jon Parise 2012-01-20 11:56:55 -08:00
  • b782991065 Adding check for responseData having non-zero length for response object methods in AFHTTPRequestOperation subclasses Mattt Thompson 2012-01-20 11:03:08 -08:00
  • dcb5eae1e5 Merge pull request #182 from jparise/nsjson-labels Mattt Thompson 2012-01-20 10:44:23 -08:00
  • eabde28fd6 Minor refactoring to AFHTTPRequestOperation Mattt Thompson 2012-01-20 10:42:38 -08:00
  • 8559968514 Conditionally define the _af_nsjson_* labels. Jon Parise 2012-01-19 17:58:24 -08:00
  • 8da16a056c Merge pull request #181 from jparise/xml-request-queue Mattt Thompson 2012-01-19 17:33:36 -08:00
  • 0c25bcee82 Merge branch 'experimental-reachability' into experimental-0.9 Mattt Thompson 2012-01-19 17:29:44 -08:00
  • 1ab2eed8c8 Adding #ifdef macros to conditionally compile reachability features only when the SystemConfiguration is available Mattt Thompson 2012-01-19 17:26:12 -08:00
  • 2fc6d999b5 xml_request_operation_processing_queue() is Mac-only. Jon Parise 2012-01-19 17:25:29 -08:00
  • df21de7e63 Merge branch 'experimental-thread-safe' into experimental-0.9 Mattt Thompson 2012-01-19 16:55:00 -08:00
  • 735d86a79b [Issue #161] [Issue #167] Replacing AFHTTPClient -cancelHTTPOperationsWithMethod:andURL: with -cancelAllHTTPOperationsWithMethod:path Mattt Thompson 2012-01-19 16:42:12 -08:00
  • e117c4e847 Fixing Interface Builder warning about positioning of main window Mattt Thompson 2012-01-19 11:59:30 -08:00
  • 3ff5aafab7 Removing AFImageCache from public API, embedding it instead in UIImageView+AFNetworking implementation Mattt Thompson 2012-01-19 11:58:17 -08:00
  • cc49cd8d1c Major refactoring to Mac example code, removing a lot of code in favor of bindings Mattt Thompson 2012-01-19 11:33:30 -08:00
  • 71bb48fd16 Adding documentation for array formatting behavior for AFQueryStringFromParametersWithEncoding Mattt Thompson 2012-01-18 17:57:26 -08:00
  • 7d656c2cbe Merge branch 'BNT_FormatQueryArrayParams' of https://github.com/BraveNewTalent/AFNetworking into BraveNewTalent-BNT_FormatQueryArrayParams Mattt Thompson 2012-01-18 17:36:37 -08:00
  • aaa5858546 Adding shortcircuit for _AFNETWORKING_PREFER_NSJSONSERIALIZATION_ Mattt Thompson 2012-01-18 17:23:45 -08:00
  • 54194a3cb6 [Issue #138] Adding double CRLF to multipart form final boundary Mattt Thompson 2012-01-18 16:51:58 -08:00
  • eb20980e86 Removing exception caused by multipartFormRequestWithMethod:path:parameters:constructingBodyWithBlock: is called with certain HTTP methods. Although message bodies for methods like HEAD, GET, and DELETE are traditionally ignored, there is nothing in the HTTP or multipart specs that explicitly forbid the use of multipart for a particular HTTP method. Mattt Thompson 2012-01-18 15:53:53 -08:00
  • 635b809020 Renaming 'class' variable to fix errors during compilation caused by some build settings (Thanks, Charlie Williams) Mattt Thompson 2012-01-18 15:31:09 -08:00
  • 8688e7e505 Explicit cast in line 378 to uint8_t* needed for some build configs (i.e. mine) to avoid error. Charlie Williams 2012-01-18 20:18:21 +00:00
  • 8c2304cdfe [Issue #158] [Issue #163] Fixing error check in appendPartWithFileURL:name:error:. Looking at the documentation for NSURLConnection +sendSynchronousRequest:returningResponse:error:, we don't really need to check error to do the right thing. Therefore, we can get away with checking data and response, and leaving the inclusion of the specified **error as an optional exercise to the user Mattt Thompson 2012-01-16 14:32:44 -08:00
  • 1822d164d7 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-01-16 14:21:47 -08:00
  • d6d97c7106 Adding missing raise for exception in AFJSONDecode Mattt Thompson 2012-01-16 14:21:32 -08:00
  • ae48276092 [Issue #173] Fix data length issues in AFBase64EncodedStringFromString Mattt Thompson 2012-01-16 11:49:30 -08:00
  • 87b5d5a349 Merge pull request #178 from kgn/master Mattt Thompson 2012-01-16 10:54:04 -08:00
  • 391aa64392 JSON exception created but never raised: fix #175 David Keegan 2012-01-16 10:38:25 -08:00
  • d1b5e285ca Minor refactoring of XMLDocumentRequestOperationWithRequest:success:failure: Mattt Thompson 2012-01-10 14:56:55 -08:00
  • 8efa2737e7 Merge branch 'experimental-authentication-challenge' Mattt Thompson 2012-01-10 14:40:25 -08:00
  • 728f5c3d75 Cancel request if there is an authentication challenge but no credentials for it Conflicts: Jorge Bernal 2012-01-05 17:45:24 +01:00
  • bdab46889b Use nested if/else instead of early return in -connection:didReceiveAuthenticationChallenge: Mattt Thompson 2012-01-10 13:41:36 -08:00
  • 52559ccec3 Adding documentation to -setReachabilityStatusChangeBlock: Mattt Thompson 2012-01-10 13:35:41 -08:00
  • c713179420 Replacing AFNetworkReachabilityStatus type with BOOL Mattt Thompson 2012-01-10 13:17:27 -08:00
  • 95442be7b3 Initial implementation of network reachability callbacks Mattt Thompson 2012-01-10 12:20:30 -08:00
  • 2c4a643d7d Merge pull request #164 from mgp/master Mattt Thompson 2012-01-09 17:13:01 -08:00
  • c4c6d41fc8 Merge pull request #165 from mgp/patch-1 Mattt Thompson 2012-01-09 17:12:15 -08:00
  • 2183dbbbcc "Content-disposition" should be "form-data" for a single file. Michael Parker 2012-01-06 21:24:45 -08:00
  • 87b852700a Fix up documentation for requestWithMethod:path:parameters:. Michael Parker 2012-01-05 20:47:59 -08:00
  • 2f2ee796ed Initial implementation of batched request operations Mattt Thompson 2011-12-17 23:49:51 -06:00
  • 430d7618e1 Merge pull request #152 from jfrye/master Mattt Thompson 2011-12-17 05:23:30 -08:00
  • 44f042512c Fixing SBJSON encoding James Frye 2011-12-16 16:38:13 -05:00
  • bb7b48e14e Adding section about execution time and memory constraints of multipart form data construction Mattt Thompson 2011-12-13 09:55:37 -06:00
  • a5b33d573a Minor code formatting Mattt Thompson 2011-12-13 09:39:31 -06:00
  • 6d15ca8807 Merge branch 'master' of https://github.com/MarrLiss/AFNetworking into MarrLiss-master Mattt Thompson 2011-12-13 09:38:31 -06:00
  • 4c71f35266 Merge pull request #148 from jakeboxer/patch-1 Mattt Thompson 2011-12-13 07:20:15 -08:00
  • b3244d8e57 Make JSON requests allow text/javascript content Jake Boxer 2011-12-11 01:10:01 -08:00
  • 4c5bdbd7de Added scaling while constructing image from cached data. Štěpán Petrů 2011-12-10 19:00:49 +01:00
  • 049fef5888 Merge pull request #146 from myell0w/patch-1 Mattt Thompson 2011-12-10 05:32:03 -08:00
  • 7fdc435980 I promise, this time I really fixed it... Matthias Tretter 2011-12-10 00:06:57 +01:00
  • adcd7630aa Merge pull request #145 from myell0w/patch-1 Mattt Thompson 2011-12-09 13:15:11 -08:00
  • 09eece4df5 Really fixed SBJSON decoding function ;) Matthias Tretter 2011-12-09 15:46:55 +01:00
  • 48c6d5c19f Merge pull request #144 from Reprazent/patch-1 Mattt Thompson 2011-12-08 13:06:17 -08:00
  • 68c572ae32 Refactoring -cancel and -isCancelled Mattt Thompson 2011-12-08 13:21:23 -06:00
  • 1c606919fc UIImageView shouldn't set image to placeholder image whenever an old image request comes in Mattt Thompson 2011-12-08 12:43:39 -06:00
  • a466c27886 Adding @try/@catch with autorelease pool for exceptions Mattt Thompson 2011-12-08 12:42:59 -06:00
  • 680fcd5071 First iteration of thread-safety on AFURLConnectionOperation, using a combination of NSRecursiveLock and common sense Mattt Thompson 2011-12-08 12:23:58 -06:00
  • 3352d869a4 Fix podspec Bob Van Landuyt 2011-12-08 18:35:49 +01:00
  • 813df5f8a7 Merge pull request #140 from houseoflegend/master Mattt Thompson 2011-12-06 19:24:06 -08:00
  • fee500c445 Updated "File Upload with Progress Callback" code snippet in README.md. Larry Legend 2011-12-04 13:41:10 -05:00
  • 8869bb9ad3 Adding authentication challenge callback block to override default NSURLConnection delegate method implementation Mattt Thompson 2011-12-04 03:45:02 -06:00
  • e18c305034 Default implementation for connection:didReceiveAuthenticationChallenge: delegate method Mattt Thompson 2011-12-04 03:35:21 -06:00
  • 922c617945 Merge pull request #134 from raycmorgan/master Mattt Thompson 2011-11-30 16:36:58 -08:00
  • 739eef83cc Merge pull request #135 from cameronboehmer/master Mattt Thompson 2011-11-30 16:32:41 -08:00
  • 6415cade69 in UIImageView+AFNetworking, calling net request success callback after setting UIImageView.image (symmetrical with cached image retrieval/callback) Cameron Boehmer 2011-11-29 17:26:33 -08:00