Commit Graph

1594 Commits

Author SHA1 Message Date
Kyle Fuller
0ec8817ff4 Fixes an issue writing partial data to output stream
This will manifest in a way where you will get duplicate data because it will
write the same data again and again.
2013-10-25 11:57:16 +01:00
Mattt Thompson
99e1ba8042 Merge pull request #1537 from kylef/permissions
Remove the executable permission from .m files
2013-10-25 02:11:23 -07:00
Mattt Thompson
d671b34232 Removing duplicated schemes 2013-10-25 11:16:57 +03:00
Mattt Thompson
63020621e5 [Issue #1492] Fixing macro for iOS 6 compatibility in UIProgressView+AFNetworking 2013-10-25 11:16:05 +03:00
Mattt Thompson
a3fa99adb7 [Issue #1515] Removing check for nonzero responseData length 2013-10-25 11:08:53 +03:00
Mattt Thompson
618571fd77 [Issue #1398] Setting Content-Length after setting request stream 2013-10-25 11:03:52 +03:00
Mattt Thompson
c515017df3 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-10-25 10:45:46 +03:00
Mattt Thompson
93656e4fe3 [Issue #1526] Updating documentation for default response serializer of AFHTTPRequestOperation 2013-10-25 10:44:19 +03:00
Mattt Thompson
a1dc5eb016 Merge pull request #1526 from techee/master
Use AFHTTPResponseSerializer for AFHTTPRequestOperation
2013-10-25 00:41:42 -07:00
Mattt Thompson
54f49e1dcd [Issue #1531] Adding more explicit data / MIME type / text encoding name version of UIWebView -loadRequest:... 2013-10-25 10:30:26 +03:00
Mattt Thompson
19a0f43c31 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-10-25 10:05:51 +03:00
Mattt Thompson
b04f8031b7 [Issue #1525] Removing duplicate conditional 2013-10-25 10:05:39 +03:00
Kyle Fuller
c158689404 Remove the executable permission from .m files 2013-10-25 07:45:32 +01:00
Jiri Techet
8f739d2572 Use AFHTTPResponseSerializer for AFHTTPRequestOperation 2013-10-22 15:17:14 +02:00
Mattt Thompson
8a2f1c5fca Merge pull request #1503 from subdigital/session-manager-initializers
Allow init and initWithSessionConfiguration: to work with AFHTTPSessionManager
2013-10-19 05:04:15 -07:00
Mattt Thompson
39585d1889 Merge pull request #1505 from marcelofabri/patch-1
[2.0] Fixing behavior if response is `nil`
2013-10-19 05:01:00 -07:00
Mattt Thompson
a178e13918 [Issue #1517] Fix implementation of batchOfRequestOperations:progressBlock:completionBlock: for nil when passed empty operations parameter 2013-10-19 13:48:30 +02:00
Mattt Thompson
5b9d15781f aCoder / aDecoder -> coder / decoder 2013-10-19 13:38:50 +02:00
Mattt Thompson
6f1a31ad29 Replacing string literals in NSCoding with NSStringFromSelector(@selector()) pattern 2013-10-19 13:37:36 +02:00
Mattt Thompson
113014f6dc Merge pull request #1500 from jchambers/trivial_doc_typo_fix
Fixed a very minor typo in the docs
2013-10-16 22:01:28 -07:00
Marcelo Fabri
4c1bccd3f2 Fixing behavior if response is nil
Testing without internet connection, `operation.response` is `nil` and the `failure` block is not called. We can get the URL from the `operation.request` instead of `operation.response` (as done in the `success` block).
2013-10-16 11:59:51 -03:00
Ben Scheirman
e0153bfe35 allow init and initWithConfig work with session mgr 2013-10-16 08:45:39 -05:00
Jon Chambers
e55ab97b71 s/an/a/ 2013-10-15 12:29:45 -04:00
Mattt Thompson
e2d5bb0209 Merge pull request #1485 from brunokoga/master
Replaces occurrences of `AFHTTPSerializer`
2013-10-13 00:57:38 -07:00
Mattt Thompson
629786223c Merge pull request #1486 from AliSoftware/master
Finalizing #1412 fix for __IPHONE_OS_VERSION_MIN_REQUIRED
2013-10-13 00:56:46 -07:00
Olivier Halligon
1233ec98a2 Finalizing #1412 by fixing __IPHONE_OS_VERSION_MIN_REQUIRED to __IPHONE_OS_VERSION_MAX_ALLOWED in AFHTTPSessionManager too ( #1412 only did it in AFURLSessionManager ) 2013-10-11 23:26:52 +02:00
Bruno Koga
6441e47937 Replaces occurrences of AFHTTPSerializer
Changes some comments where either AFHTTPRequestSerializer or
AFHTTPResponseSerializer should be user insted of AFHTTPSerializer
2013-10-11 15:10:06 -03:00
Mattt Thompson
0763428648 Fixing podspec 2013-10-11 05:56:13 +02:00
Mattt Thompson
7e14098150 Bumping version to 2.0.1 2013-10-11 05:54:34 +02:00
Mattt Thompson
6896a63ba5 Formating podspec 2013-10-11 05:51:23 +02:00
Mattt Thompson
1dbaaea0f9 Merge pull request #1412 from mrbaker4/master
[Issue #1410] Compile AFNetworking for iOS 6 and iOS 7
2013-10-10 20:48:11 -07:00
Dave Caunt
11ef3f9696 [Issue #1475] Adding missing text/javascript MIME type from JSON response serializer documentation
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-10-11 05:11:51 +02:00
Mattt Thompson
a2d35132e3 Minor formatting 2013-10-11 05:10:41 +02:00
Mattt Thompson
4bae4335c2 [Issue #1471] Start network reachability monitoring automatically for request operation and session managers 2013-10-11 05:09:02 +02:00
Mattt Thompson
5b8131ee7c [Issue #1388] Fixing regression in nested multipart parameters 2013-10-11 04:54:33 +02:00
Mattt Thompson
5bcac2f7e4 Adding responseObject property to AFHTTPRequestOperation 2013-10-11 04:49:24 +02:00
Mattt Thompson
8944b11ad7 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-10-11 04:46:10 +02:00
Mattt Thompson
4a7e782258 [Issue #1431] Use default authentication handling unless a credential exists for the server trust 2013-10-11 04:45:40 +02:00
Mattt Thompson
a8f5711c73 Merge pull request #1470 from chellmuth/patch-1
Fix README typo
2013-10-10 19:25:45 -07:00
Mattt Thompson
f168942298 Adding Tests/Podfile.lock to .gitignore 2013-10-11 04:13:32 +02:00
Mattt Thompson
336df57d78 Merge pull request #1445 from kylef/podlockfile
Remove the lock podfile
2013-10-10 19:12:49 -07:00
Mattt Thompson
95635f1438 Minor reformatting 2013-10-11 03:46:34 +02:00
Mattt Thompson
72f135c48c Merge pull request #1480 from xHunter/master
Correct encoding for AFJSONResponseSerializer
2013-10-10 18:44:33 -07:00
Mattt Thompson
b210693c56 Merge pull request #1481 from dataich/master
fix to setBackgroundImageForState works correctly.
2013-10-10 18:42:14 -07:00
Taichiro Yoshida
e65c83bd36 fix to setBackgroundImageForState works correctly. It causes response serializer is set to af_imageRequestOperation instead of af_backgroundImageRequestOperation. 2013-10-10 16:55:33 +09:00
Juan Enrique
b04cb275b3 Get encoding from charset and fallback to property 2013-10-09 21:04:10 -05:00
Juan Enrique
46fa86b86e Get responseString in correct encoding 2013-10-09 20:38:39 -05:00
Chris Hellmuth
51f8b8b8b2 Fix README typo 2013-10-08 12:56:55 -06:00
Mattt Thompson
316513ab11 Merge pull request #1466 from kylef/examples
Fix the mac example
2013-10-07 21:26:40 -07:00
Kyle Fuller
324aa43c35 Fix the mac example
- Set the deploy target to 10.9 since it depends on 10.9
- Vendor all the new required files from AFNetworking

Fixes #1459
2013-10-08 00:50:35 +01:00