Mattt Thompson
48398eb0ac
Adding __unused to block paramters
2013-04-06 20:09:23 +02:00
@scutdavy
7207f2f19f
Using indexesOfObjectsPassingTest to calculate numberOfFinishedOperations in -enqueueBatchOfHTTPRequestOperations:
...
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-04-06 20:06:15 +02:00
Kevin Harwood
5b633898b3
Clean up
2013-04-06 11:33:29 -05:00
Kevin Harwood
ebccca44da
Fixed SSL Pinning
...
- SSL Pinning switch case was not being applied if a .cer file was found in the bundle.
- SSL Public Key pinning was broken because we didn't make a call to SecTrustEvaluate before SecTrustCopyPublicKey
2013-04-06 11:30:47 -05:00
Kevin Harwood
06a9c63ead
Attempting to add the pinning mode as an example.
2013-04-06 11:04:02 -05:00
Mattt Thompson
25dcdcaf75
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-04-06 15:42:36 +02:00
Sebastian Utz
205a8aa7e3
Only encode JSON with UTF8, following recommendation of NSJSONSerialization documentation
...
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-04-06 15:42:10 +02:00
Mattt Thompson
c943d8a7b5
Merge pull request #879 from OliverLetterer/loops-loops-loops
...
Refactoring some loops to fast enumeration.
2013-04-06 06:35:07 -07:00
Peter Steinberger
bab6a8b28f
Set AFNetworking thread name
...
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-04-06 12:42:01 +02:00
Mattt Thompson
1e675520f5
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-04-06 12:40:41 +02:00
Mattt Thompson
9fba242e48
Merge pull request #890 from noa--/lion_fix
...
Fix macro to work correctly under 10.7 SDK / iOS 4 SDK
2013-04-06 03:34:16 -07:00
Mattt Thompson
dddd339b46
Merge pull request #893 from mtitolo/master
...
Removed @discussion tags from docs
2013-04-06 03:30:45 -07:00
James Clarke
ab00b9559c
Fixing AFImageRequestOperation to use [self alloc] instead of explicit class in class method in order to preserve behavior in subclasses
...
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-04-06 12:11:29 +02:00
Michele
bc149aa3c2
Removed all @discussion tags, since they are not supported.
2013-04-02 17:13:30 -07:00
Paul Melnikow
bc7544bb8a
Use Apple's recommended style, and fix so it works under 10.7 or pre-5.0
2013-04-02 12:22:53 -07:00
Paul Melnikow
c80bfef9e3
Fix macro to work correctly under 10.7 SDK / iOS 4 SDK
2013-04-02 11:24:38 -07:00
Oliver Letterer
a0f1f83a2b
Pinning certificates will now trust all derived certificates.
2013-03-28 08:34:44 +01:00
Oliver Letterer
7745e8f444
Refactoring some loops to fast enumeration.
2013-03-27 15:06:47 +01:00
Kevin Harwood
8e5dac8d42
Documentation update
2013-03-25 17:28:28 -05:00
Kevin Harwood
22f5153bb8
Set the operation flag in HTTPRequestOperationWithRequest
2013-03-25 17:26:28 -05:00
Kevin Harwood
f64ce9143d
Added invalidSSL flag to AFHTTPClient
2013-03-25 17:21:56 -05:00
Kevin Harwood
a150b95f09
Updated documentation
2013-03-25 17:18:12 -05:00
Kevin Harwood
48558d7b48
Removed invalid SSL macro from new 1.2.0 code
2013-03-25 17:15:43 -05:00
Kevin Harwood
bcb8aea682
Merge branch 'master' into invalid-ssl
2013-03-25 17:11:42 -05:00
Mattt Thompson
43b05d7ceb
Merge pull request #872 from kcharwood/documentation_update
...
Small correction to SSL Pinning documentation
2013-03-25 15:03:41 -07:00
Kevin Harwood
71157c90a0
Small correction to SSL Pinning documentation
2013-03-24 08:45:36 -05:00
Mattt Thompson
566a40f469
Reformatting CHANGES
2013-03-24 02:29:59 -04:00
Mattt Thompson
7e8422f4d2
Reformatting CHANGES
2013-03-24 02:28:55 -04:00
Mattt Thompson
feb55db859
Bumping version to 1.2.0
2013-03-24 02:22:50 -04:00
Mattt Thompson
90f84c7120
Updating CHANGES to 1.2.0 release
2013-03-24 02:22:28 -04:00
Mattt Thompson
59039d6a83
Re-ordering AFHTTPClient multipart proxy methods
2013-03-24 02:13:37 -04:00
Mattt Thompson
e8d55c8896
Adding documentation for AFSSLPinningModeNone
2013-03-24 02:09:39 -04:00
Mattt Thompson
45c05caaa9
Renaming defaultPinMode -> defaultPinningMode, to match AFURLConnectionOperation
...
Moving setting of pinning mode to creation of operation rather than -enqueueHTTPRequestOperation
2013-03-24 02:09:08 -04:00
Mattt Thompson
edebae2de6
Replacing getter method definition with readonly property
2013-03-24 01:42:50 -04:00
Mattt Thompson
7211755d9c
Minor reformatting
2013-03-24 01:42:29 -04:00
Mattt Thompson
17b244f86e
Merge pull request #860 from Picturelife/master
...
Add ability to append a part with an NSInputStream to AFMultipartFormData protocol
2013-03-23 22:34:10 -07:00
Mattt Thompson
48d05e215f
Re-implementing throttling in stream provider architecture
2013-03-24 01:30:46 -04:00
Mattt Thompson
327cc7cea3
Minor refactoring / reformatting after merge
2013-03-24 01:23:48 -04:00
Mattt Thompson
f7d98aac9c
Merge branch '781-mime-stream-pair' of git://github.com/plausiblelabs/AFNetworking
2013-03-24 01:04:41 -04:00
Mattt Thompson
9b2a20c0a1
Merge branch 'experimental-ssl-pinning'
2013-03-24 00:57:16 -04:00
Mattt Thompson
8a642a2698
Minor formatting and documentation edits
2013-03-24 00:57:04 -04:00
Oliver Letterer
1bfed80989
Adds AFSSLPinningModeNone.
2013-03-24 00:51:16 -04:00
joein3d
ac30ff9544
Add ability to appendPartWithInputStream to AFMultipartFormData.
2013-03-18 17:02:41 -04:00
Konstantinos Vaggelakos
29c87a3c92
UIImageView+AFNetworking not using setHTTPShouldHandleCookies
...
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-03-14 12:56:38 -07:00
Mattt Thompson
ad04dee34a
Merge pull request #844 from karbonworks/master
...
Add asterisk (*) as a percent escaped character...
2013-03-14 12:50:21 -07:00
Mattt Thompson
167aeb1be0
Minor formatting fixes
2013-03-14 12:48:05 -07:00
Mattt Thompson
f9a0cbff3f
Minor formatting fix
2013-03-14 12:46:16 -07:00
Mattt Thompson
52764bfc36
Merge pull request #806 from drodriguez/gh-800-multipart-custom-filename
...
Add parts with custom file names and MIME types
2013-03-14 12:44:10 -07:00
Mattt Thompson
aceb68178b
Merge pull request #849 from joelparsons/master
...
AFHTTPClient Registered operation classes consulted in wrong order.
2013-03-14 12:43:42 -07:00
Joel Parsons
1bd7faf964
changed op_class variable to more objective-c style variable name operationClass
2013-03-12 10:47:45 +00:00