Commit graph

  • 5266874bcc Bumping version to 1.3.4 main Mattt Thompson 2014-04-15 13:50:51 -07:00
  • e7bc1679c7 Applying equivalent patch for 4c20a5ea38a50f119c9e8ac3d91fb199192a1d57, which fixes potential non-terminating loop in connection:didReceiveData: Mattt Thompson 2014-04-15 13:20:56 -07:00
  • b3d44e2fc3 Applying equivalent patch for 830cc8df3ca6a564b7675672279c7715a56b2718, addressing a security vulnerability caused by known multipart form boundaries Mattt Thompson 2014-04-15 13:15:30 -07:00
  • 55ef458688 Merge pull request #1993 from minorblend/af_1.x Mattt Thompson 2014-04-15 11:00:40 -07:00
  • 5c237a66eb call SecTrustEvaluate before calling SecTrustGetCertificateCount Josh Chung 2014-04-14 17:13:24 +09:00
  • d74e568cf2 Merge pull request #1888 from indragiek/1.x Mattt Thompson 2014-03-11 03:05:26 -07:00
  • ab08e149e2 Same fix as 6c7250e for 1.x branch Indragie Karunaratne 2014-03-10 22:09:02 -06:00
  • 4fa43bd41c Merge pull request #1866 from CFKevinRef/1.x Mattt Thompson 2014-03-05 08:44:23 -08:00
  • 24816f52a4 Check CFStringTransform() call for success before using result Kevin Cassidy Jr 2014-02-28 14:00:04 -05:00
  • 353163c09c Merge pull request #1764 from doo/ake-fix-warnings Mattt Thompson 2014-01-21 08:28:17 -08:00
  • 6aa3346e98 Don't use NSUInteger as format argument, add explicit cast instead Alexander Kempgen 2014-01-21 15:59:34 +01:00
  • a89fede6dd Remove unused variable 'kAFStreamToStreamBufferSize' Alexander Kempgen 2014-01-21 15:53:20 +01:00
  • ebe5c7af31 Merge pull request #1450 from mdornseif/pinningNoKeyWarning_1.x Mattt Thompson 2013-10-10 19:29:40 -07:00
  • e18e4e01bc Merge pull request #1451 from mdornseif/pinningWarning_1.x Mattt Thompson 2013-10-10 19:28:04 -07:00
  • 4f5245a7ce Assert that no impossible pinning configuration exists Maximillian Dornseif 2013-10-05 10:02:08 +02:00
  • f14d054db7 Give a human readable Warning when SSL Pinning fails. Maximillian Dornseif 2013-10-03 09:57:58 +02:00
  • 9fd6fea066 Revert "[Issue #1206] Fixing checks for network reachability flags over WWAN" Mattt Thompson 2013-09-26 14:50:03 -07:00
  • ce1ebf3038 Bumping version to 1.3.3 Mattt Thompson 2013-09-25 16:01:53 -07:00
  • 7117142321 [Issue #1206] Fixing checks for network reachability flags over WWAN Mattt Thompson 2013-09-25 11:55:14 -07:00
  • d1b64cf0bc [Issue #1288] Adding loop around write to ensure entire length of data is written Mattt Thompson 2013-09-24 15:40:13 -07:00
  • 8a5f3ef359 [Issue #1093] Handling stream errors for AFMultipartBodyStream Mattt Thompson 2013-09-24 15:35:22 -07:00
  • d587521451 [Issue #1288] Improving implementation of connection:didRecieveData: to handle case where stream -hasSpaceAvailable returns NO by polling. For in-memory buffers, this will almost never happen. Mattt Thompson 2013-09-24 13:27:37 -07:00
  • ca1737c5e0 [Issue #887] [Issue #1096] Removing implementation of connection:needNewBodyStream: Mattt Thompson 2013-09-24 12:53:22 -07:00
  • 9faa5ba2b6 Fixing merge in 52ad3f8380 Mattt Thompson 2013-09-24 12:38:46 -07:00
  • 52ad3f8380 Merge branch 'bracket-pull-request' of github.com:opentable/AFNetworking into opentable-bracket-pull-request Mattt Thompson 2013-09-24 12:36:34 -07:00
  • c413b141b6 [Issue #1241] Fixing potential race condition in cancelConnection Mattt Thompson 2013-09-24 12:15:38 -07:00
  • ffd9079da2 Build and run unit tests against the iOS 5.0 SDK to validate minimum deployment target compatibility Blake Watters 2013-08-12 14:00:20 -04:00
  • 99f77d1381 [Issue #1217] Cutting the knot with respect to API compatibility Mattt Thompson 2013-09-24 11:59:31 -07:00
  • 44915d5173 Merge pull request #1265 from 0xced/Wassign-enum-master Mattt Thompson 2013-08-28 11:13:44 -07:00
  • 776c879c9d Cast instead of #pragma clang diagnostic ignored "-Wassign-enum" Cédric Luthi 2013-08-28 12:08:24 +02:00
  • f06160b663 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-08-25 11:34:48 -07:00
  • 1753b29bd2 Enabling invalid SSL certificates on UIImageView+AFNetworking Flávio Caetano 2013-07-22 18:51:43 -03:00
  • a179c7fd33 Merge pull request #1240 from guitcastro/master Mattt Thompson 2013-08-23 08:57:14 -07:00
  • 9c23a1955c Revert "When AFNetworking is in an embedded framework, load certificates from all non-framework bundles" Mattt Thompson 2013-08-21 13:35:18 -07:00
  • 3736591f73 removed memory leak Guilherme Torres Castro 2013-08-21 15:11:37 -03:00
  • a27c543314 Use string literal instead of building mutable string Mattt Thompson 2013-08-20 16:53:21 -07:00
  • 0371e366ab Minor reformatting Mattt Thompson 2013-08-20 16:45:17 -07:00
  • f0ba01ffd4 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-08-20 16:44:47 -07:00
  • b43017257d Removing use of unsupported method enumerateByteRangesUsingBlock: Mattt Thompson 2013-08-20 16:44:37 -07:00
  • e04296a397 Merge pull request #1216 from paulmelnikow/load_certificates_from_main_bundle Mattt Thompson 2013-08-20 16:38:20 -07:00
  • f891264228 Refactoring upload input stream test and AFBufferedInputStreamProvider class Mattt Thompson 2013-08-20 16:32:20 -07:00
  • 9f00255677 Merge branch 'master' of https://github.com/xtreme-brian-croom/AFNetworking into xtreme-brian-croom-master Mattt Thompson 2013-08-20 15:47:23 -07:00
  • 2b8acb7c3f [Issue #1221] Refactoring lock for HTTP error Mattt Thompson 2013-08-20 15:17:00 -07:00
  • 7562fce4b9 Merge pull request #1221 from OliverLetterer/race-2 Mattt Thompson 2013-08-20 15:13:22 -07:00
  • c4d8a12496 Now using AFURLConnectionOperation.lock for AFHTTPRequestOperation.HTTPError Oliver Letterer 2013-08-20 10:04:31 +02:00
  • e867c922a7 Making AFHTTPRequestOperation.HTTPError atomic. Oliver Letterer 2013-08-15 22:36:48 +02:00
  • ad0d0cd46e When AFNetworking is in an embedded framework, load certificates from all non-framework bundles Paul Melnikow 2013-08-12 03:11:17 -04:00
  • 6b2515d8c0 When AFNetworking is in an embedded framework, load certificates from app bundle Paul Melnikow 2013-08-12 00:15:49 -04:00
  • ac330c84c8 Revert "Drop Podfile.lock from Git so that we don't have to deal with updating it as revisions change" Mattt Thompson 2013-08-10 18:07:01 -07:00
  • 786b1ef36f Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-08-10 17:55:46 -07:00
  • 95a51a4ce6 Merge pull request #1214 from blakewatters/drop-podfile-lock Mattt Thompson 2013-08-10 17:51:37 -07:00
  • 748260af04 [Issue #1181] Using UIImage calculated image orientation Mattt Thompson 2013-08-10 17:49:05 -07:00
  • 56625c466e Drop Podfile.lock from Git so that we don't have to deal with updating it as revisions change Blake Watters 2013-08-10 20:38:23 -04:00
  • c8bd94721e Merge pull request #1212 from carsonmcdonald/fixpodlock132 Mattt Thompson 2013-08-10 16:44:11 -07:00
  • 0cb8ceea43 Update Podfile.lock to 1.3.2 Carson McDonald 2013-08-08 21:34:16 -04:00
  • 7c3ba69f09 Merge pull request #1167 from carsonmcdonald/fixquickcancel Mattt Thompson 2013-08-08 16:11:24 -07:00
  • 9174f5f906 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-08-08 15:39:40 -07:00
  • 4b79bd91ed Bumping version to 1.3.2 Mattt Thompson 2013-08-08 15:39:11 -07:00
  • da905ab543 Merge pull request #1183 from swizzlr/Minor-Doc-Update Mattt Thompson 2013-08-06 07:09:09 -07:00
  • dbeb46d8ad Merge pull request #1203 from jschmid/patch-1 Mattt Thompson 2013-08-06 04:20:41 -07:00
  • 7d32b3f450 [Issue #1135] Missed an old link Jonas Schmid 2013-08-06 08:23:33 +02:00
  • 67c97ab957 Merge pull request #1195 from dtorres/ascii-user-agent Mattt Thompson 2013-08-05 07:29:22 -07:00
  • a4c6e28b69 Fix truncated user-agent when App name included non-ASCII characters. Diego Torres 2013-08-02 19:41:24 -04:00
  • 259c2c24af Merge pull request #1184 from autresphere/master Mattt Thompson 2013-07-31 12:00:17 -07:00
  • 1fc909e9db Allow nested call to setImageWithURLRequest Philippe Converset 2013-07-31 11:25:55 +02:00
  • fd4a57f193 Update AFHTTPClient documentation to clarify the scope of the parameterEncoding property. Thomas Catterall 2013-07-30 18:14:23 +01:00
  • ef44858189 Set error when cancel happens before start finishes Carson McDonald 2013-07-25 11:35:50 -04:00
  • d10421e511 Set async timeout to longer than request timeout Carson McDonald 2013-07-25 11:34:50 -04:00
  • 75bd257ffe Merge pull request #1154 from carsonmcdonald/fixtestpostwithparams Mattt Thompson 2013-07-23 14:13:58 -07:00
  • 4ae3c05f09 [Issue #1146] Using response.MIMEType rather than (potentially nonexistent) Content-Type headers to determine image data provider Mattt Thompson 2013-07-23 09:28:03 -07:00
  • 88e2740378 Make null check wait. Carson McDonald 2013-07-19 15:26:27 -04:00
  • 7c538aaa67 Add longer test timeout Carson McDonald 2013-07-19 11:18:21 -04:00
  • 0c38a6ca2d Fixing static analyzer warnings about CFRelease calls to NULL pointer Mattt Thompson 2013-07-17 10:20:48 -07:00
  • bcf35c2354 Moving __unused signifier into parameter type Mattt Thompson 2013-07-17 10:19:46 -07:00
  • 0fd49b9964 [Issue #1099] Removing if statements before CFRelease calls Mattt Thompson 2013-07-17 10:19:23 -07:00
  • 251ce98caa Merge pull request #1099 from lixar/safety-checks Mattt Thompson 2013-07-17 10:16:27 -07:00
  • 355ecd32fa Add tests for some functionality in [AFHTTPClient initWithBaseURL] Kyle Fuller 2013-06-19 23:54:51 +01:00
  • ce9f3e44a4 Merge pull request #1100 from dstnbrkr/remove-conditional-compilation Mattt Thompson 2013-07-17 09:45:59 -07:00
  • 5cd0ef7c42 Merge pull request #1128 from blakewatters/bugfix/restore-travis Mattt Thompson 2013-07-17 09:44:55 -07:00
  • 22ba1c8636 [Issue #1135] Fixing outdated links to documentation Mattt Thompson 2013-07-15 14:03:26 -07:00
  • b5d003451d Setting default SSL Pinning Mode in example to None only if host name does not match Mattt Thompson 2013-07-15 09:43:27 -07:00
  • 7fa3f45bf2 Switch Travis build script to leverage xctool 0.1.7, which supports implicit dependencies. Simplify xctool invocation Blake Watters 2013-07-14 13:40:20 -04:00
  • ab3c2ef73f Restore execution of tests under Travis Blake Watters 2013-07-11 17:10:58 -04:00
  • 76735cb754 Use new httpbin image request to fix image test. Carson McDonald 2013-07-10 20:08:07 -04:00
  • 77225e955a Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-07-11 11:26:51 -07:00
  • e681d45ee5 Fixing broken images in README Mattt Thompson 2013-07-11 11:26:39 -07:00
  • 81ab861fd3 Merge pull request #1124 from carsonmcdonald/fiximagetest Mattt Thompson 2013-07-10 19:02:37 -07:00
  • 5396127e46 Use new httpbin image request to fix image test. Carson McDonald 2013-07-10 20:08:07 -04:00
  • 80ae9b758c Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-07-05 11:38:46 -05:00
  • 0c3a4ea712 [Issue #1115] Only set placeholder image if not nil Mattt Thompson 2013-07-05 11:38:37 -05:00
  • 9b31c03565 Merge pull request #1113 from raven/master Mattt Thompson 2013-07-04 22:16:24 -07:00
  • 0d0f156c2e Merge pull request #1114 from OliverLetterer/copy-http-client Mattt Thompson 2013-07-04 22:15:38 -07:00
  • 758443f396 Merge pull request #1116 from Palleas/patch-1 Mattt Thompson 2013-07-04 22:14:36 -07:00
  • e383e8bbf7 Put the logo back Romain Pouclet 2013-07-04 14:19:21 -04:00
  • f9fc99e867 Fixing -[AFHTTPClient copyWithZone:]. Oliver Letterer 2013-07-03 19:26:29 +02:00
  • a710c9743c Update README.md for 'complete documentation' link Peter 2013-07-03 16:47:35 +10:00
  • 1136c8bece Fix AFHTTPBodyPart's read:maxLength: method to no longer treat a negative response from -[NSInputStream hasBytesAvailable] as an indication that the stream has come to an end, and instead examine the stream's state. Brian Croom 2013-07-02 16:02:16 -04:00
  • 035e628d96 Add adn certificate to Mac example Dustin Barker 2013-06-27 22:39:08 -07:00
  • 33ba5685fb Remove reference to _AFNETWORKING_PIN_SSL_CERTIFICATES_ Dustin Barker 2013-06-27 22:32:02 -07:00
  • 4ca6efb087 Update documentation re: _AFNETWORKING_PIN_SSL_CERTIFICATES_ Dustin Barker 2013-06-27 22:20:57 -07:00