Commit graph

  • 8558d4d5f0 Fixes warning: multiple methods named 'objectForKey:' found [-Wstrict-selector-match] Oliver Jones 2013-01-30 11:44:33 +11:00
  • 6b8cdf1581 Fixes warning: multiple methods named 'postNotificationName:object:' found [-Wstrict-selector-match] Oliver Jones 2013-01-30 11:22:15 +11:00
  • 74da4493f2 Wrapping AFHTTPBodyPart switch statement with #pragma to ignore -Wcovered-switch-default Mattt Thompson 2013-02-01 02:39:02 +00:00
  • be72f5fe1f [Issue #767] Consolidating macros Mattt Thompson 2013-01-31 07:06:26 +00:00
  • 26da1ad95a Merge branch 'master' of https://github.com/Fl0p/AFNetworking into Fl0p-master Mattt Thompson 2013-01-31 07:02:51 +00:00
  • e969fcd904 Cleaning up formatting from pull request Mattt Thompson 2013-01-31 07:00:03 +00:00
  • 3efe3742f1 Merge pull request #768 from jparise/response-json-lock Mattt Thompson 2013-01-30 22:56:53 -08:00
  • c790135fd4 Updating OS X project settings Mattt Thompson 2013-01-31 06:55:04 +00:00
  • 0f794ccfc9 [Issue #769] Resolving asymmetry in cached image case for UIImageView category Mattt Thompson 2013-01-31 06:54:45 +00:00
  • 0dbff8387b Serialize calls to responseJSON using a lock. Jon Parise 2013-01-30 12:25:22 -08:00
  • d998515d24 Fix [Issue #751] flop 2013-01-30 21:52:13 +03:00
  • 9ba4838862 Added in a property to handle invalid SSL certs Kevin Harwood 2013-01-30 10:26:01 -06:00
  • eac6ffbb6e Revert "Fixing warning caused by default statement in switch statement that covered all enumeration values" Mattt Thompson 2013-01-30 16:25:56 +00:00
  • b5c48f13a1 Fixing warning caused by default statement in switch statement that covered all enumeration values Mattt Thompson 2013-01-29 15:31:16 +00:00
  • b70be414b7 Fixing @param name to correspond to actual parameter (filename -> fileName) Mattt Thompson 2013-01-29 15:31:12 +00:00
  • 2c55ad7abc Merge branch 'experimental-issue-738' Mattt Thompson 2013-01-27 13:26:04 -05:00
  • 83da1edd13 Whitespace formatting by Xcode re-indentation Mattt Thompson 2013-01-27 12:15:07 -05:00
  • 317dd753d9 [Issue #737] Updating default Accept-Language header value in AFHTTPClient Mattt Thompson 2013-01-26 11:32:13 -05:00
  • 6e69da9feb Using early return in AFURLConnectionOperation -setState: to avoid posting notifications in lock Mattt Thompson 2013-01-26 10:47:11 -05:00
  • d9da9e5c1a Whitespace formatting Mattt Thompson 2013-01-26 10:31:16 -05:00
  • cd8cee4ac8 Enqueuing operation in upload example rather than calling -start directly Mattt Thompson 2013-01-25 08:56:43 -05:00
  • 349534188a Merge pull request #747 from peymano/race-condition-fix-in-uiimageview Mattt Thompson 2013-01-24 14:05:52 -08:00
  • 13cb42e00d Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-01-24 17:02:22 -05:00
  • 6a11c82120 Suppressing warning caused by AFHTTPBodyPart -hasBytesAvailable not having default condition in switch statement Mattt Thompson 2013-01-24 17:01:25 -05:00
  • 1368e618a6 [Issue #751] Removing NSURLConnectionDataDelegate from AFURLConnectionOperation's declared protocols Mattt Thompson 2013-01-24 17:00:27 -05:00
  • b337828e96 Fix race condition in UIImageView+AFNetworking Peyman 2013-01-07 16:03:33 -08:00
  • ba9185ded2 Merge pull request #743 from 0xced/NSURL-user-password Mattt Thompson 2013-01-20 21:08:48 -08:00
  • 7abc97881e Rename the username variable to user Cédric Luthi 2013-01-18 15:08:29 +01:00
  • 74346addea Use NSURL methods instead of CFURL functions Cédric Luthi 2013-01-18 15:06:14 +01:00
  • c79a2c87a8 Update README.md Mattt Thompson 2013-01-16 07:54:27 -08:00
  • 2b8be998ce Fixing center alignment Mattt Thompson 2013-01-16 07:46:10 -08:00
  • 46bc122deb Fixing link to diagram in README Mattt Thompson 2013-01-16 07:43:15 -08:00
  • 9173264a3f Adding AFNetworking architecture diagram Mattt Thompson 2013-01-16 07:42:36 -08:00
  • 965b3670a7 Updating list of implemented NSURLConnectionDelegate method Mattt Thompson 2013-01-06 20:46:08 -08:00
  • 9aeb38649b [Issue #719] Adding shouldUseCredentialStorage property to AFURLConnectionOperation /thanks Xihe Yu Mattt Thompson 2013-01-06 20:44:48 -08:00
  • 1e7c45c191 Marking connection parameter in connection:needNewBodyStream: as __unused Mattt Thompson 2013-01-06 20:39:59 -08:00
  • b66c21b0f2 Re-ordering NSURLConnectionDelegate method implementations Mattt Thompson 2013-01-05 23:48:48 -08:00
  • 23d3bd5af4 Minor reformatting Mattt Thompson 2013-01-05 23:40:24 -08:00
  • 77471bb994 Merge branch 'stream_exhausted_fix' of https://github.com/aburgel/AFNetworking into aburgel-stream_exhausted_fix Mattt Thompson 2013-01-05 23:32:36 -08:00
  • b7ec92850a [Issue #715] Fixing warnings generated by earlier versions of Xcode (/cc Ignacio Rodrigo) Mattt Thompson 2013-01-05 22:19:59 -08:00
  • ecf6899d5f Fix request stream exhaustion error by copying the original NSInputStream Alex Burgel 2013-01-05 15:10:47 -05:00
  • 6cf45650e2 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-01-04 12:56:53 -08:00
  • c6137914fa Adding AFHTTPClient -setDefaultCredential: Mattt Thompson 2013-01-04 12:52:14 -08:00
  • 1d243f7794 Adding credential property to AFURLConnectionOperation Mattt Thompson 2013-01-04 12:41:25 -08:00
  • 0c74a59a3e Merge pull request #713 from ericflo/patch-1 Mattt Thompson 2013-01-04 09:38:28 -08:00
  • a610a89f8c Added single quote to the chars to escape Eric Florenzano 2013-01-03 17:53:30 -08:00
  • 80bb2ea527 Gets rid of for loop to check if public key is present. Oliver Letterer 2012-12-29 13:10:14 +01:00
  • 3b1a098701 Fixes memory leak. Oliver Letterer 2012-12-29 13:06:52 +01:00
  • b1f9598ed2 Adds SSLPinningMode to AFURLConnectionOperation and defaultSSLPinMode to AFHTTPClient. Oliver Letterer 2012-12-28 11:48:42 +01:00
  • 121ef7afa8 Bumping version to 1.1.0 Mattt Thompson 2012-12-27 17:01:06 -05:00
  • d4c4b2c30b Updating Changelog for 1.1.0 Mattt Thompson 2012-12-27 17:00:23 -05:00
  • f47c5c6fb5 Merge branch 'master' of https://github.com/tomohisa/AFNetworking into tomohisa-master Mattt Thompson 2012-12-27 16:23:27 -05:00
  • 2ff2fd5f06 Merge branch 'experimental-reachability-leak-fix' Mattt Thompson 2012-12-27 12:57:25 -05:00
  • 6b892ae29c Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master guykogus 2012-12-27 12:29:54 -05:00
  • fc60c57fa3 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-12-27 12:23:18 -05:00
  • a9b9ebee37 Asynchronously posting all notifications by dispatching to main Mattt Thompson 2012-12-27 12:22:46 -05:00
  • 7b685fe35e dispatches network request start / end notifications asynchronously Evadne Wu 2012-12-27 12:19:13 -05:00
  • 314afe9dc0 [Issue #696] Potentially fixing leak for reachability callback block Mattt Thompson 2012-12-26 11:37:18 -05:00
  • 4fd322e52d Merge pull request #655 from nsforge/master Mattt Thompson 2012-12-26 07:41:13 -08:00
  • 732cd2da02 [Issue #686][Issue #168] Adding userInfo @property /cc @tewha Mattt Thompson 2012-12-26 10:29:57 -05:00
  • fd00b0a5ad Merge branch 'bug/wStrict-selector-match' of https://github.com/jessedc/AFNetworking into jessedc-bug/wStrict-selector-match Mattt Thompson 2012-12-26 09:58:07 -05:00
  • e75dea4fd1 Minor code formatting Mattt Thompson 2012-12-26 09:57:15 -05:00
  • d933067eb4 Merge branch 'master' of https://github.com/danielctull/AFNetworking Mattt Thompson 2012-12-26 09:53:59 -05:00
  • 46559bd6ca Minor refactoring and reformatting Mattt Thompson 2012-12-26 09:39:25 -05:00
  • 07c9f6c358 Add optional SSL certificate pinning Dustin Barker 2012-12-21 17:35:13 -08:00
  • 0530c9c107 Implemented usage of instancetype. guykogus 2012-12-23 10:59:56 +02:00
  • 7134e9612f Cause a failure when an operation is cancelled, fixes #657 Daniel Tull 2012-12-19 14:47:49 +00:00
  • 474a940414 Fixes a handful of -Wstrict-selector-match warnings raised by Xcode 4.6DP3. As noted by @0xced, casting satisfies the compiler without changing the behaviour. Jesse Collis 2012-12-17 22:59:43 +11:00
  • a146a3bf66 Merge pull request #685 from dongle/master Mattt Thompson 2012-12-17 11:14:06 -08:00
  • fa0fc535a1 Adding assertion for empty data in -appendPartWithHeaders:body: Jonathan Beilin 2012-12-17 10:31:00 -08:00
  • 0f35164082 Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings Mattt Thompson 2012-11-30 15:09:11 -08:00
  • d3cb65c087 [Issue #651] Adding workaround for Rails behavior of returning a single space in head :ok responses, which is interpreted as invalid input by NSJSONSerialization Sebastian Ludwig 2012-11-30 14:40:53 -08:00
  • 99c58dcf08 [Issue #652] Adding early return in -startMonitoringNetworkReachability if network reachability object could not be created (i.e. invalid hostnames) Basil Shkara 2012-11-30 14:22:05 -08:00
  • 09cf2d39e2 [Issue #660] Add workaround for NSJSONSerialization crash with Unicode character escapes in JSON response Mathijs Kadijk 2012-11-30 14:12:59 -08:00
  • 607e91b5b8 Adding responseStringEncoding property to AFURLConnectionOperation Mattt Thompson 2012-11-30 14:11:59 -08:00
  • eaa1252d40 Adding top-level group for source files Mattt Thompson 2012-11-30 13:37:07 -08:00
  • d38895e5d8 Fixes warning: enumeration value 'AFFinalBoundaryPhase' not explicitly handled in switch [-Werror,-Wswitch-enum] Oliver Jones 2012-11-30 18:14:26 +11:00
  • b64c6bd846 Fixes warning: atomic by default property 'X' has a user defined getter (property should be marked 'atomic' if this is intended) [-Werror,-Wcustom-atomic-properties] Oliver Jones 2012-11-30 18:13:43 +11:00
  • b75c673a2c Fixes warning: 'X' is not defined, evaluates to 0 [-Werror,-Wundef] Oliver Jones 2012-11-30 18:12:47 +11:00
  • 692f7126ca Fixes warning: 'response' was marked unused but was used [-Werror,-Wused-but-marked-unused] Oliver Jones 2012-11-30 18:04:44 +11:00
  • 72ab802a2d Fixes warning: atomic by default property 'X' has a user defined getter (property should be marked 'atomic' if this is intended) [-Werror,-Wcustom-atomic-properties] Oliver Jones 2012-11-30 18:02:15 +11:00
  • d8b4dcb349 Fixes warning: 'macro' is not defined, evaluates to 0 Oliver Jones 2012-11-30 17:47:14 +11:00
  • f4d25341cf Fixing tabs/spaces whitespace inconsistency. Oliver Jones 2012-11-29 19:08:41 +11:00
  • 3997dbb7e9 Fixes warning: multiple methods named 'selector' found [-Werror,-Wstrict-selector-match] Oliver Jones 2012-11-29 18:46:04 +11:00
  • 23b8fe33ba Fixes warning: weak receiver may be unpredictably null in ARC mode [-Werror,-Wreceiver-is-weak] Oliver Jones 2012-11-29 18:30:28 +11:00
  • f9449753ff Fixes warning: property is assumed atomic by default [-Werror,-Wimplicit-atomic-properties] Oliver Jones 2012-11-29 18:06:05 +11:00
  • debd442903 Fixes warning: unused parameter 'x' [-Werror,-Wunused-parameter] Oliver Jones 2012-11-29 18:03:34 +11:00
  • 3486a008a1 Fixing warnings: implicit conversion changes signedness: 'NSInteger' (aka 'long') to 'unsigned long' [-Werror,-Wsign-conversion] Oliver Jones 2012-11-29 17:48:42 +11:00
  • 3175869333 Fixed retain cycles in AFImageRequestOperation.m and AFHTTPClient.m caused by strong references within blocks Nick Forge 2012-11-21 15:46:19 +11:00
  • 402e460023 Changing order of conditional check to match responseString Mattt Thompson 2012-11-15 10:20:21 -08:00
  • 92134e92c3 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-11-15 10:10:48 -08:00
  • 000010f850 Adding missing scan of '/' separator in content type string Mattt Thompson 2012-11-15 10:05:55 -08:00
  • db8941f1ba [Issue #638] Following guidelines from RFC 2616 regarding the use of string encoding when none is specified in the response Jorge Bernal 2012-11-15 09:53:53 -08:00
  • 7c76df739f Merge pull request #644 from 0xced/localization-table Mattt Thompson 2012-11-15 09:12:54 -08:00
  • f106d19536 Use NSLocalizedStringFromTable with AFNetworking.strings table for localized strings Cédric Luthi 2012-11-14 17:44:11 +01:00
  • eaac6a1759 [Issue #640] Removing documentation note about default Accept-Encoding header Mattt Thompson 2012-11-12 21:44:29 -08:00
  • c92f306c6d Issue: Timeout when buffer ends during ending boundry Tomohisa Takaoka 2012-11-09 14:23:51 -08:00
  • 247863cfc2 [Issue #633] Manually casting scalar types in initWithCoder for AFURLConnectionOperation and AFHTTPClient Mattt Thompson 2012-11-09 07:31:53 -08:00
  • ff8e70a49c Using addOperations:waitUntilFinished: instead of adding each operation individually in -enqueueBatchOfHTTPRequestOperations:... to fix an edge case bug where only one of the operations in a batch will run. Mattt Thompson 2012-11-06 12:03:19 -08:00
  • 24dfebb424 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2012-11-06 09:22:04 -08:00