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
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
Leo Lou
1e5124eb68
Update README.md
...
NSSearchPathForDirectoriesInDomains returns an array of NSString.
The NSString has to be converted to NSURL.
2013-10-02 19:11:32 +08:00
Mattt Thompson
5748f0ba5e
Merge pull request #1402 from haikusw/cocoapodspec-AFNetworking.h-fix
...
Fix for AFNetworking.h left out of cocoapod for AFNetworking. Also Needed conditionalization of Session includes.
2013-10-01 07:29:00 -07:00
Mattt Thompson
31c6c9ae33
Merge pull request #1396 from vlas-voloshin/master
...
AFURLSessionManager makes invalid initial upload/download task progress updates
2013-10-01 07:23:39 -07:00
Mattt Thompson
1c3e82dc3e
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-10-01 07:17:41 -07:00
Mattt Thompson
0ef5102a3e
[Issue #1404 ] Adding missing #ifdef for iOS 7 compatibility
2013-10-01 07:17:35 -07:00
Mattt Thompson
0964d4a231
Merge pull request #1401 from haikusw/minor-doc-fix
...
trivial documentation/comments fix
2013-10-01 07:15:13 -07:00
Mattt Thompson
4ea75e5e1d
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-10-01 07:12:07 -07:00
Mattt Thompson
64e1ac1428
[Issue #1406 ] Fixing request serializers to not override existing header field values with defaults
2013-10-01 07:11:59 -07:00
Tyler
f03b5cf4cc
fix cocoa pods pod spec to include AFNetworking.h as it used to; fix AFNetworking.h to work on pre OS X 10.9 & pre iOS 7.0.
2013-09-30 15:31:10 -07:00
Tyler
678b666888
trivial documentation/comments fix
...
AFHTTPClient -> AFHTTPRequestOperationManager
2013-09-30 15:29:54 -07:00
Mattt Thompson
083e01df1a
Merge pull request #1395 from hpique/fix-uiprogressview-category
...
Fixed exposed private methods in UIProgressView category. Fixes #1394 .
2013-09-30 14:59:26 -07:00
Vlas Voloshin
0d3e4ae28d
fixed initial upload/download task progress updates
2013-09-30 18:02:58 +04:00
hpique
979dde7bbb
Fix names of exposed private methods downloadProgress and uploadProgress
2013-09-30 14:46:59 +02:00
Hermes Pique
02178d8b05
Merge pull request #1 from AFNetworking/master
...
Update from AFNetworking:master
2013-09-30 05:38:07 -07:00
Mattt Thompson
4081e73892
Merge pull request #1391 from kcharwood/ssl_defaults
...
Updated ssl pinning mode to have default pinned certificates by default
2013-09-29 15:37:00 -07:00
Kevin Harwood
4350a01571
Updated ssl pinning mode to have default pinned certificates by default
2013-09-29 17:25:34 -05:00
Mattt Thompson
9e71033d1c
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-09-29 11:53:00 -07:00
Mattt Thompson
0604cfd6bb
[Issue #1379 ] Adding missing code macros for iOS 6 compatibility in UIAlertView category
2013-09-29 11:52:53 -07:00
Mattt Thompson
ebd5841cac
Update README.md
2013-09-27 12:24:43 -07:00
Mattt Thompson
ee2473f1f4
Merge pull request #1376 from chucks/newline_fix
...
Fix compiler warning when GCC_WARN_ABOUT_MISSING_NEWLINE is enabled
2013-09-27 12:18:11 -07:00
Chuck Shnider
13166f44e8
Fix compiler warning when GCC_WARN_ABOUT_MISSING_NEWLINE is enabled
2013-09-27 14:32:50 -04:00