Commit graph

  • 5704f0ae8d Import UIKit to avoid build errors from UIDevice references in "User-Agent" default header. closes AFNetworking/AFNetworking#542 Blake Watters 2012-09-26 20:56:33 -04:00
  • 6a0b052659 Add error when building without ARC to a central file. Steven Fisher 2012-09-26 16:47:56 -07:00
  • 70b7e0522c Changing NSError ** parameter to NSError * __autoreleasing * Mattt Thompson 2012-09-26 11:39:28 -07:00
  • fc16eef8b2 Disabling HTTP pipelining for image request operations Mattt Thompson 2012-09-25 21:48:25 -07:00
  • bec09ed3a3 Removing #imports for CoreServices Mattt Thompson 2012-09-25 12:20:08 -07:00
  • d67e8a6bd6 Additional refactoring and reformatting Mattt Thompson 2012-09-25 11:06:03 -07:00
  • 5e8fbc0da6 Stashing refactoring and reorganizing Mattt Thompson 2012-09-25 10:33:46 -07:00
  • 37524696e3 Fixing broken merge Mattt Thompson 2012-09-25 10:19:15 -07:00
  • b43aba49fc Merge branch 'master' into lxcid-experimental-refined-stream Mattt Thompson 2012-09-25 09:56:34 -07:00
  • aa55210181 Adding additional documentation about usage for AFNetworkActivityIndicatorManager Mattt Thompson 2012-09-25 07:24:52 -07:00
  • 68adeab768 Use MAX to constrain _activityCount to non-negative numbers Mattt Thompson 2012-09-25 07:15:02 -07:00
  • e35a88fdef Preventing negative values for the activity indicator counter ap4y 2012-09-21 17:22:07 +04:00
  • f032261cb8 This is a working version of multipart streaming. Stan Chang Khin Boon 2012-09-25 03:33:51 +08:00
  • f523744cf0 Minor restructuring of project file and app delegate in example Mattt Thompson 2012-09-24 08:27:18 -07:00
  • df140116b8 Moving AFSwizzleClassMethodWithClassAndSelectorUsingBlock function Mattt Thompson 2012-09-24 08:26:38 -07:00
  • 45880fd9a0 Minor refactoring and reformatting Mattt Thompson 2012-09-24 08:26:00 -07:00
  • 7147ef61bb Merge branch 'master' of https://github.com/peymano/AFNetworking into peymano-master Mattt Thompson 2012-09-24 07:44:34 -07:00
  • ed7a4331c0 Merge pull request #533 from alloy/master Mattt Thompson 2012-09-21 11:24:41 -07:00
  • 510e0be4d2 Re-add the prefix header import of SystemConfiguration to the podspec. Eloy Durán 2012-09-21 10:33:17 +02:00
  • d59197bca0 Fix parsing of HTTP Accept headers Peyman 2012-09-19 16:41:52 -07:00
  • b43345b8c8 Merge pull request #530 from blakewatters/bugfix/release-reachability-reference Mattt Thompson 2012-09-19 13:17:27 -07:00
  • 3589d25652 Set _networkReachability to NULL after releasing. fixes AFNetworking/AFNetworking#529 Blake Watters 2012-09-19 16:00:15 -04:00
  • f0e6b53fe7 Synchronoizing podspec with CocoaPods version Mattt Thompson 2012-09-17 12:10:43 -07:00
  • ac19057c72 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-09-17 12:03:47 -07:00
  • 2b89ad4c60 Updating podspec to 1.0RC3 Mattt Thompson 2012-09-17 12:03:26 -07:00
  • 7cd20077dc Updating 1.0RC2 podspec to add requires_arc flag Mattt Thompson 2012-09-17 12:01:24 -07:00
  • 1994d08c15 Merge pull request #522 from patoroco/master Mattt Thompson 2012-09-17 11:55:40 -07:00
  • 8c536f5f8d Refactoring macros for dispatch_release/retain fixes Mattt Thompson 2012-09-17 11:53:49 -07:00
  • d2077e5609 Fixed URLs to new documentation (under github domain) jorge@miv.uk.com 2012-09-17 19:37:54 +01:00
  • f12c163df9 Merge branch 'master' of https://github.com/benoitb/AFNetworking into benoitb-master Mattt Thompson 2012-09-17 11:24:07 -07:00
  • 94bbe4c1e8 [Issue #521] Fixing AFContentTypesFromHTTPHeader to correctly handle comma-delimited content types Mattt Thompson 2012-09-17 09:37:33 -07:00
  • 925c926a64 dispatch_retain & dispatch_release no longer needed with latest ARC Benoit Bourdon 2012-09-15 12:41:58 +02:00
  • 501c4f18d4 [Issue #516] Removing setHTTPShouldHandleCookies:NO from AFHTTPClient Mattt Thompson 2012-09-14 13:53:18 -07:00
  • c8380168f8 Merge branch '1.0RC2' Mattt Thompson 2012-09-14 10:59:18 -07:00
  • 42fecdc138 Merge branch 'stream-rl-fix' of https://github.com/sptramer/AFNetworking into sptramer-stream-rl-fix Mattt Thompson 2012-09-14 10:52:55 -07:00
  • c1d3d84093 Updating podspec to 1.0RC2 Mattt Thompson 2012-09-14 10:34:10 -07:00
  • ff37bb59f8 Merge branch 'master' into 1.0RC2 Mattt Thompson 2012-09-14 10:30:25 -07:00
  • b8dff45fd8 Updating podspec to 0.10.1 Mattt Thompson 2012-09-14 10:17:53 -07:00
  • a4508ac997 [Issue #507] Fixing potential issues with output stream runloop scheduling Mattt Thompson 2012-09-14 09:21:23 -07:00
  • c8d9f79ef9 [#417] Fixing compilation error in Xcode 4.5 Mattt Thompson 2012-09-14 09:02:32 -07:00
  • 95f2f53604 Updating project settings Mattt Thompson 2012-09-14 09:01:54 -07:00
  • 40c73c6588 Updating link to documentation Mattt Thompson 2012-09-13 09:43:27 -07:00
  • 9ffd2226b3 [BUGFIX] Avoid common output stream setup errors, including immediately scheduling the stream on a runloop. Stephen Tramer 2012-09-10 13:17:04 -07:00
  • c0d7e11449 [Issue #505] Handling missing content type correctly Mattt Thompson 2012-09-07 16:45:12 -07:00
  • c5ac49e5f9 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-09-05 19:48:12 -07:00
  • 95ac3c49dc Merge pull request #500 from aitskovi/master Mattt Thompson 2012-09-04 16:32:50 -07:00
  • c5e450f4af Fix typo in multipart dir warning message Avi Itskovich 2012-09-04 17:32:00 -04:00
  • 4bdc72cee0 Merge pull request #498 from diederich/fix-warning Mattt Thompson 2012-09-04 10:57:20 -07:00
  • e1dafd15ec fix warning Stephan Diederich 2012-09-04 19:24:03 +02:00
  • 858c716c16 Re-indenting AFHTTPClient.m Mattt Thompson 2012-09-03 11:11:24 -07:00
  • 8fc948cf21 Merge pull request #494 from mikelikespie/remove-accept-encoding-default-header Mattt Thompson 2012-09-01 15:48:40 -07:00
  • b614dee5bb Removing setting Accept-Encoding by default. Mike Lewis 2012-08-31 23:29:11 -07:00
  • 70dff01807 Using dispatch_once pattern for initializing UIImageView request operation queue singleton Mattt Thompson 2012-08-31 16:57:04 -07:00
  • 5ddd070607 Fixing appledoc compliation errors in documentation Mattt Thompson 2012-08-31 09:53:55 -07:00
  • edb0830128 Removing references to AFHTTPClientOperation protocol in documentation Mattt Thompson 2012-08-31 09:13:18 -07:00
  • 26b5a3b533 Fixing name of path param in -cancelAllHTTPOperationsWithMethod:path: documentation Mattt Thompson 2012-08-31 09:09:52 -07:00
  • ec0240f6e4 [Issue #489] Adding userInfo dictionary with current status in reachability changes Mattt Thompson 2012-08-31 09:04:54 -07:00
  • 1a23b98778 Using more idiomatic ?: for AFHTTPRequestOperation -setCompletionBlockWithSuccess:failure: Mattt Thompson 2012-08-31 08:42:53 -07:00
  • e445903901 Adding early return for hasAcceptableContentType Mattt Thompson 2012-08-31 08:41:57 -07:00
  • cdbae5a9fb tests self.response before blindy returning 200 in hasAcceptableStatusCode Tony Million 2012-08-31 09:27:43 +01:00
  • e330792411 hasAcceptableStatusCode will return true after a network failure Tony Million 2012-08-30 21:51:39 +01:00
  • 5166d5af85 Specifying Mac OS X in User-Agent (/thanks @tewha) Mattt Thompson 2012-08-29 14:16:27 -07:00
  • 4f89cc650e Significant restructuring and editing of documentation, organizing notifications, functions, and constants into separate sections at the end of the class header Mattt Thompson 2012-08-29 14:15:35 -07:00
  • ebe06c227d Changing error domain for failure to recognize file URL in multipart form data builder Mattt Thompson 2012-08-29 12:25:53 -07:00
  • ed94ddf7b0 [Issue #472] Defining error keys for failing request and response to be included in NSError created in AFHTTPRequestOperation Mattt Thompson 2012-08-29 12:24:58 -07:00
  • 730c35926a Improving default AFHTTPClient User-Agent strings Mattt Thompson 2012-08-29 11:57:25 -07:00
  • 4b26f26c2d Updating documentation for AFQueryStringFromParametersWithEncoding Mattt Thompson 2012-08-29 10:57:59 -07:00
  • 0aeaa60a23 Removing extern declaration for AFURLEncodedStringFromStringWithEncoding function (CFURLCreateStringByAddingPercentEscapes should be used instead) Mattt Thompson 2012-08-29 10:55:34 -07:00
  • e1995eae55 Significant refactoring and renaming of internal query string serialization functions. Query String parameter components are now pairs, comprised of a field and a corresponding value. Mattt Thompson 2012-08-29 10:49:55 -07:00
  • bb8aee4a4f [Issue #444] Reducing number of legal characters to escape in query string parameters Mattt Thompson 2012-08-29 10:48:41 -07:00
  • 7a3d6560c0 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-08-29 10:04:55 -07:00
  • d7412b7ae0 Adding prefix_header_contents declaration in Podspec Mattt Thompson 2012-08-29 10:04:16 -07:00
  • 6558e95ae5 Merge pull request #476 from garethson/precision-loss-downloadProgress Mattt Thompson 2012-08-29 09:59:06 -07:00
  • 7681a92382 Merge pull request #477 from tewha/master Mattt Thompson 2012-08-29 09:55:28 -07:00
  • 3ac1eb1031 Using more idiomatic ?: for success/failureCallbackQueue fallbacks Mattt Thompson 2012-08-29 09:29:47 -07:00
  • 4717b66a49 Design is coming together, but something is off about the exact implementation Mattt Thompson 2012-08-23 16:21:14 -07:00
  • 910811a5e0 Stashing progress Mattt Thompson 2012-08-23 14:33:04 -07:00
  • 13ec70cc8f AFURLConnectionOperationProgressBlock bytes now NSUinteger Gareth du Plooy 2012-08-23 13:15:47 -05:00
  • 1c85deee36 Re-indenting and fixing method signature spacing Mattt Thompson 2012-08-23 10:16:43 -07:00
  • 2dc837c26c Adding back -appendPartWithFileData:... Mattt Thompson 2012-08-23 10:16:26 -07:00
  • dd0e659e09 Spelling corrections. Steven Fisher 2012-08-23 10:08:12 -07:00
  • 1136bc5e2f Calling downloadProgress no longer casting [data length] to (long long) Gareth du Plooy 2012-08-23 11:59:54 -05:00
  • ad850f0c33 Merge pull request #475 from matzew/patch-1 Mattt Thompson 2012-08-23 09:58:02 -07:00
  • 88b52b0f88 fixed type( resonse VS response) Matthias Wessendorf 2012-08-23 19:01:30 +03:00
  • d863759f52 Reformatting and documenting AFHTTPRequestOperation -connection:didReceiveResponse: Mattt Thompson 2012-08-22 11:53:19 -07:00
  • 384df960ac Converting int to NSUInteger for instances of manually checking status code in AFHTTPRequestOperation Mattt Thompson 2012-08-22 11:46:03 -07:00
  • ea2ef1b34d Merge branch 'master' of git://github.com/leolobato/AFNetworking Mattt Thompson 2012-08-22 11:42:40 -07:00
  • 72a85e1ee6 Renaming numberOfCompletedOperations variable in progress block to numberOfFinishedOperations Mattt Thompson 2012-08-22 11:32:59 -07:00
  • 706fbe473d [Issue #469] Optimizing calculation of finished operations in batch progress callback Mattt Thompson 2012-08-22 11:31:49 -07:00
  • 2d7b2f35d6 [Issue #460] Removing atomic keyword in activityCount property for AFNetworkActivityIndicatorManager Mattt Thompson 2012-08-22 10:09:24 -07:00
  • 0e460eaff5 Merge pull request #434 from gcox/issue-417 Mattt Thompson 2012-08-21 16:12:54 -07:00
  • c0ef5c1068 Replacing NSAutoreleasePool with @autoreleasepool Mattt Thompson 2012-08-21 16:06:39 -07:00
  • 7787f17469 Fix for [Issue #237]. Leo Lobato 2012-08-21 16:40:58 +02:00
  • 5a790360df merged multipart streaming thingy Max Lansing 2012-08-16 13:39:47 -07:00
  • 84abd71625 Issue #463 Adding #ifdef around AFHTTPClient copyWithZone: use of network reachability status block Mattt Thompson 2012-08-16 07:49:50 -07:00
  • c7df7eacd5 Adding NSCoding and NSCopying conformance to AFHTTPClient Mattt Thompson 2012-08-15 10:22:07 -07:00
  • e8c8367e99 Squashing compiler warnings in AFURLConnectionOperation -initWithCoder Mattt Thompson 2012-08-15 10:21:41 -07:00
  • 19a491b45b Adding additional details in NSCopying / NSCopying documentation about stream properties Mattt Thompson 2012-08-15 10:03:46 -07:00
  • 7132b96124 Adding documentation for NSCoding / NSCopying behavior Mattt Thompson 2012-08-15 09:59:00 -07:00
  • a862d3b596 Adding method signature for -cancelConnection in AFURLConnectionOperation class extension Mattt Thompson 2012-08-15 08:21:54 -07:00