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
Mattt Thompson
46264338b0
Merge pull request #1446 from kylef/ios5
...
Don't test on iOS 5. AFNetworking doesn't even support iOS 5
2013-10-07 13:34:05 -07:00
Sam Grossberg
4cf44857a3
Add image response serializer to UIButton+AFNetworking.
...
Without this fix, the responseObject is nil and the image does not get updated.
2013-10-04 16:24:41 -07:00
Kyle Fuller
e9c66a7687
Don't test on iOS 5. AFNetworking doesn't even support iOS 5
2013-10-04 23:18:07 +01:00
Kyle Fuller
c164d7f359
Remove the lock podfile
...
It doesn't matter what version pods are for testing, this isn't a production
app. It's more cumbersome to ensure the lockfile is in-sync than the benefits
it's worth.
2013-10-04 23:14:15 +01:00
Kyle Fuller
5caef436a7
Remove the unused protection space block type
...
Related to #1441
2013-10-04 22:55:08 +01:00
Allen Tu
8b29904967
Update UIProgressView+AFNetworking.m
...
Hi there,
Thanks for the awesome job!!
Just found a tiny bug. I think in Line 174, the selector should be "countOfBytesReceived".
Cheers and have a nice weekend!!
Allen
2013-10-04 12:11:01 -07:00
Josh Avant
586638b2d2
Change AFHTTPRequestOperation -(id)initWithCoder: to call the super implementation
...
This change allows an instance of AFHTTPRequestOperation to be more completely archived.
2013-10-03 19:00:16 -07:00
Thorsten Lockert
99a758dc47
Fix up format
...
Remove leftover portion of error message, where format string uses
an argument that no longer is passed, causing the error message to
have a random number added to it:
Request failed: %@ (%d), got %d
The ", got %d" portion is a left-over from a previous iteration of
the message, and the value it expects is now the one provided in
the parentesis before it.
2013-10-03 16:06:14 -07:00
Mattt Thompson
b34d98f34c
Merge pull request #1413 from l4u/patch-2
...
Update README.md
2013-10-02 09:27:57 -07:00