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
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
Mattt Thompson
6c7250e62a
[Issue #1455 ] Wrapping OSStatus and NSCAssert with NS_BLOCK_ASSERTIONS macro to prevent unused variable
2013-10-07 16:31:50 -07:00
Mattt Thompson
474717f385
[Issue #1418 ] Fixing documentation of NSProgress parameters
2013-10-07 16:23:17 -07:00
Mattt Thompson
3027bab7d8
[Issue #1418 ] Initializing URL session delegate upload and download progress
2013-10-07 16:21:38 -07:00
Mattt Thompson
21d6a56ff0
[Issue #1422 ] Adding locks around access to mutiple delegates dictionary for AFURLSessionManager
2013-10-07 16:07:29 -07:00
Mattt Thompson
751d7521cf
[Issue #1423 ] Fixing compound serializer error handling
2013-10-07 15:54:22 -07:00
Mattt Thompson
4162685da7
[Issue #1464 ] Fixing setPinnedCertificates: and pinned public keys
2013-10-07 15:51:16 -07:00
Mattt Thompson
5cc8ab2f6b
Minor formatting
2013-10-07 15:49:34 -07:00
Mattt Thompson
a25b1d30dd
[Issue #1448 ] Adding missing image serializer for background request operation
2013-10-07 15:45:29 -07:00
Mattt Thompson
a0f526701d
Merge pull request #1448 from samgro/master
...
Add image response serializer to UIButton+AFNetworking. Fixes #1447 .
2013-10-07 15:44:30 -07:00
Mattt Thompson
789fa3ddba
Minor reformatting
2013-10-07 15:44:01 -07:00
Mattt Thompson
844e0ab436
Merge pull request #1461 from DenHeadless/master
...
Fix completion blocks call order when executing batch of requests
2013-10-07 15:39:11 -07:00
Mattt Thompson
4f515ac037
Merge pull request #1462 from kylef/tests
...
Fix the unit tests
2013-10-07 15:38:17 -07:00
Kyle Fuller
7137d69d33
Fix multiple memory leaks in AFSecurityPolicyTests
2013-10-07 22:55:54 +01:00
Kyle Fuller
62209f6c4b
Certificate chain's are stored in the resource inside the bundle
2013-10-07 22:55:35 +01:00
Kyle Fuller
ee2438b070
Fix a format string issues with the tests with missing argument
2013-10-07 22:35:06 +01:00
Kyle Fuller
56fceab27f
OS X doesn't have UIKit
2013-10-07 22:34:47 +01:00
Denys Telezhkin
731f033bc9
Fixes #1453 . Completion block for group of requests should be called after all completion blocks have finished executing.
2013-10-08 00:25:10 +03:00
Mattt Thompson
cd280e5518
[Issue 1407] Fixing documentation and implementation regarding default response serializers
2013-10-07 14:13:43 -07:00
Mattt Thompson
361a02ecea
CFSTR -> __bridge CFStringRef
2013-10-07 14:07:42 -07:00
Mattt Thompson
33c25be23a
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-10-07 14:04:05 -07:00
Maximillian Dornseif
a2a27614ab
Ensure only ASCII is used in the User-Agent header.
...
The charset for HTTP headers has to be ASCII at best
and is ill defined at worst.
My Applikation has a Bundle Name with Umlauts in it
which results in bessy Webserver log files due to the
"strange" engoding of the App name.
To me it seems, that AFNetworking is meant to transcode the
App name to ASCII but the implementation is lacking and thus
only encodes to Latin1/ISO8859-1.
This patch - although not tested with Asian scripts - should
result in User-Agent strings always beeing ASCII while remaining
mostly unchanged.
So `Überland/0.16.27` becomes `Uberland/0.16.27` which is much
more standards compliant.
2013-10-07 14:03:54 -07:00
Mattt Thompson
a4b6ed34e3
Merge pull request #1433 from tholo/format-fix
...
Fix up format
2013-10-07 13:42:52 -07:00
Mattt Thompson
4339532076
Merge pull request #1435 from joshavant/master
...
Change `AFHTTPRequestOperation -(id)initWithCoder:` to call the `super` implementation
2013-10-07 13:42:29 -07:00
Mattt Thompson
86dd0a023c
[Issue #1438 ] nil -> NULL for better clarity on unused out parameter
2013-10-07 13:41:13 -07:00
Mattt Thompson
3a4b6c6cfe
Merge pull request #1442 from musicchamber/patch-1
...
Update UIProgressView+AFNetworking.m
2013-10-07 13:38:41 -07:00
Mattt Thompson
ed56712a47
Merge pull request #1443 from kylef/cleanup-unused
...
Remove the unused protection space block type
2013-10-07 13:35:38 -07:00