Commit graph

  • 4a969694c5 Remove all _AFNETWORKING_PIN_SSL_CERTIFICATES_ conditions Dustin Barker 2013-06-27 22:18:36 -07:00
  • a5123879a0 Fix bug where examples always used AFSSLPinningModeNone Dustin Barker 2013-06-27 22:46:09 -07:00
  • b60848af94 Added return status checks when handling connection's authentication challenge Sylvain Guillope 2013-06-28 00:31:37 -04:00
  • 02abb706d3 Added return status checks when building list of pinned public keys Sylvain Guillope 2013-06-27 10:45:41 -04:00
  • d492c4bff5 Merge pull request #1077 from AFNetworking/experimental-simplified-network-thread-entry-point Mattt Thompson 2013-06-20 09:15:04 -07:00
  • bc8fcee718 Don't code sign mac example Mattt Thompson 2013-06-19 08:45:13 -07:00
  • a4ee25f029 Disabling SSL Pinning mode for Mac example Mattt Thompson 2013-06-19 08:44:57 -07:00
  • c75b9f46c3 Adding Mach port to keep runloop alive Mattt Thompson 2013-06-19 08:44:36 -07:00
  • d0d4c58bb8 Merge pull request #1076 from Nuzzel/bugfix/fix_type_warning Mattt Thompson 2013-06-19 08:34:33 -07:00
  • 0ae4872df8 Removing what appears to have been unnecessary ceremony and incantations for keeping the network thread runloop running. Mattt Thompson 2013-06-18 20:36:41 -07:00
  • d1b7ff8f3c Return early in AFGetMediaTypeAndSubtypeWithString if string is nil Mattt Thompson 2013-06-18 20:26:35 -07:00
  • 2528a0e673 Adding CoreGraphics framework to podspec Mattt Thompson 2013-06-18 20:18:53 -07:00
  • 1f994dfcd2 Merge pull request #1075 from Nuzzel/bugfix/handle_incorrect_image_contenttype Mattt Thompson 2013-06-18 20:13:30 -07:00
  • fba4aeaedd Change size_t value from NULL to 0 to suppress compiler warning. Darryl H. Thomas 2013-06-18 15:55:56 -07:00
  • 1c6088872a Allow fallback to generic image loading when PNG/JPEG-specific loads fail. Darryl H. Thomas 2013-06-18 15:53:18 -07:00
  • a65ff858bb Merge pull request #1074 from kylef/podfile-lock Mattt Thompson 2013-06-18 10:30:15 -07:00
  • d10119ce22 Update the Podfile.lock to reference the new specfile hash (1.3.1) Kyle Fuller 2013-06-18 17:56:55 +01:00
  • 60bd422401 Bumping version to 1.3.1 Mattt Thompson 2013-06-18 09:44:52 -07:00
  • c3a46b8ac4 [Issue #1065] Remove test for NSParameterAssert raise Mattt Thompson 2013-06-18 09:04:24 -07:00
  • 1e205bc199 Merge branch '1064_parameter_assert' of https://github.com/kylef/AFNetworking into kylef-1064_parameter_assert Mattt Thompson 2013-06-18 09:03:05 -07:00
  • d9dea1237f Upgrading project settings for Xcode 5 Mattt Thompson 2013-06-18 09:02:54 -07:00
  • 5efa6a0608 Merge pull request #1070 from AFNetworking/experimental-background-image-inflation Mattt Thompson 2013-06-18 08:59:53 -07:00
  • 10d7d88310 Adding automaticallyInflatesResponseImage property to AFImageRequestOperation Mattt Thompson 2013-06-18 08:56:23 -07:00
  • 60cf0de7ff Adding #import for CoreGraphics Mattt Thompson 2013-06-16 22:47:28 -07:00
  • 0dbf61f835 Inflate (decompress) image data in the background, as a part of AFImageRequestOperation -responseImage (when targeting iOS) Mattt Thompson 2013-06-16 22:38:36 -07:00
  • e89229c557 Minor reformatting Mattt Thompson 2013-06-16 11:07:03 -07:00
  • be8a7a24bd Merge pull request #1066 from vickeryj/master Mattt Thompson 2013-06-16 11:02:26 -07:00
  • b3f8ebf818 Add edge case handling for reachability code to detect the case where a connection is required but can be automatically established. Joshua Vickery 2013-06-14 14:47:30 -04:00
  • babd06c1f8 Don't let AFURLConnectionOperation accept a nil request Kyle Fuller 2013-06-14 17:34:35 +01:00
  • 2853215bf3 Merge pull request #1057 from kylef/tests-remove-afn Mattt Thompson 2013-06-07 07:05:16 -07:00
  • 5df7aa6d94 Merge pull request #1058 from kylef/pods-update Mattt Thompson 2013-06-07 07:03:41 -07:00
  • 111be312d8 Update the Podfile.lock to reference the new specfile hash Kyle Fuller 2013-06-06 22:56:22 +01:00
  • 00a849e7fe Remove AFNetworking source references from test project, cocoapods is used Kyle Fuller 2013-06-06 22:50:03 +01:00
  • a8a05d9ff3 Update CHANGES Mattt Thompson 2013-06-03 08:28:51 -07:00
  • ac32fea9ae [Issue #1049] Improving CHANGES for 1.3.0 release Mattt Thompson 2013-06-03 08:26:48 -07:00
  • 5c7414032e Bumping version to 1.3.0 Mattt Thompson 2013-06-01 17:51:23 -07:00
  • b8d1483ea3 Updating documentation for authentication-related connection delegate methods Mattt Thompson 2013-06-01 17:47:43 -07:00
  • 52a8a94b66 Refactoring image request tests Mattt Thompson 2013-06-01 17:07:13 -07:00
  • ea23240fbb Merge branch 'feature-ImageRequestOperationTests' of https://github.com/codepost/AFNetworking into codepost-feature-ImageRequestOperationTests Mattt Thompson 2013-06-01 17:06:56 -07:00
  • 118bfee3a4 Renaming AFTestURLProtocol -> AFMockURLProtocol Mattt Thompson 2013-06-01 16:44:30 -07:00
  • 230afbbbf7 Merge pull request #1047 from OliverLetterer/ssl-pinning-tests Mattt Thompson 2013-06-01 14:39:06 -07:00
  • 5dcfe99c93 Adding tests for trusting derived certificates. Oliver Letterer 2013-06-01 20:38:08 +02:00
  • f1cfb96ad7 Fixes AFSSLPinningModePublicKey on OS X. Oliver Letterer 2013-06-01 19:28:40 +02:00
  • 3163069cbc Adds tests for basic SSL pinning. Oliver Letterer 2013-06-01 19:01:25 +02:00
  • c15fae4d30 Merge pull request #1044 from AFNetworking/experimental-revert-multipart-stream-provider Mattt Thompson 2013-06-01 06:40:03 -07:00
  • 3ecc2afc23 Test image processing block Adam Fraser 2013-06-01 20:50:03 +10:00
  • 648b4fb77f Test responseImage on success and failure Adam Fraser 2013-06-01 20:49:07 +10:00
  • 877a5a46fd Add initial tests for AFImageRequestOperation Adam Fraser 2013-06-01 13:34:06 +10:00
  • ad0053c40a Fix typos in AFImageRequest header file Adam Fraser 2013-06-01 11:55:48 +10:00
  • f695ced95a Merge pull request #1043 from noa--/lion_fix_2 Mattt Thompson 2013-05-31 14:00:02 -07:00
  • 8434140929 Revert "Merge branch '781-mime-stream-pair' of git://github.com/plausiblelabs/AFNetworking" Mattt Thompson 2013-05-31 13:41:36 -07:00
  • 1eba718001 Fix build under 10.7 SDK Paul Melnikow 2013-05-31 16:36:53 -04:00
  • 7ed9b807c9 Minor reformatting Mattt Thompson 2013-05-31 13:18:58 -07:00
  • 744f2b7098 Merge pull request #1042 from OliverLetterer/will-send-request-for-authentication-challenge Mattt Thompson 2013-05-31 13:01:19 -07:00
  • fd7dd13e23 Adding test for connection:willSendRequestForAuthenticationChallenge:. Oliver Letterer 2013-05-31 21:16:49 +02:00
  • 41d228f3a7 Properly implementing connection:willSendRequestForAuthenticationChallenge:. Oliver Letterer 2013-05-31 21:06:06 +02:00
  • 4a43277fba [Issue #1025] Removing redundant check for nonzero responseData length Andrew Vyazovoy 2013-05-31 11:53:09 -07:00
  • 17d267ba07 Merge pull request #957 from hhartz/master Mattt Thompson 2013-05-31 11:42:47 -07:00
  • 9667b21891 Refactoring conditional in responseJSON to avoid unnecessary nil-ing of responseJSON Mattt Thompson 2013-05-31 11:19:21 -07:00
  • f388740276 [Issue #1025] Adding check for nil responseString in responseJSON Andrew Vyazovoy 2013-05-31 11:16:03 -07:00
  • 0fda12af2a Minor refactoring and reformatting Mattt Thompson 2013-05-31 10:55:00 -07:00
  • f8d090f159 Merge branch 'request-decoding-error' of https://github.com/modcloth/AFNetworking into modcloth-request-decoding-error Mattt Thompson 2013-05-31 10:50:19 -07:00
  • b26df2e6aa Minor formatting Mattt Thompson 2013-05-31 09:52:32 -07:00
  • 5c712c13ad Updating Podfile.lock Mattt Thompson 2013-05-31 09:31:18 -07:00
  • 8b751deae5 Remove use of object subscripting Mattt Thompson 2013-05-31 09:30:56 -07:00
  • 9589ac3ea5 Merge branch 'feature/test-prepare-task' of https://github.com/blakewatters/AFNetworking into blakewatters-feature/test-prepare-task Mattt Thompson 2013-05-31 09:28:36 -07:00
  • 9383817204 Merge pull request #1039 from carsonmcdonald/testbuildfix Mattt Thompson 2013-05-31 09:19:54 -07:00
  • 52e62ebfaf Run build and build-tests before test Carson McDonald 2013-05-31 07:08:17 -04:00
  • 533120823b Set buildImplicitDependencies to NO like iOS scheme Carson McDonald 2013-05-31 07:08:04 -04:00
  • 6f7816022a Set buildImplicitDependencies="NO" in OS X shared scheme Blake Watters 2013-05-30 21:11:05 -04:00
  • 8dbd406650 Replace shared scheme copy Travis step with rake test:prepare task for easier out of the box execution of tests Blake Watters 2013-05-30 20:41:07 -04:00
  • d4f7e62ad6 Merge pull request #1021 from OliverLetterer/invocation-arguments Mattt Thompson 2013-05-24 12:35:54 -07:00
  • e343beaf6c Raise error if unable to decode response string Chris Pickslay & Geoff Nix 2013-05-22 14:06:07 -07:00
  • b6769ee794 Using __unsage_unretained for getting invocation arguments. Oliver Letterer 2013-05-22 21:44:42 +02:00
  • 380f0c16aa [Issue #1002] Adding AFHTTPClient tests Oliver Letterer 2013-05-22 10:23:51 -07:00
  • b5d56a5eeb Removing abide.jpg in favor of re-using existing Icon.png to test multipart file upload Mattt Thompson 2013-05-22 09:42:19 -07:00
  • 632ac765ee Minor reformatting Mattt Thompson 2013-05-22 09:37:23 -07:00
  • f63a70fa27 Minor reformatting Mattt Thompson 2013-05-22 09:18:22 -07:00
  • 6fc8b0a971 Change double delayInSeconds to NSTimeInterval delay Mattt Thompson 2013-05-22 09:15:09 -07:00
  • 7845bf9b98 Merge branch 'bugfix/948-stream-event-bug' of git://github.com/blakewatters/AFNetworking into blakewatters-bugfix/948-stream-event-bug Mattt Thompson 2013-05-22 09:13:19 -07:00
  • 7f0219109d Using id return type for AFHTTPClient -init, instead of instancetype Mattt Thompson 2013-05-22 08:57:11 -07:00
  • 8cefa907d4 Merge pull request #1006 from blakewatters/tests/mocked-test-cases Mattt Thompson 2013-05-22 08:49:02 -07:00
  • c3fab0f315 Merge pull request #1014 from 0xced/test-response-string-encoding Mattt Thompson 2013-05-22 08:43:32 -07:00
  • 8bd755bf3e Merge pull request #1013 from OliverLetterer/run-tests-in-release Mattt Thompson 2013-05-22 08:43:04 -07:00
  • c9eb2d380c Merge pull request #1019 from kylef/init Mattt Thompson 2013-05-22 08:32:44 -07:00
  • 0f608ec1ac [AFHTTPClient init] should raise an exception Kyle Fuller 2013-05-22 14:40:52 +01:00
  • 8d8beb8d01 Add tests for the responseStringEncoding property Cédric Luthi 2013-05-21 17:51:39 +02:00
  • 61ef1f652b Now running all tests in Release configuration instead of Debug. Oliver Letterer 2013-05-21 12:25:57 +02:00
  • efb36aaa99 Fixing potential deadlock in AFURLConnectionOpeation -setOutputStream: /thanks @aburgel Mattt Thompson 2013-05-20 10:49:44 -07:00
  • 65af19c524 Merge pull request #1011 from mattrubin/implicit-signedness-conversions Mattt Thompson 2013-05-20 10:22:59 -07:00
  • 32bb2bbca3 Explicit type casting to prevent warnings about implicit signedness conversion Matt Rubin 2013-05-20 01:26:04 -05:00
  • 5081868121 [Issue #906] Lazily-initializing outputStream property for AFURLConnectionOperation fumoboy007 2013-05-19 12:52:58 -07:00
  • a82474877b Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-05-19 12:44:59 -07:00
  • b1fd32164a [Issue #938] Declaring AFNetworkActivityIndicatorManager properties nonatomic in class extension Mattt Thompson 2013-05-19 12:44:49 -07:00
  • f339198d14 Add test coverage and fix for "Stream XXX is sending an event before being opened" during multi-part file uploads. fixes #948 Blake Watters 2013-05-18 14:45:27 -04:00
  • d6587027e7 Add support for logging request & responses during test execution via the AFTestsLoggingEnabled environment variable Blake Watters 2013-05-18 14:44:20 -04:00
  • 318b1545a6 Add efficient OCMock based test cases for enqueueBatchOfHTTPRequestOperations suggested in commentary on #1002 Blake Watters 2013-05-17 17:52:18 -04:00
  • 8d721afcdd Merge pull request #1003 from blakewatters/feature/copy-shared-schemes-during-ci-build Mattt Thompson 2013-05-17 10:54:41 -07:00
  • 57074f2250 Copy the shared schemes in during a build so that we do not have to deal with modifications to the schemes showing up as changes locally Blake Watters 2013-05-16 18:02:38 -04:00
  • 211cdfc658 Merge pull request #999 from kcharwood/new_test_cases Mattt Thompson 2013-05-16 12:45:59 -07:00