Commit graph

702 commits

Author SHA1 Message Date
Mattt Thompson
0e460eaff5 Merge pull request #434 from gcox/issue-417
Fixed compiler error in AFHTTPRequestOperation; #417
2012-08-21 16:12:54 -07:00
Mattt Thompson
30e4b952b9 Merge pull request #452 from steipete/experimental-1.0RC2
don't use __weak for completionBlocks. (Issue #414)
2012-08-11 11:32:12 -07:00
Mattt Thompson
d02d9612dd Changing string format replacement tokens to suppress compiler warnings 2012-08-04 15:29:00 -04:00
Mattt Thompson
4809c77427 Updating project settings for Xcode 4.4 2012-08-04 15:28:32 -04:00
Mattt Thompson
9ad76f02fc Merge branch 'experimental-1.0RC2' of github.com:AFNetworking/AFNetworking into experimental-1.0RC2 2012-08-04 15:25:28 -04:00
Mattt Thompson
173493c1f9 Merge pull request #436 from gcox/string-specifier-fix
Changed string format specifiers for NSUInteger values from %u to %lu
2012-08-04 12:09:41 -07:00
George Cox
2834ecc97d Changed string format specifiers for NSUInteger values from %u to %lu
Resolves two compiler warnings in AFHTTPRequestOperation.m and one in AFHTTPClient.m
2012-07-26 08:29:40 -04:00
George Cox
109037831a Fixed compiler error in AFHTTPRequestOperation; #417
Casting (void *) block to (__bridge id).  Required as of Xcode 4.4
2012-07-26 08:05:20 -04:00
Peter Steinberger
fefd1a77ff don't use __weak for completionBlocks. (Issue #414)
We nil out the completionBlock manually in AFURLConnectionOperation. Using __weak here potentially doesn't call the set completion blocks.
Restores iOS4 compatibility. Also shortens inline ifs with a ternary conditional(?:).
2012-07-16 19:21:30 +02:00
Mattt Thompson
ae340b19e9 Removing whitespace leftover in dealloc from migration 2012-07-03 07:20:15 -07:00
Mattt Thompson
2b2317907e [Issue #379] Fixing AFHTTPRequestOperation +canProcessRequest: 2012-06-28 15:51:27 -07:00
Mattt Thompson
16dc57c1fa [Issue #388] Make AFURLConnectionOperation conform to NSURLConnectionDelegate and NSURLConnectionDataDelegate 2012-06-26 22:15:09 -07:00
Mattt Thompson
6e4ad945ac Add Changelog entry for AFHTTPClient requests not handling cookies by default 2012-06-26 10:05:38 -07:00
Mattt Thompson
c3d6199297 Add changes for 1.0RC2 2012-06-26 10:03:27 -07:00
Mattt Thompson
b51cea9462 Updating requirements
Removing note about ARC compatibility
2012-06-26 09:51:21 -07:00
Mattt Thompson
8bfbcb9b9f Updating iOS icon 2012-06-26 09:49:09 -07:00
Mattt Thompson
1afba1b623 Sandboxing Mac Example Application 2012-06-26 09:38:34 -07:00
Mattt Thompson
97900fcbfa Setting NSURLCache memory and disk capacity to Apple default settings 2012-06-26 09:37:53 -07:00
Mattt Thompson
c6ffce05b9 Reorganizing vendor directory 2012-06-26 09:35:43 -07:00
Mattt Thompson
ea94ea6ffa Revert 25620fe839 2012-06-26 09:34:08 -07:00
Mattt Thompson
605bbf1c28 [Issue #387] AFHTTPClient should setHTTPShouldHandleCookies:NO by default for requestWithMethod:path:parameters 2012-06-26 09:20:57 -07:00
Mattt Thompson
f1b3101a63 First pass at converting to ARC 2012-06-26 09:14:52 -07:00
Mattt Thompson
b420c181ed Adding compiler directive to ignore User +sharedProfileImageRequestOperationQueue in iOS 2012-06-26 08:53:15 -07:00
Mattt Thompson
de76f997fb Setting deployment target to iOS 5.0 2012-06-26 08:52:01 -07:00
Mattt Thompson
1cfa405957 Removing AFJSONUtilities in favor of just using NSJSONSerialization 2012-06-26 08:50:32 -07:00
Mattt Thompson
b4406a3d03 Adding 0.10.0 podspec 2012-06-26 08:26:01 -07:00
Mattt Thompson
58b9eb51b7 Updating Changes to 0.10.0 2012-06-26 08:25:11 -07:00
Mattt Thompson
4984262534 Updating README 2012-06-22 15:12:07 -07:00
Mattt Thompson
af406e4103 Merge pull request #381 from ltbl/master
AFHTTPClient adds an unnecessary data when constructing a multipart request with nil parameters
2012-06-21 11:21:16 -07:00
Taeho Kim
61047bac76 Avoid AFHTTPClient adding an unnecessary parameter when constructing a multipart request with nil parameters. 2012-06-21 22:13:04 +09:00
Mattt Thompson
c4f07c4b07 Minor code reformatting 2012-06-19 15:47:28 -07:00
Mattt Thompson
06d09903be Adding workspaces for individual projects 2012-06-19 15:30:41 -07:00
Mattt Thompson
b648e33481 Reload table view on image load 2012-06-19 14:40:11 -07:00
Mattt Thompson
ec2cee42d2 Adding profileImage property to bind image views to dynamically-loaded content 2012-06-19 14:30:49 -07:00
Mattt Thompson
a3f39712c7 Removing unused window controller 2012-06-19 13:07:16 -07:00
Mattt Thompson
9d399e9ffa Fixed window closing 2012-06-19 13:06:51 -07:00
Mattt Thompson
eaa9059cd2 Stashing working implementation 2012-06-19 12:50:26 -07:00
Mattt Thompson
d1e993f1fd Merge pull request #376 from AFNetworking/experimental-default-http-pipelining
Automatically use HTTP pipelining for GET and HEAD requests in AFHTTPClient
2012-06-19 11:08:45 -07:00
Mattt Thompson
4afd15bfa0 Improving documentation for UIImageView+AFNetworking 2012-06-16 13:23:50 -07:00
Mattt Thompson
a0f592c23a [Issue #375] Restore support for non-GCC compilers in AFNetworkActivityIndicatorManager 2012-06-14 08:50:49 -07:00
Mattt Thompson
286b8100c5 [Issue #368] Checking for non-zero data length before attempting to append to write to output stream in multipart form data builder 2012-06-13 14:54:31 -07:00
Mattt Thompson
af99154694 Automatically use HTTP pipelining for GET and HEAD requests in AFHTTPClient 2012-06-13 14:44:46 -07:00
Mattt Thompson
d7852c19e1 Reformatting method signatures in multipart form builder implementation 2012-06-12 08:20:08 -07:00
Mattt Thompson
6b9187b6c2 Close the stream and return the original request if no data has been written for multipart request form data 2012-06-12 08:01:50 -07:00
Mattt Thompson
8432cb7dfd Adding additional note about not ever really having to manually increment or decrement the activity count on AFNetworkActivityIndicatorManager 2012-06-11 07:57:33 -07:00
Mattt Thompson
5c26d435bf Removing @private variable declaration 2012-06-11 07:31:40 -07:00
Mattt Thompson
512a513ace [Issue 370] Remove unnecessary dispatch_retain for dispatchGroup in enqueueBatchOfHTTPRequestOperations... 2012-06-11 07:26:25 -07:00
Mattt Thompson
2071196450 Merge pull request #368 from AFNetworking/experimental-multipart-streaming
Multipart Upload Streaming
2012-06-11 07:19:00 -07:00
Mattt Thompson
9b515d4ebe Code reformatting and adding conditional callback queue dispatch to UIImage callback 2012-06-09 09:52:28 -04:00
Sergey Gavrilyuk
91d4614028 in case there is an image processing block, success block should be called on the same queue as without one. 2012-06-08 15:44:42 -04:00