Commit graph

  • 48398eb0ac Adding __unused to block paramters Mattt Thompson 2013-04-06 20:09:23 +02:00
  • 7207f2f19f Using indexesOfObjectsPassingTest to calculate numberOfFinishedOperations in -enqueueBatchOfHTTPRequestOperations: @scutdavy 2013-04-06 20:06:15 +02:00
  • 5b633898b3 Clean up Kevin Harwood 2013-04-06 11:33:29 -05:00
  • ebccca44da Fixed SSL Pinning - SSL Pinning switch case was not being applied if a .cer file was found in the bundle. - SSL Public Key pinning was broken because we didn't make a call to SecTrustEvaluate before SecTrustCopyPublicKey Kevin Harwood 2013-04-06 11:30:47 -05:00
  • 06a9c63ead Attempting to add the pinning mode as an example. Kevin Harwood 2013-04-06 11:04:02 -05:00
  • 25dcdcaf75 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-04-06 15:42:36 +02:00
  • 205a8aa7e3 Only encode JSON with UTF8, following recommendation of NSJSONSerialization documentation Sebastian Utz 2013-04-06 15:42:10 +02:00
  • c943d8a7b5 Merge pull request #879 from OliverLetterer/loops-loops-loops Mattt Thompson 2013-04-06 06:35:07 -07:00
  • bab6a8b28f Set AFNetworking thread name Peter Steinberger 2013-04-06 12:42:01 +02:00
  • 1e675520f5 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-04-06 12:40:41 +02:00
  • 9fba242e48 Merge pull request #890 from noa--/lion_fix Mattt Thompson 2013-04-06 03:34:16 -07:00
  • dddd339b46 Merge pull request #893 from mtitolo/master Mattt Thompson 2013-04-06 03:30:45 -07:00
  • ab00b9559c Fixing AFImageRequestOperation to use [self alloc] instead of explicit class in class method in order to preserve behavior in subclasses James Clarke 2013-04-06 12:11:29 +02:00
  • bc149aa3c2 Removed all @discussion tags, since they are not supported. Michele 2013-04-02 17:13:30 -07:00
  • bc7544bb8a Use Apple's recommended style, and fix so it works under 10.7 or pre-5.0 Paul Melnikow 2013-04-02 12:22:53 -07:00
  • c80bfef9e3 Fix macro to work correctly under 10.7 SDK / iOS 4 SDK Paul Melnikow 2013-04-02 11:24:38 -07:00
  • a0f1f83a2b Pinning certificates will now trust all derived certificates. Oliver Letterer 2013-03-27 11:19:51 +01:00
  • 7745e8f444 Refactoring some loops to fast enumeration. Oliver Letterer 2013-03-27 15:06:47 +01:00
  • 8e5dac8d42 Documentation update Kevin Harwood 2013-03-25 17:28:28 -05:00
  • 22f5153bb8 Set the operation flag in HTTPRequestOperationWithRequest Kevin Harwood 2013-03-25 17:26:28 -05:00
  • f64ce9143d Added invalidSSL flag to AFHTTPClient Kevin Harwood 2013-03-25 17:21:56 -05:00
  • a150b95f09 Updated documentation Kevin Harwood 2013-03-25 17:18:12 -05:00
  • 48558d7b48 Removed invalid SSL macro from new 1.2.0 code Kevin Harwood 2013-03-25 17:15:43 -05:00
  • bcb8aea682 Merge branch 'master' into invalid-ssl Kevin Harwood 2013-03-25 17:11:42 -05:00
  • 43b05d7ceb Merge pull request #872 from kcharwood/documentation_update Mattt Thompson 2013-03-25 15:03:41 -07:00
  • 71157c90a0 Small correction to SSL Pinning documentation Kevin Harwood 2013-03-24 08:45:36 -05:00
  • 566a40f469 Reformatting CHANGES Mattt Thompson 2013-03-24 02:29:59 -04:00
  • 7e8422f4d2 Reformatting CHANGES Mattt Thompson 2013-03-24 02:28:55 -04:00
  • feb55db859 Bumping version to 1.2.0 Mattt Thompson 2013-03-24 02:22:50 -04:00
  • 90f84c7120 Updating CHANGES to 1.2.0 release Mattt Thompson 2013-03-24 02:22:28 -04:00
  • 59039d6a83 Re-ordering AFHTTPClient multipart proxy methods Mattt Thompson 2013-03-24 02:13:37 -04:00
  • e8d55c8896 Adding documentation for AFSSLPinningModeNone Mattt Thompson 2013-03-24 02:09:39 -04:00
  • 45c05caaa9 Renaming defaultPinMode -> defaultPinningMode, to match AFURLConnectionOperation Mattt Thompson 2013-03-24 02:09:08 -04:00
  • edebae2de6 Replacing getter method definition with readonly property Mattt Thompson 2013-03-24 01:42:50 -04:00
  • 7211755d9c Minor reformatting Mattt Thompson 2013-03-24 01:42:29 -04:00
  • 17b244f86e Merge pull request #860 from Picturelife/master Mattt Thompson 2013-03-23 22:34:10 -07:00
  • 48d05e215f Re-implementing throttling in stream provider architecture Mattt Thompson 2013-03-24 01:30:46 -04:00
  • 327cc7cea3 Minor refactoring / reformatting after merge Mattt Thompson 2013-03-24 01:23:38 -04:00
  • f7d98aac9c Merge branch '781-mime-stream-pair' of git://github.com/plausiblelabs/AFNetworking Mattt Thompson 2013-03-24 01:04:41 -04:00
  • 9b2a20c0a1 Merge branch 'experimental-ssl-pinning' Mattt Thompson 2013-03-24 00:57:16 -04:00
  • 8a642a2698 Minor formatting and documentation edits Mattt Thompson 2013-03-24 00:57:04 -04:00
  • 1bfed80989 Adds AFSSLPinningModeNone. Oliver Letterer 2013-02-08 19:41:59 +01:00
  • ac30ff9544 Add ability to appendPartWithInputStream to AFMultipartFormData. joein3d 2013-03-18 17:02:41 -04:00
  • 29c87a3c92 UIImageView+AFNetworking not using setHTTPShouldHandleCookies Konstantinos Vaggelakos 2013-03-14 12:56:38 -07:00
  • ad04dee34a Merge pull request #844 from karbonworks/master Mattt Thompson 2013-03-14 12:50:21 -07:00
  • 167aeb1be0 Minor formatting fixes Mattt Thompson 2013-03-14 12:48:05 -07:00
  • f9a0cbff3f Minor formatting fix Mattt Thompson 2013-03-14 12:46:16 -07:00
  • 52764bfc36 Merge pull request #806 from drodriguez/gh-800-multipart-custom-filename Mattt Thompson 2013-03-14 12:44:10 -07:00
  • aceb68178b Merge pull request #849 from joelparsons/master Mattt Thompson 2013-03-14 12:43:42 -07:00
  • 1bd7faf964 changed op_class variable to more objective-c style variable name operationClass Joel Parsons 2013-03-12 10:47:45 +00:00
  • 6a46815eaf The documentations states registered operation classes are consulted to the reverse order in which they are registered. New registrations are added to the beginning of the array in the register implementation. Fixed using the reverseObjectEnumerator when iterating the array which produced the opposite of documented behaviour. fixes #794 Joel Parsons 2013-03-11 13:15:19 +00:00
  • 4732be728e Merge pull request #841 from 0xced/indentation-settings Mattt Thompson 2013-03-10 11:19:14 -07:00
  • 48ca0846bb Merge pull request #842 from 0xced/no-nil-network-activity Mattt Thompson 2013-03-10 11:17:28 -07:00
  • 27c357a6c3 Merge pull request #843 from blakewatters/bugfix/avoid-logging-crashes-from-notifications Mattt Thompson 2013-03-10 11:15:37 -07:00
  • 953b8623d8 Add asterisk (*) as a percent escaped character since it's in the reserved words per the RFC Garrett Murray 2013-03-07 20:42:16 -08:00
  • 9c3530060c Update network activity indicator only if requests have a non nil URL Cédric Luthi 2013-03-07 13:07:53 +01:00
  • 95b4f6c979 Set indentation settings to four spaces at the project level Cédric Luthi 2013-03-07 12:53:47 +01:00
  • db305db733 Rework delivery of AFNetworkingOperationDidStartNotification and AFNetworkingOperationDidFinishNotification to avoid crashes when logging in response to notifications Blake Watters 2013-03-06 21:40:56 -05:00
  • 61188e2dad [Issue #837] Refactoring implementation of HTTP string encoding edge case to -responseStringEncoding to fix potential inconsistency in effective value Mattt Thompson 2013-03-05 14:42:23 -08:00
  • 2b6590d800 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-02-27 11:20:20 -08:00
  • b42ea1fdb6 [Issue #803] Only set image in UIImageView category if non-nil Sean Kovacs 2013-02-27 11:11:49 -08:00
  • 8658013d58 Merge pull request #814 from madninja/bug/percent-escapes Mattt Thompson 2013-02-27 10:48:07 -08:00
  • 7673c3e1d0 [Issue #817] Removing unused totalContentLength and offsetContentLength properties, and implementation of -connection:didReceiveResponse: Mattt Thompson 2013-02-27 09:55:07 -08:00
  • dbd5fc3220 Adding missing #pragma clang diagnostic pop (/thanks @tewha) Mattt Thompson 2013-02-27 09:24:18 -08:00
  • c3e70f9948 Merge pull request #825 from OliverLetterer/thread-issue Mattt Thompson 2013-02-27 08:36:47 -08:00
  • 580c547616 Fixes -[AFURLConnectionOperation totalBytesRead] threading issue. Oliver Letterer 2013-02-26 08:37:18 +01:00
  • bea04f4978 Fix deadlock from trying to do a dispatch_sync on the main queue when already on the main thread Mike Ash 2013-02-22 17:36:57 -05:00
  • 1e0bce2ba9 Delete useless commented-out call to handleOutputStreamSpaceAvailable, and fix the stream:handleEvent: bit flag check Mike Ash 2013-02-21 15:01:20 -05:00
  • 01b206071b Reimplement AFMultipartBodyStream as AFMultipartBodyStreamProvider vending one side of a bound CFStream pair, to avoid subclassing NSInputStream and fix #781 Mike Ash 2013-02-21 14:35:41 -05:00
  • 63e5f0b57a Adding comma (,) as a percent escaped character since it's in the reserved words per the RFC Marc Nijdam 2013-02-19 16:01:01 -08:00
  • 53abb54291 Add method to allow custom file name and content type for multiparts. Daniel Rodríguez Troitiño 2013-02-15 21:13:09 +01:00
  • 574792d9cb Fix documentation for appendPartWithFileURL:name:error:. Daniel Rodríguez Troitiño 2013-02-15 21:09:31 +01:00
  • cb3744a808 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-02-09 20:22:06 +01:00
  • caa9551ae4 [Issue #791] Matching operations on request URL path rather than absolute URL string Mattt Thompson 2013-02-09 19:36:37 +01:00
  • 284b95006e Merge pull request #792 from zachwaugh/master Mattt Thompson 2013-02-09 09:44:40 -08:00
  • a563b61a34 Ensure content type for path extension doesn't return null Zach Waugh 2013-02-09 11:49:06 -05:00
  • effd1136d2 Adding Security frameworks to podspec, and defining _AFNETWORKING_PIN_SSL_CERTIFICATES_ Mattt Thompson 2013-02-08 15:11:06 +01:00
  • 8215c43680 Minor reformatting of AFHTTPClient constants documentation Mattt Thompson 2013-02-08 15:08:41 +01:00
  • d609df5321 Adding documentation about SSL Pinning Mattt Thompson 2013-02-08 15:08:26 +01:00
  • 35c6f996c0 Adding Security framework to example projects and adding #define for _AFNETWORKING_PIN_SSL_CERTIFICATES_ Mattt Thompson 2013-02-08 14:38:49 +01:00
  • 8e6202b134 Fixing compiler warnings in SSL pinning initializers Mattt Thompson 2013-02-08 14:37:17 +01:00
  • 1053e00fff Removing #warning about Security framework Mattt Thompson 2013-02-08 14:22:27 +01:00
  • 0e18f85bfb Replacing #ifdef macro check for Security to _AFNETWORKING_PIN_SSL_CERTIFICATES_ Mattt Thompson 2013-02-08 14:21:52 +01:00
  • f0be1ed682 Merge pull request #786 from tewha/patch-9 Mattt Thompson 2013-02-08 00:41:48 -08:00
  • b3625ebcd0 Fixed comment typo Steven Fisher 2013-02-07 14:19:54 -08:00
  • 8cd63afe76 Stashing merge Mattt Thompson 2013-02-06 14:03:22 +01:00
  • 2cd283421f Merge pull request #778 from Neonkoala/master Mattt Thompson 2013-02-06 03:42:07 -08:00
  • 5698ab3768 Added support for repeated key value pairs through use of NSSet Nick Dawson 2013-02-05 12:46:03 +00:00
  • ba60cab1be Use dispatch_once to initialize content-type-specific processing queues Sasmito Adibowo 2013-02-04 00:45:35 +01:00
  • 87c8c776d9 Using DISPATCH_QUEUE_CONCURRENT for all calls to dispatch_queue_create for media type processing queues Mattt Thompson 2013-02-04 00:41:13 +01:00
  • 136f5ab1b9 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-02-04 00:21:54 +01:00
  • fa3a77544f Ignoring -Wcovered-switch-default in AFHTTPBodyPart -hasBytesAvailable Mattt Thompson 2013-02-04 00:21:42 +01:00
  • 321a2af79d Fixing warnings caused by implicit property attributes Mattt Thompson 2013-02-04 00:20:56 +01:00
  • dd529c9c12 Merge pull request #772 from 0xced/fix-uiimageview-nil-url Mattt Thompson 2013-02-03 15:12:57 -08:00
  • 447fb3a913 Adding lock around AFURLConnectionOperation -responseStringEncoding Mattt Thompson 2013-02-04 00:01:14 +01:00
  • 9b16005f4e Adding lock around AFHTTPRequestOperation -responseString Mattt Thompson 2013-02-04 00:00:25 +01:00
  • af8ca5af92 Merge branch 'experimental-issue-737' Mattt Thompson 2013-02-01 22:44:16 +00:00
  • 9ae534b94f Limiting default Accept-Language header to 6 languages Mattt Thompson 2013-02-01 22:43:30 +00:00
  • 4b17ec6b51 Compare NSURLRequest rather than NSURL Cédric Luthi 2013-02-01 12:23:26 +01:00
  • 22c7d4ec96 Fixes warning: weak receiver may be unpredictably set to nil [-Wreceiver-is-weak] Oliver Jones 2013-02-01 02:45:13 +00:00